Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | from freebsd, ugen.c 1.68 usbdi_util.c 1.27 usbdi_util.h 1.15 | 2004-07-21 | 1 | -1/+43 | |
| | | | | | | | | log message: Implement outgoing interrupt pipes. It is part of the USB 1.1 spec. The Lego Infrared Tower use it. ok deraadt@ | ||||
* | put "do { } while (0)" wrappers on all the debug maroc functions | 2004-07-08 | 1 | -3/+3 | |
| | |||||
* | Sync USB code with NetBSD. | 2003-07-08 | 1 | -31/+48 | |
| | | | | This includes numerous fixes and paves the way for usb 2.0 support. | ||||
* | get rid of trailing whitespace | 2002-07-25 | 1 | -11/+11 | |
| | |||||
* | Meant to commit only ulpt and committed everything. Most things weren't ready | 2002-05-07 | 1 | -48/+31 | |
| | |||||
* | Sync ulpt driver with NetBSD | 2002-05-07 | 1 | -31/+48 | |
| | |||||
* | Synchronize usb code with NetBSD. | 2001-10-31 | 1 | -8/+8 | |
| | |||||
* | Sync with NetBSD. Too many changes to mention. For now I have skipped | 2000-11-08 | 1 | -103/+38 | |
| | | | | umass.c and ukbd.c as the diffs are a bit hairier. | ||||
* | sync with NetBSD... well almost. someone w/ the hw should check umass. | 2000-07-04 | 1 | -8/+3 | |
| | |||||
* | Sync with NetBSD. USB Ethernet drivers should work now. | 2000-03-30 | 1 | -4/+4 | |
| | |||||
* | Much cleaner sync with NetBSD. Some #if defined() magic has been sent in the | 2000-03-28 | 1 | -5/+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. | 2000-03-26 | 1 | -81/+74 | |
| | |||||
* | sync with NetBSD. | 1999-11-07 | 1 | -3/+5 | |
| | |||||
* | Sync with NetBSD. | 1999-09-27 | 1 | -12/+10 | |
| | |||||
* | Sync with NetBSD; | 1999-08-27 | 1 | -6/+5 | |
| | | | | | | | 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. | 1999-08-16 | 1 | -3/+3 | |
| | | | | Diffs sent to augustsson. | ||||
* | From NetBSD; USB support. | 1999-08-13 | 1 | -0/+561 | |