summaryrefslogtreecommitdiff
path: root/sys/dev/usb/files.usb
AgeCommit message (Collapse)Author
2000-09-07add ums mouse support from NetBSDMatthieu Herrb
2000-09-06Add usb keyboard. from NetBSD.Dale S. Rahn
2000-07-04sync with NetBSD... well almost. someone w/ the hw should check umass.Federico G. Schwindt
2000-04-15urio(4) - Diamond Multimedia RIO 500 (from NetBSD)Jakob Schlyter
This driver will eventually go away as it really should be implemented using ugen(4) instead.
2000-04-05Add USB modem driver stubs; from NetBSD. Not yet tested.Aaron Campbell
2000-04-04New USB mass storage driver. Improvements: Uses asynchronous USB requests,Aaron Campbell
supports more transport protocols (bulk-only and CBI), supports more command sets (SCSI and ATAPI); from NetBSD. Not yet tested.
2000-03-31Add support for USB Mass Storage devices; e.g., USB Zip Drives. UNTESTED.Aaron Campbell
From NetBSD.
2000-03-28Much cleaner sync with NetBSD. Some #if defined() magic has been sent in theAaron Campbell
form of a diff to augustss@netbsd.org so that future syncs will be very easy. This commit also adds support for ADMtek AN986 "Pegasus" based USB Ethernet, CATC USB-EL1210A based USB Ethernet, and USB Printers (all untested).
2000-03-26Driver for USB Ethernet adapters based on the Kawasaki LSI KL5KUSB101B.Aaron Campbell
1999-09-27Sync with NetBSD.Federico G. Schwindt
1999-08-31Uncomment umodem and umass.Federico G. Schwindt
1999-08-23undo damage by careless developerTheo de Raadt
1999-08-23Remove some unneeded needs-flag; NetBSD.Federico G. Schwindt
1999-08-13From NetBSD; USB support.Federico G. Schwindt