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
@ -229,7 +229,7 @@ hms_probe(device_t dev)
|
|||||||
else
|
else
|
||||||
hidbus_set_desc(dev, "Mouse");
|
hidbus_set_desc(dev, "Mouse");
|
||||||
|
|
||||||
return (BUS_PROBE_DEFAULT);
|
return (BUS_PROBE_GENERIC);
|
||||||
}
|
}
|
||||||
|
|
||||||
static int
|
static int
|
||||||
|
Loading…
Reference in New Issue
Block a user