mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
hms(4): Change probe priority to BUS_PROBE_GENERIC
to give ietp(4) and bcm5974(4) drivers precedence over hms(4). MFC after: 2 month
This commit is contained in:
parent
d5add41d4d
commit
42e2a173c7
1 changed files with 1 additions and 1 deletions
|
|
@ -229,7 +229,7 @@ hms_probe(device_t dev)
|
|||
else
|
||||
hidbus_set_desc(dev, "Mouse");
|
||||
|
||||
return (BUS_PROBE_DEFAULT);
|
||||
return (BUS_PROBE_GENERIC);
|
||||
}
|
||||
|
||||
static int
|
||||
|
|
|
|||
Loading…
Reference in a new issue