In message <[EMAIL PROTECTED]>, 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 _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-usb To unsubscribe, send any mail to "[EMAIL PROTECTED]"
