aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb/usb.h
Commit message (Expand)AuthorAgeFilesLines
* if USB support is not compiled into the kernel,Jonathan M. Bresler2000-04-021-0/+4
* The completely rewritten USB Mass Storage driver. It supports the followingNick Hibma2000-03-181-2/+2
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-291-2/+2
* Add devnames, the device names the drivers attached to for usbd.Nick Hibma1999-11-281-1/+5
* Addition of new fields to the usb_devinfo struct to enable the newNick Hibma1999-11-211-10/+14
* Synchronisation with NetBSD as of 1999/11/16:Nick Hibma1999-11-171-9/+22
* Major synchronisation with the NetBSD USB stack:Nick Hibma1999-10-071-61/+69
* Add the semi-official Bulk protocol id 'P'Nick Hibma1999-07-031-1/+6
* Replace UE_GET_IN with UE_GET_DIRNick Hibma1999-05-031-1/+2
* Add defines for Mass Storage Bulk-Only and COmmun. Class devices.Nick Hibma1999-04-201-19/+37
* 1) Add the defines for the Mass Storage classNick Hibma1999-04-051-10/+23
* Textual changesNick Hibma1999-01-221-1/+1
* Sync with NetBSD sources. Almost there. Mostly style fixes.Nick Hibma1999-01-101-2/+2
* Major synchronisation with NetBSD USB codeNick Hibma1999-01-071-42/+143
* Added UCLASS_CDC definitions to usb.hNick Hibma1998-12-151-1/+3
* Added Id to all filesNick Hibma1998-12-141-0/+1
* Fixed warning in usr.sbin/usbdNick Hibma1998-12-121-0/+2
* Initial commit of ported NetBSD USB stackNick Hibma1998-11-261-0/+387