aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb/hid.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/7.0.0_cvscvs2svn2008-02-241-1/+1
* s/logprintf/printf/gWarner Losh2007-06-201-2/+2
* First pass at removing __OtherBSD__. We can't blindly remove all ofWarner Losh2007-06-121-3/+0
* s/Static/static/gWarner Losh2006-09-061-2/+2
* Correct the calculation of the report size and only look at reportsIan Dowse2006-03-221-4/+12
* Fix problem with some logitec usb wireless mice.David E. O'Brien2005-02-061-1/+1
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-061-1/+1
* Use __FBSDID().David E. O'Brien2003-08-241-1/+3
* WARNING: white space diffJohn-Mark Gurney2003-07-041-13/+13
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-2/+2
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-2/+2
* Replace the FOO_DEBUG definitions with USB_DEBUG, and switch theJosef Karthauser2002-07-311-1/+1
* MFNetBSD: hid.c (1.22), uhci.c (1.150), usb_subr.c (1.97)Josef Karthauser2002-04-071-2/+1
* Sync with NetBSD (1.16 - 1.17)Josef Karthauser2001-12-291-32/+13
* Remove __P prototypes to reduce diffs between the NetBSD and FreeBSDNick Hibma2000-07-171-1/+1
* Sync with NetBSD:Nick Hibma2000-05-141-4/+4
* Change Lennart's e-mail address.Nick Hibma2000-05-141-1/+1
* OpenBSD has a broken debugger that does not grok static. Use aNick Hibma2000-04-031-2/+2
* Sync with NetBSD: Keep the bit position even when the report descriptor says ...Nick Hibma2000-04-021-2/+5
* Synchronisation with NetBSD as of 1999/11/16:Nick Hibma1999-11-171-11/+11
* Remove superfluous header file includes.Nick Hibma1999-11-081-3/+2
* Major synchronisation with the NetBSD USB stack:Nick Hibma1999-10-071-3/+3
* 1) Make debugging more selective.Nick Hibma1999-04-111-3/+3
* Textual changesNick Hibma1999-01-221-1/+1
* Sync with NetBSD sources. Almost there. Mostly style fixes.Nick Hibma1999-01-101-3/+3
* Major synchronisation with NetBSD USB codeNick Hibma1999-01-071-8/+10
* Added UCLASS_CDC definitions to usb.hNick Hibma1998-12-151-4/+3
* Added Id to all filesNick Hibma1998-12-141-0/+1
* Initial commit of ported NetBSD USB stackNick Hibma1998-11-261-0/+469