summaryrefslogtreecommitdiff
path: root/sys/dev/usb/hid.c
AgeCommit message (Expand)Author
2002-01-12Call malloc(9) with M_ZERO flag instead of memset() after malloc().tsutsui
2002-01-02Fix another descriptor parsing bug. Thanks to Tero Kivinen foraugustss
2001-12-29Reset global count value properly.augustss
2001-12-29Don't clear global report values when reporting an item.augustss
2001-12-28Introduce an extra driver level for HID devices, uhidev. This uhidev driveraugustss
2001-11-13add RCSIDslukem
2000-06-01Bring the coding style into the 80s, i.e., get rid of __P and useaugustss
2000-04-27Change my email address.augustss
2000-04-06Fix a bug in HID Pop handling. From UCHIYAMA Yasushi.augustss
2000-03-27Change (almost) all static to Static. The symbol `Static' can then be definedaugustss
2000-03-17Keep the bit position even when the report descriptor says POP.augustss
1999-11-18Cosmetic changes and some small improvements. From FreeBSD and Nick Hibma.augustss
1999-11-12A number of stylistic changes to increase readability (many suggestedaugustss
1999-10-13Merge in a large batch of changes from Nick Hibma <hibma@skylink.it> soaugustss
1999-08-14Some changes from FreeBSD (no functional differences).augustss
1999-01-08Various little fixes from the FreeBSD version.augustss
1999-01-07Fix some FreeBSD compiler warnings.augustss
1998-12-26Merge changes to make the USB stack work with FreeBSD. The originalaugustss
1998-12-08Change debug level of a printf.augustss
1998-11-25Make the copyright header conform to the NetBSD template.augustss
1998-07-24Let hid_locate() return the item flags as well as the position.augustss
1998-07-12Add USB support. Supported so far:augustss