summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/usb.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Another USB sync with NetBSD. We are still lacking an up-to-date umass(4)aaron2001-01-281-1/+2
| | | | | | driver. I would appreciate it if someone with the hardware looked into it. I also have to take a closer look at changes to the USB Ethernet drivers, as well as import some drivers we are missing (uftdi, if_upl, yap, etc.)
* Sync with NetBSD. Too many changes to mention. For now I have skippedaaron2000-11-081-2/+2
| | | | 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-19/+32
|
* Sync with NetBSD.aaron2000-04-041-3/+3
|
* Much cleaner sync with NetBSD. Some #if defined() magic has been sent in theaaron2000-03-281-73/+74
| | | | | | 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-55/+101
|
* sync with NetBSD.fgsch1999-11-071-17/+46
|
* Sync with NetBSD.fgsch1999-09-271-10/+9
|
* sync with NetBSD;fgsch1999-08-311-2/+6
| | | | struct device->bdevice.
* Sync with NetBSD;fgsch1999-08-271-5/+7
| | | | | | | 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.
* Sync with NetBSD.fgsch1999-08-191-2/+6
|
* From NetBSD; USB support.fgsch1999-08-131-0/+513