Re: RES: usb mouse not work on boot
- Reply: Ivan Quitschal : "RES: RES: usb mouse not work on boot"
- In reply to: Ivan Quitschal : "RES: usb mouse not work on boot"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 19 May 2024 11:03:52 UTC
Ivan Quitschal <tezeka@hotmail.com> writes: > diff --git a/sys/dev/usb/input/usbhid.c b/sys/dev/usb/input/usbhid.c > index 174e1c28ae96..7b19d713c943 100644 > --- a/sys/dev/usb/input/usbhid.c > +++ b/sys/dev/usb/input/usbhid.c > @@ -802,6 +802,7 @@ usbhid_probe(device_t dev) > if (hid_test_quirk(&sc->sc_hw, HQ_HID_IGNORE)) > return (ENXIO); > +// return (BUS_PROBE_GENERIC + 1); > return (BUS_PROBE_DEFAULT + 1); > } You realize this diff does nothing at all, right? DES -- Dag-Erling Smørgrav - des@FreeBSD.org