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:
Vladimir Kondratyev 2022-03-03 02:35:24 +03:00
parent d5add41d4d
commit 42e2a173c7

View File

@ -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