[PATCH] Logitech USB Receiver mouse workaround patch

Ian Dowse iedowse at iedowse.com
Wed Mar 22 02:20:19 UTC 2006


In message <200603211510.18064.mistry.7 at osu.edu>, Anish Mistry writes:
>I've just tested this and it works.  It fixes the problem, rather than
>hacking around it like the last commit to hid.c.
>Ian, can you see that this makes it into 6.1?

It's in -current now, thanks. I'll ask to MFC it in a few days -
remind me again if you don't see it MFC'd soon. It looked ok based
on a quick glance at the HID spec, and it didn't seem to cause any
problems with 3 random mice I have here. A subtle difference between
our hid.c and NetBSD's is that NetBSD's hid_report_size() doesn't
add in the size of the extra report ID byte, so it has to compensate
for it later - that explains the 'size += 8' that is in our code
but not in NetBSD's.

Ian


More information about the freebsd-usb mailing list