| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add support for the TwinMOS Memory Disk IV. | Ian Dowse | 2004-11-28 | 2 | -0/+8 |
| * | Add the device ID for the 3Com 3CRSHEW696 wireless adapter. | Ian Dowse | 2004-11-28 | 1 | -0/+1 |
| * | Add support for the Trumpion/Comotron C3310 MP3 player. | Ian Dowse | 2004-11-28 | 2 | -0/+8 |
| * | Fix just the worst of the timeout race conditions that the previous | Ian Dowse | 2004-11-16 | 3 | -3/+13 |
| * | Put back usb_uncallout_drain(), as it is now also used by umass.c. | Ian Dowse | 2004-11-12 | 1 | -0/+1 |
| * | Back out my recent changes for timeout races, as there have been | Ian Dowse | 2004-11-12 | 4 | -125/+49 |
| * | Keep a handle on the startup rescan timer and cancel the timer if | Ian Dowse | 2004-11-10 | 1 | -5/+6 |
| * | Attempt to fix a number of race conditions in the handling of | Ian Dowse | 2004-11-09 | 4 | -49/+125 |
| * | When a port cannot be set up, report the error code in the `disabling | Ian Dowse | 2004-11-09 | 1 | -2/+2 |
| * | The ehci_dump() function shouldn't be declared static, as it is | Ian Dowse | 2004-11-03 | 1 | -1/+1 |
| * | Merge recent USB2/EHCI related changes from NetBSD: | Ian Dowse | 2004-11-03 | 5 | -94/+194 |
| * | Save and restore state across suspend/resume events. | Ian Dowse | 2004-10-30 | 2 | -37/+92 |
| * | Add support for the B&B Electronics USB->RS422/485 adapter. | Lukas Ertl | 2004-10-30 | 2 | -0/+19 |
| * | Handle all types of interrupts when operating the uhci(4) controller in | John Baldwin | 2004-10-28 | 1 | -2/+2 |
| * | Add identifiers for the HP Laserjet 2300d USB | Ralf S. Engelschall | 2004-10-24 | 2 | -0/+3 |
| * | Add support for the Vodafone Mobile Connect 3G datacard. | Lukas Ertl | 2004-10-16 | 2 | -0/+6 |
| * | Use a taskqueue rather than an swi to handle deferred notifications. | Alexander Kabaev | 2004-10-15 | 1 | -25/+9 |
| * | Add device IDs for Intel ICH6. | Lukas Ertl | 2004-10-13 | 1 | -0/+20 |
| * | Permit fcntl(F_SETFL) to work on a ugen(4) device by not returning failure | Brian Feldman | 2004-10-13 | 1 | -0/+1 |
| * | Back out rev.1.91 which implemented bulk read transfers in ugen(4) as | Brian Feldman | 2004-10-13 | 1 | -151/+31 |
| * | Use generic tty code. | Poul-Henning Kamp | 2004-10-12 | 1 | -94/+13 |
| * | Use generic tty code instead of local copies. | Poul-Henning Kamp | 2004-10-12 | 1 | -269/+98 |
| * | Pass through the commands necessary to format USB floppy devices, | Bruce M Simpson | 2004-10-12 | 1 | -5/+4 |
| * | Further modify bulk endpoint behavior to be able to tear down the | Brian Feldman | 2004-10-12 | 1 | -4/+17 |
| * | Don't use matchlvl attach arg. It seems to be not initialized | Takanori Watanabe | 2004-10-09 | 1 | -0/+3 |
| * | Use a taskqueue rather than an swi to handle deferred notifications. | Scott Long | 2004-10-05 | 1 | -10/+9 |
| * | The macro for the function specifier inline is spelled '__inline'. | Stefan Farfeleder | 2004-10-03 | 1 | -3/+3 |
| * | Add device ID for atuwi USB wlan driver, | MIHIRA Sanpei Yoshiro | 2004-10-03 | 1 | -0/+5 |
| * | * Use two cdevsw's for ugen(4): one for control endpoints, and one for | Brian Feldman | 2004-10-02 | 1 | -20/+91 |
| * | * When toggling short transfers on a bulk transfer endpoint, cancel and | Brian Feldman | 2004-10-02 | 1 | -20/+22 |
| * | Add support for CTS modemsignal as well. | Poul-Henning Kamp | 2004-10-02 | 1 | -0/+9 |
| * | Remove extra */ | Peter Wemm | 2004-09-30 | 1 | -1/+1 |
| * | When opening a pipe, usbd_setup_pipe() will do a usbd_clear_endpoint_stall() | Bill Paul | 2004-09-29 | 1 | -3/+8 |
| * | Fix minor indentation/formatting nit. (No code changes.) | Bill Paul | 2004-09-29 | 1 | -1/+1 |
| * | Use generic infrastructure for the ucom driver instead of local stuff. | Poul-Henning Kamp | 2004-09-28 | 2 | -39/+5 |
| * | Arrgh. Recently I tried using ugen(4) in an application that uses | Bill Paul | 2004-09-28 | 1 | -26/+122 |
| * | detach before ivar delete. | Warner Losh | 2004-09-26 | 1 | -1/+1 |
| * | Add a temporary workaround to the panic on boot with hub attached and | Warner Losh | 2004-09-22 | 1 | -0/+1 |
| * | add '/* Panasonic products */' line(I removed it) | MIHIRA Sanpei Yoshiro | 2004-09-20 | 1 | -0/+1 |
| * | Add Sitecom's LN-029 USB 2.0 Ethernet adapter. | Ian Dowse | 2004-09-18 | 2 | -0/+5 |
| * | Fix compilation again. | Poul-Henning Kamp | 2004-09-17 | 1 | -3/+0 |
| * | Overhaul ucom serial driver by using generic stuff instead of homerolled | Poul-Henning Kamp | 2004-09-17 | 5 | -437/+151 |
| * | Use ttyalloc() instead of ttymalloc(NULL) | Poul-Henning Kamp | 2004-09-17 | 1 | -1/+1 |
| * | Add comments about why we're freeing subdevs (which is completely | Warner Losh | 2004-09-09 | 1 | -8/+11 |
| * | We don't need a uhub_child_detached() routine now that we don't detach | Warner Losh | 2004-09-09 | 1 | -34/+2 |
| * | For the moment, back out my back out of green's 1.87 commit. While it | Warner Losh | 2004-09-09 | 1 | -11/+9 |
| * | Back out 1.88. | Warner Losh | 2004-09-08 | 1 | -9/+11 |
| * | Use %zu to format size_t. | Dag-Erling Smørgrav | 2004-09-05 | 1 | -2/+2 |
| * | Device driver for the Cypress CY7C637xx and CY7C640/1xx families of USB | Dag-Erling Smørgrav | 2004-09-05 | 1 | -0/+634 |
| * | Add support Western Digital External USB HDD | MIHIRA Sanpei Yoshiro | 2004-09-04 | 2 | -1/+10 |