index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
usb
/
hid.c
Age
Commit message (
Expand
)
Author
2012-02-24
remove any remnants of freebsd/openbsd code.
mrg
2011-12-23
Revert previous due to active usbmp branch(es).
jakllsch
2011-12-22
Adjust-away inconsistent and trailing whitespace.
jakllsch
2011-05-24
Kill self-assignment
joerg
2010-11-03
Stop using the compatibility macros USB_ATTACH(), USB_DETACH(),
dyoung
2010-05-14
update DPRINTF to reflect actual function name
plunky
2010-05-12
hid_get_data() does not work if the size of data is less than
plunky
2008-04-28
Remove clause 3 and 4 from TNF licenses
martin
2007-09-08
fix misleading comment
plunky
2006-07-26
Bluetooth fixes by Iain Hibbert:
tron
2006-06-19
Initial import of bluetooth stack on behalf of Iain Hibbert. (plunky@,
gdamore
2006-04-14
Use c instead of s->cur.
christos
2002-07-11
Get rid of trailing white space.
augustss
2002-01-12
Call malloc(9) with M_ZERO flag instead of memset() after malloc().
tsutsui
2002-01-02
Fix another descriptor parsing bug. Thanks to Tero Kivinen for
augustss
2001-12-29
Reset global count value properly.
augustss
2001-12-29
Don't clear global report values when reporting an item.
augustss
2001-12-28
Introduce an extra driver level for HID devices, uhidev. This uhidev driver
augustss
2001-11-13
add RCSIDs
lukem
2000-06-01
Bring the coding style into the 80s, i.e., get rid of __P and use
augustss
2000-04-27
Change my email address.
augustss
2000-04-06
Fix a bug in HID Pop handling. From UCHIYAMA Yasushi.
augustss
2000-03-27
Change (almost) all static to Static. The symbol `Static' can then be defined
augustss
2000-03-17
Keep the bit position even when the report descriptor says POP.
augustss
1999-11-18
Cosmetic changes and some small improvements. From FreeBSD and Nick Hibma.
augustss
1999-11-12
A number of stylistic changes to increase readability (many suggested
augustss
1999-10-13
Merge in a large batch of changes from Nick Hibma <hibma@skylink.it> so
augustss
1999-08-14
Some changes from FreeBSD (no functional differences).
augustss
1999-01-08
Various little fixes from the FreeBSD version.
augustss
1999-01-07
Fix some FreeBSD compiler warnings.
augustss
1998-12-26
Merge changes to make the USB stack work with FreeBSD. The original
augustss
1998-12-08
Change debug level of a printf.
augustss
1998-11-25
Make the copyright header conform to the NetBSD template.
augustss
1998-07-24
Let hid_locate() return the item flags as well as the position.
augustss
1998-07-12
Add USB support. Supported so far:
augustss