Date: Tue, 24 Feb 2009 03:34:05 +0000 (UTC) From: Andrew Thompson <thompsa@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/dev/usb usb_hid.c usb_hid.h src/sys/dev/usb/input ums.c src/sys/dev/usb/quirk usb_quirk.c Message-ID: <200902240334.n1O3Ydf8076237@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
thompsa 2009-02-24 03:34:05 UTC FreeBSD src repository Modified files: sys/dev/usb usb_hid.c usb_hid.h sys/dev/usb/input ums.c sys/dev/usb/quirk usb_quirk.c Log: SVN rev 188981 on 2009-02-24 03:34:05Z by thompsa MFp4 //depot/projects/usb; 157814, 157863, 157868 - The software computed HID size is not always correct, because the algoritm does not handle unsorted HID descriptors. - Change the way we obtain the report ID. - Use the X/Y/Z+button locations instead for report ID source for ums. - Add more range checks. - Remove Microsoft Mouse quirks. If the positions are moduloed the report length multiplied by 8, the values seem correct. - Some minor style changes. Submitted by: Hans Petter Selasky Revision Changes Path 1.2 +75 -110 src/sys/dev/usb/input/ums.c 1.2 +0 -3 src/sys/dev/usb/quirk/usb_quirk.c 1.2 +70 -33 src/sys/dev/usb/usb_hid.c 1.2 +4 -2 src/sys/dev/usb/usb_hid.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200902240334.n1O3Ydf8076237>