summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb
Commit message (Expand)AuthorAgeFilesLines
...
* Back out my recent changes for timeout races, as there have beeniedowse2004-11-124-125/+49
* Keep a handle on the startup rescan timer and cancel the timer ifiedowse2004-11-101-5/+6
* Attempt to fix a number of race conditions in the handling ofiedowse2004-11-094-49/+125
* When a port cannot be set up, report the error code in the `disablingiedowse2004-11-091-2/+2
* The ehci_dump() function shouldn't be declared static, as it isiedowse2004-11-031-1/+1
* Merge recent USB2/EHCI related changes from NetBSD:iedowse2004-11-035-94/+194
* Save and restore state across suspend/resume events.iedowse2004-10-302-37/+92
* Add support for the B&B Electronics USB->RS422/485 adapter.le2004-10-302-0/+19
* Handle all types of interrupts when operating the uhci(4) controller injhb2004-10-281-2/+2
* Add identifiers for the HP Laserjet 2300d USBrse2004-10-242-0/+3
* Add support for the Vodafone Mobile Connect 3G datacard.le2004-10-162-0/+6
* Use a taskqueue rather than an swi to handle deferred notifications.kan2004-10-151-25/+9
* Add device IDs for Intel ICH6.le2004-10-131-0/+20
* Permit fcntl(F_SETFL) to work on a ugen(4) device by not returning failuregreen2004-10-131-0/+1
* Back out rev.1.91 which implemented bulk read transfers in ugen(4) asgreen2004-10-131-151/+31
* Use generic tty code.phk2004-10-121-94/+13
* Use generic tty code instead of local copies.phk2004-10-121-269/+98
* Pass through the commands necessary to format USB floppy devices,bms2004-10-121-5/+4
* Further modify bulk endpoint behavior to be able to tear down thegreen2004-10-121-4/+17
* Don't use matchlvl attach arg. It seems to be not initializedtakawata2004-10-091-0/+3
* Use a taskqueue rather than an swi to handle deferred notifications.scottl2004-10-051-10/+9
* The macro for the function specifier inline is spelled '__inline'.stefanf2004-10-031-3/+3
* Add device ID for atuwi USB wlan driver,sanpei2004-10-031-0/+5
* * Use two cdevsw's for ugen(4): one for control endpoints, and one forgreen2004-10-021-20/+91
* * When toggling short transfers on a bulk transfer endpoint, cancel andgreen2004-10-021-20/+22
* Add support for CTS modemsignal as well.phk2004-10-021-0/+9
* Remove extra */peter2004-09-301-1/+1
* When opening a pipe, usbd_setup_pipe() will do a usbd_clear_endpoint_stall()wpaul2004-09-291-3/+8
* Fix minor indentation/formatting nit. (No code changes.)wpaul2004-09-291-1/+1
* Use generic infrastructure for the ucom driver instead of local stuff.phk2004-09-282-39/+5
* Arrgh. Recently I tried using ugen(4) in an application that useswpaul2004-09-281-26/+122
* detach before ivar delete.imp2004-09-261-1/+1
* Add a temporary workaround to the panic on boot with hub attached andimp2004-09-221-0/+1
* add '/* Panasonic products */' line(I removed it)sanpei2004-09-201-0/+1
* Add Sitecom's LN-029 USB 2.0 Ethernet adapter.iedowse2004-09-182-0/+5
* Fix compilation again.phk2004-09-171-3/+0
* Overhaul ucom serial driver by using generic stuff instead of homerolledphk2004-09-175-440/+154
* Use ttyalloc() instead of ttymalloc(NULL)phk2004-09-171-1/+1
* Add comments about why we're freeing subdevs (which is completelyimp2004-09-091-8/+11
* We don't need a uhub_child_detached() routine now that we don't detachimp2004-09-091-34/+2
* For the moment, back out my back out of green's 1.87 commit. While itimp2004-09-091-11/+9
* Back out 1.88.imp2004-09-081-9/+11
* Use %zu to format size_t.des2004-09-051-2/+2
* Device driver for the Cypress CY7C637xx and CY7C640/1xx families of USBdes2004-09-051-0/+634
* Add support Western Digital External USB HDDsanpei2004-09-042-1/+10
* Add support Nikon CoolScan LS40 EDsanpei2004-09-032-1/+4
* Add support Qualcomm CDMA modemsanpei2004-09-032-0/+3
* add support ELECOM UC-SGT(minor change version)sanpei2004-09-032-0/+2
* Fix two cases where a successful return from usbd_transfer() wouldiedowse2004-08-291-2/+2
* Correct capitalization of DeLorme Publishing.des2004-08-261-1/+1
OpenPOWER on IntegriCloud