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
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