summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/usbdi.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* make this function available to othersnate2003-05-171-1/+2
|
* string cleanup; nate okderaadt2003-05-071-2/+2
|
* get rid of trailing whitespacenate2002-07-251-4/+4
|
* make the timeout a function parameternate2002-07-091-3/+4
| | | | From NetBSD
* Meant to commit only ulpt and committed everything. Most things weren't readynate2002-05-071-38/+35
|
* Sync ulpt driver with NetBSDnate2002-05-071-35/+38
|
* Add support for a bunch of new adapters.nate2002-04-011-1/+11
| | | | Sync with NetBSD. ok deraadt
* Synchronize usb code with NetBSD.nate2001-10-311-2/+3
|
* Sync with NetBSD. Tested with a USB keyboard, USB mouse, and three differentaaron2001-05-031-6/+20
| | | | kue(4) Ethernet devices.
* Another USB sync with NetBSD. We are still lacking an up-to-date umass(4)aaron2001-01-281-3/+3
| | | | | | 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-91/+82
| | | | 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
|
* Much cleaner sync with NetBSD. Some #if defined() magic has been sent in theaaron2000-03-281-6/+6
| | | | | | 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-29/+46
|
* sync with NetBSD.fgsch1999-11-071-42/+24
|
* Sync with NetBSD.fgsch1999-09-271-17/+17
|
* sync with NetBSD;fgsch1999-08-311-2/+2
| | | | struct device->bdevice.
* Sync with NetBSD;fgsch1999-08-271-4/+9
| | | | | | | 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. Mostly FreeBSD related changes.fgsch1999-08-161-3/+2
| | | | Diffs sent to augustsson.
* From NetBSD; USB support.fgsch1999-08-131-0/+261