aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb
Commit message (Expand)AuthorAgeFilesLines
* Add support for the TwinMOS Memory Disk IV.Ian Dowse2004-11-282-0/+8
* Add the device ID for the 3Com 3CRSHEW696 wireless adapter.Ian Dowse2004-11-281-0/+1
* Add support for the Trumpion/Comotron C3310 MP3 player.Ian Dowse2004-11-282-0/+8
* Fix just the worst of the timeout race conditions that the previousIan Dowse2004-11-163-3/+13
* Put back usb_uncallout_drain(), as it is now also used by umass.c.Ian Dowse2004-11-121-0/+1
* Back out my recent changes for timeout races, as there have beenIan Dowse2004-11-124-125/+49
* Keep a handle on the startup rescan timer and cancel the timer ifIan Dowse2004-11-101-5/+6
* Attempt to fix a number of race conditions in the handling ofIan Dowse2004-11-094-49/+125
* When a port cannot be set up, report the error code in the `disablingIan Dowse2004-11-091-2/+2
* The ehci_dump() function shouldn't be declared static, as it isIan Dowse2004-11-031-1/+1
* Merge recent USB2/EHCI related changes from NetBSD:Ian Dowse2004-11-035-94/+194
* Save and restore state across suspend/resume events.Ian Dowse2004-10-302-37/+92
* Add support for the B&B Electronics USB->RS422/485 adapter.Lukas Ertl2004-10-302-0/+19
* Handle all types of interrupts when operating the uhci(4) controller inJohn Baldwin2004-10-281-2/+2
* Add identifiers for the HP Laserjet 2300d USBRalf S. Engelschall2004-10-242-0/+3
* Add support for the Vodafone Mobile Connect 3G datacard.Lukas Ertl2004-10-162-0/+6
* Use a taskqueue rather than an swi to handle deferred notifications.Alexander Kabaev2004-10-151-25/+9
* Add device IDs for Intel ICH6.Lukas Ertl2004-10-131-0/+20
* Permit fcntl(F_SETFL) to work on a ugen(4) device by not returning failureBrian Feldman2004-10-131-0/+1
* Back out rev.1.91 which implemented bulk read transfers in ugen(4) asBrian Feldman2004-10-131-151/+31
* Use generic tty code.Poul-Henning Kamp2004-10-121-94/+13
* Use generic tty code instead of local copies.Poul-Henning Kamp2004-10-121-269/+98
* Pass through the commands necessary to format USB floppy devices,Bruce M Simpson2004-10-121-5/+4
* Further modify bulk endpoint behavior to be able to tear down theBrian Feldman2004-10-121-4/+17
* Don't use matchlvl attach arg. It seems to be not initializedTakanori Watanabe2004-10-091-0/+3
* Use a taskqueue rather than an swi to handle deferred notifications.Scott Long2004-10-051-10/+9
* The macro for the function specifier inline is spelled '__inline'.Stefan Farfeleder2004-10-031-3/+3
* Add device ID for atuwi USB wlan driver,MIHIRA Sanpei Yoshiro2004-10-031-0/+5
* * Use two cdevsw's for ugen(4): one for control endpoints, and one forBrian Feldman2004-10-021-20/+91
* * When toggling short transfers on a bulk transfer endpoint, cancel andBrian Feldman2004-10-021-20/+22
* Add support for CTS modemsignal as well.Poul-Henning Kamp2004-10-021-0/+9
* Remove extra */Peter Wemm2004-09-301-1/+1
* When opening a pipe, usbd_setup_pipe() will do a usbd_clear_endpoint_stall()Bill Paul2004-09-291-3/+8
* Fix minor indentation/formatting nit. (No code changes.)Bill Paul2004-09-291-1/+1
* Use generic infrastructure for the ucom driver instead of local stuff.Poul-Henning Kamp2004-09-282-39/+5
* Arrgh. Recently I tried using ugen(4) in an application that usesBill Paul2004-09-281-26/+122
* detach before ivar delete.Warner Losh2004-09-261-1/+1
* Add a temporary workaround to the panic on boot with hub attached andWarner Losh2004-09-221-0/+1
* add '/* Panasonic products */' line(I removed it)MIHIRA Sanpei Yoshiro2004-09-201-0/+1
* Add Sitecom's LN-029 USB 2.0 Ethernet adapter.Ian Dowse2004-09-182-0/+5
* Fix compilation again.Poul-Henning Kamp2004-09-171-3/+0
* Overhaul ucom serial driver by using generic stuff instead of homerolledPoul-Henning Kamp2004-09-175-437/+151
* Use ttyalloc() instead of ttymalloc(NULL)Poul-Henning Kamp2004-09-171-1/+1
* Add comments about why we're freeing subdevs (which is completelyWarner Losh2004-09-091-8/+11
* We don't need a uhub_child_detached() routine now that we don't detachWarner Losh2004-09-091-34/+2
* For the moment, back out my back out of green's 1.87 commit. While itWarner Losh2004-09-091-11/+9
* Back out 1.88.Warner Losh2004-09-081-9/+11
* Use %zu to format size_t.Dag-Erling Smørgrav2004-09-051-2/+2
* Device driver for the Cypress CY7C637xx and CY7C640/1xx families of USBDag-Erling Smørgrav2004-09-051-0/+634
* Add support Western Digital External USB HDDMIHIRA Sanpei Yoshiro2004-09-042-1/+10