summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/uhcireg.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Sync USB code with NetBSD.nate2003-07-081-2/+3
| | | | This includes numerous fixes and paves the way for usb 2.0 support.
* get rid of trailing whitespacenate2002-07-251-3/+3
|
* Meant to commit only ulpt and committed everything. Most things weren't readynate2002-05-071-3/+2
|
* Sync ulpt driver with NetBSDnate2002-05-071-2/+3
|
* Synchronize usb code with NetBSD.nate2001-10-311-2/+5
|
* Sync with NetBSD. Tested with a USB keyboard, USB mouse, and three differentaaron2001-05-031-2/+2
| | | | kue(4) Ethernet devices.
* Sync with NetBSD. Too many changes to mention. For now I have skippedaaron2000-11-081-3/+10
| | | | umass.c and ukbd.c as the diffs are a bit hairier.
* sync with NetBSD... well almost. someone w/ the hw should check umass.fgsch2000-07-041-2/+2
|
* Sync with NetBSD.aaron2000-04-141-4/+4
|
* Much cleaner sync with NetBSD. Some #if defined() magic has been sent in theaaron2000-03-281-1/+2
| | | | | | 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).
* Sync with NetBSD.aaron2000-03-261-2/+3
|
* Sync with NetBSD;fgsch1999-08-271-14/+2
| | | | | | | Make sure not to call tsleep() from suspend/resume routine. Move more of the transfer completion processing to HC independent code. Fix some problems with transfer abort & timeout. Merge the soft_{td,qh} with the real {td,qh}. This saves time and space.
* From NetBSD; USB support.fgsch1999-08-131-0/+194