RES: RES: usb mouse not work on boot

From: Ivan Quitschal <tezeka_at_hotmail.com>
Date: Sun, 19 May 2024 22:59:03 UTC
Hans participated on that, and in that one too,  he was the last person I spoke on this forum, then I found out the tragic news, then I lost some interest, not about bsd, bot about those things I remember he was directly involved , like that one for example .. 

but yes I know its not a proper patch , he told me that too .. with all the 99999 and such ...

last usb thing I spoke about on this list
https://lists.freebsd.org/archives/freebsd-current/2022-September/002580.html
so please 
not necessary


Thanks
tzk


> -----Mensagem original-----
> De: owner-freebsd-current@FreeBSD.org <owner-freebsd-
> current@FreeBSD.org> Em nome de Ivan Quitschal
> Enviada em: domingo, 19 de maio de 2024 19:49
> Para: Dag-Erling Smørgrav <des@FreeBSD.org>
> Cc: Vladimir Kondratyev <vladimir@kondratyev.su>; Warner Losh
> <imp@bsdimp.com>; Oleksandr Kryvulia <shuriku@shurik.kiev.ua>; FreeBSD
> Current <freebsd-current@freebsd.org>
> Assunto: RES: RES: usb mouse not work on boot
> 
> Yeap, i also said it worked in 14-current old code only ,and has more than  2 years
> already
> 
> Only point was whether freebsd had
> this
> return (BUS_PROBE_DEFAULT + 1); }
> or that
> return (BUS_PROBE_GENERIC + 1);
> 
> glad we have the first one , aka the right return
> 
> We have an entire email chain about this day back in the day august 2022 don’t
> remember correctly
> 
> 
> 
> > -----Mensagem original-----
> > De: Dag-Erling Smørgrav <des@FreeBSD.org> Enviada em: domingo, 19 de
> > maio de 2024 08:04
> > Para: Ivan Quitschal <tezeka@hotmail.com>
> > Cc: Vladimir Kondratyev <vladimir@kondratyev.su>; Warner Losh
> > <imp@bsdimp.com>; Oleksandr Kryvulia <shuriku@shurik.kiev.ua>; FreeBSD
> > Current <freebsd-current@freebsd.org>
> > Assunto: Re: RES: usb mouse not work on boot
> >
> > 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