RES: RES: RES: usb mouse not work on boot

2024-05-20 Thread Ivan Quitschal
> Current > Assunto: Re: RES: RES: usb mouse not work on boot > > Ivan Quitschal writes: > > > Ivan Quitschal writes: > > > > diff --git a/sys/dev/usb/input/usbhid.c > > > > b/sys/dev/usb/input/usbhid.c index 174e1c28ae96..7b19d713c943 > > >

Re: RES: RES: usb mouse not work on boot

2024-05-20 Thread Dag-Erling Smørgrav
Ivan Quitschal writes: > > Ivan Quitschal 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

RES: RES: usb mouse not work on boot

2024-05-19 Thread Ivan Quitschal
curr...@freebsd.org> Em nome de Ivan Quitschal > Enviada em: domingo, 19 de maio de 2024 19:49 > Para: Dag-Erling Smørgrav > Cc: Vladimir Kondratyev ; Warner Losh > ; Oleksandr Kryvulia ; FreeBSD > Current > Assunto: RES: RES: usb mouse not work on boot > > Yeap, i

RES: RES: usb mouse not work on boot

2024-05-19 Thread Ivan Quitschal
t > Assunto: Re: RES: usb mouse not work on boot > > Ivan Quitschal 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/usbh

Re: RES: usb mouse not work on boot

2024-05-19 Thread Dag-Erling Smørgrav
Ivan Quitschal 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

Re: RES: RES: usb mouse not work on boot

2024-05-18 Thread Oleksandr Kryvulia
18.05.24 21:39, Ivan Quitschal: Not sure, im on 14-current because of my synergy  insists on crashing  after version synergy-1.14.0.4,3 But that’s pretty simple to check Just do a # grep ‘return (BUS_PROBE_’ /user/src/sys/dev/usb/input/usbhidc in your own kernel source tree to see what line

RES: RES: usb mouse not work on boot

2024-05-18 Thread Ivan Quitschal
van De: owner-freebsd-curr...@freebsd.org Em nome de Oleksandr Kryvulia Enviada em: sábado, 18 de maio de 2024 15:29 Para: freebsd-current@freebsd.org Assunto: Re: RES: usb mouse not work on boot 18.05.24 19:29, Ivan Quitschal: Hi Warner / WBR / Oleksandr Im not sure if that's the ca

Re: RES: usb mouse not work on boot

2024-05-18 Thread Oleksandr Kryvulia
18.05.24 19:29, Ivan Quitschal: Hi Warner /  WBR / Oleksandr Im not sure if that’s the case with this uhid.ko, but you guys remember I had a priority issue with this module and Vladimir made me a patch to fix the attach priority? Warner, was it fixed since then? Let me show the patch I use

RES: usb mouse not work on boot

2024-05-18 Thread Ivan Quitschal
Hi Warner / WBR / Oleksandr Im not sure if that’s the case with this uhid.ko, but you guys remember I had a priority issue with this module and Vladimir made me a patch to fix the attach priority? Warner, was it fixed since then? Let me show the patch I use to this very day important line is