'/>
summaryrefslogtreecommitdiff
path: root/sys/dev/usb/hid.c
AgeCommit message (Expand)Author
2012-02-24remove any remnants of freebsd/openbsd code.mrg
2011-12-23Revert previous due to active usbmp branch(es).jakllsch
2011-12-22Adjust-away inconsistent and trailing whitespace.jakllsch
2011-05-24Kill self-assignmentjoerg
2010-11-03Stop using the compatibility macros USB_ATTACH(), USB_DETACH(),dyoung
2010-05-14update DPRINTF to reflect actual function nameplunky
2010-05-12hid_get_data() does not work if the size of data is less thanplunky
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2007-09-08fix misleading commentplunky
2006-07-26Bluetooth fixes by Iain Hibbert:tron
2006-06-19Initial import of bluetooth stack on behalf of Iain Hibbert. (plunky@,gdamore
2006-04-14Use c instead of s->cur.christos
2002-07-11Get rid of trailing white space.augustss
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