aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb
Commit message (Expand)AuthorAgeFilesLines
* Make nokqfilter() return the correct return value.Poul-Henning Kamp2003-03-031-1/+1
* Gigacommit to improve device-driver source compatibility betweenPoul-Henning Kamp2003-03-039-118/+65
* Use canonical format for cdevsw initialization.Poul-Henning Kamp2003-03-022-8/+26
* More low-hanging fruit: kill caddr_t in calls to wakeup(9) / [mt]sleep(9).Dag-Erling Smørgrav2003-03-022-3/+3
* Fix 'bulk in' and 'bulk out' being reversed in a couple of error messages.Scott Long2003-03-021-2/+2
* Implement outgoing interrupt pipes. It is part of the USB 1.1 spec.John Hay2003-02-284-3/+90
* ufm doesn't care what major it uses.Warner Losh2003-02-281-1/+1
* These appear to work as cardbus cards tooWarner Losh2003-02-282-0/+2
* Use the correct size for reading and writing the PCI config space.Marcel Moolenaar2003-02-231-5/+5
* Fix ATAPI/USB/Firewire CDROM drive handling in cd(4) and hopefully fixKenneth D. Merry2003-02-211-27/+0
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-1918-34/+34
* Sync to 1.114 of usbdevsMIHIRA Sanpei Yoshiro2003-02-132-2/+9
* Add support SUNTAC Ir-Trinity IS96UMIHIRA Sanpei Yoshiro2003-02-132-0/+3
* Sync to 1.113 of usbdevsMIHIRA Sanpei Yoshiro2003-02-122-2/+30
* Add support YAMAHA NetVolante RoutersMIHIRA Sanpei Yoshiro2003-02-122-0/+13
* RegenMIHIRA Sanpei Yoshiro2003-02-112-2/+9
* Add support SUNTAC U-Cable TypeD2 (DS96L)MIHIRA Sanpei Yoshiro2003-02-112-0/+3
* RegenMIHIRA Sanpei Yoshiro2003-02-072-2/+11
* Add support FUJITSU AH-F401U Air H deviceMIHIRA Sanpei Yoshiro2003-02-071-0/+3
* Fix `umass0: BBB bulk-in clear stall failed, IOERROR' problem withMIHIRA Sanpei Yoshiro2003-02-041-0/+27
* Remove duplicated entryMIHIRA Sanpei Yoshiro2003-02-041-9/+4
* Regenerate after fixing duplicate device entries.Marcel Moolenaar2003-02-022-12/+5
* Unbreak kernel builds caused by what appears to be a merge conflict.Marcel Moolenaar2003-02-021-2/+1
* RegenMIHIRA Sanpei Yoshiro2003-02-012-14/+49
* Add Genesys Logic productsMIHIRA Sanpei Yoshiro2003-02-011-0/+6
* Add support for the Trek Thumbdrive 8MB USB Drive.Tom Rhodes2003-01-304-2/+21
* Put the Perfection 1660 scanner entry in the right place. (EntriesJosef Karthauser2003-01-271-1/+1
* RegenJosef Karthauser2003-01-212-2/+9
* Add support for Epson 1660 scanner.Josef Karthauser2003-01-212-0/+2
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-2118-34/+34
* RegenJosef Karthauser2003-01-202-2/+9
* Support for the "Seiko Epson Perfection 1260 scanner".Josef Karthauser2003-01-202-0/+2
* Some USB devices are not prepared to deal with a single byte stringJosef Karthauser2003-01-141-2/+8
* Make compile cleanly when USB_DEBUG is defined.Warner Losh2003-01-121-1/+2
* Merge from NetBSD and arrange for FreeBSD's slight differences inWarner Losh2003-01-092-810/+416
* Retry to get full device descriptor, this let my slow CD Tower device work.David Xu2003-01-081-1/+7
* Update to correct NetBSD IdWarner Losh2003-01-021-1/+1
* Sync to 1.104 of usbdevsWarner Losh2003-01-022-2/+18
* Add NEODIO TURBOCONNECT (from NetBSD)Warner Losh2003-01-021-0/+4
* MFNetBSD through 1.42 (to be committed in a moment by me).Warner Losh2003-01-021-3/+4
* Do not print the value of sc pointer before is has been ininialized.Alexander Kabaev2003-01-021-1/+2
* Create debug sysctl nodes if USB_DEBUG is defined.Alexander Kabaev2003-01-021-1/+1
* It appears that the SANYO SCP-4900 needs similar quirks to theWarner Losh2003-01-011-0/+2
* Sync to usbdevs 1.103Warner Losh2003-01-012-2/+18
* Add Sanyo SCP-4900 phone. It needs quirks.Warner Losh2003-01-011-0/+4
* Now that we've 'branched' 5.0, desupport FreeBSD 3.x in this driver. ItWarner Losh2003-01-011-29/+1
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,Jens Schweikhardt2003-01-013-3/+3
* When resuming after a system suspend, re-issue the UHCI_CMD_MAXPIan Dowse2002-12-261-0/+1
* Revert part of the last commit. Do not fake-up the cylinders to makeMatthew Dillon2002-12-221-2/+1
* Modify the fake cylinders calculation so it is >= the size of the device,Matthew Dillon2002-12-201-6/+26