aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb/FILES
Commit message (Collapse)AuthorAgeFilesLines
* Move usb to a graveyard location under sys/legacy/dev, it is intended that theAndrew Thompson2009-02-231-52/+0
| | | | | | | | | | new USB2 stack will fully replace this for 8.0. Remove kernel modules, a subsequent commit will update conf/files. Unhook usbdevs from the build. Notes: svn path=/head/; revision=188939
* Acknowledge (dearly) departed filesDoug Barton2006-11-211-12/+0
| | | | Notes: svn path=/head/; revision=164480
* Diff-reduction before merging if_axe to RELENG_4.Scott Mitchell2004-12-081-0/+2
| | | | | | | | Approved by: imp (mentor) MFC after: 1 week Notes: svn path=/head/; revision=138603
* add EHCI (USB 2.0) controller support.Bernd Walter2003-04-141-0/+3
| | | | | | | | | Approved by: joe gallatin (mentor) Obtained from: NetBSD Notes: svn path=/head/; revision=113473
* Support for USB fm radio.Alfred Perlstein2002-03-041-0/+2
| | | | | | | Submitted by: David Yeske <dyeske@yahoo.com> Notes: svn path=/head/; revision=91609
* Sync with NetBSD:Josef Karthauser2002-01-021-1/+1
| | | | | | | | | date: 2000/02/29 21:37:01; author: augustss; state: Exp; Distinguish between device and interface classes. (I finally found a document that said that they were different.) Notes: svn path=/head/; revision=88824
* Update with missing filenames, merged from NetBSD.Josef Karthauser2001-12-291-1/+10
| | | | Notes: svn path=/head/; revision=88678
* Add umass.cNick Hibma2000-01-271-1/+2
| | | | Notes: svn path=/head/; revision=56701
* Major synchronisation with the NetBSD USB stack:Nick Hibma1999-10-071-0/+47
- Some cleanup and improvements in the uhci and ohci drivers - Support for plugging and unplugging devices improved - Now available is bulk transport over OHCI controllers - Resume and suspend have been temporarily been disabled again. Proper support for it is available in the uhci.c and ohci.c files but I have not yet spent the brain cycles to use it. - OpenBSD now uses the USB stack as well - Add FreeBSD tags Notes: svn path=/head/; revision=51991