PERFORCE change 162180 for review
Hans Petter Selasky
hselasky at FreeBSD.org
Sat May 16 21:03:54 UTC 2009
http://perforce.freebsd.org/chv.cgi?CH=162180
Change 162180 by hselasky at hselasky_laptop001 on 2009/05/16 21:03:28
USB CORE:
- Don't clear last usage when a new HID item is found.
Improves parsing of Apple keyboard HID descriptors.
Affected files ...
.. //depot/projects/usb/src/sys/dev/usb/usb_hid.c#32 edit
Differences ...
==== //depot/projects/usb/src/sys/dev/usb/usb_hid.c#32 (text+ko) ====
@@ -296,9 +296,6 @@
} else {
s->ncount = 1;
}
- /* set default usage */
- /* use the undefined HID PAGE */
- s->usage_last = 0;
goto top;
case 9: /* Output */
More information about the p4-projects
mailing list