summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb
Commit message (Expand)AuthorAgeFilesLines
* Add code to implement two new USB quirk types: NO_INQUIRY and NO_INQUIRY_EVPDnjl2003-03-251-11/+60
* - Use if_broadcastaddr from struct ifnet rather than relying onmdodd2003-03-211-1/+1
* Add module dependency. This makes udbp.ko to be loaded.takawata2003-03-151-0/+1
* Make uhci_waitintr() robust to interrupts being enabled, even thoughiedowse2003-03-111-4/+3
* Quirk for Pentax Optio 230 USB camera. Note that other products probablynjl2003-03-111-0/+5
* usbdevs entry for Asahi Optical OPTIO 230 digital camera. Regen.njl2003-03-113-0/+12
* Fix device freeze to reduce output packet size.akiyama2003-03-091-4/+33
* Fix page fault with FTDI's USB serial device.akiyama2003-03-091-4/+23
* Fix duplicate sc_dying usage.akiyama2003-03-092-13/+8
* Add missing module dependency.akiyama2003-03-092-0/+2
* Centralize the devstat handling for all GEOM disk device driversphk2003-03-081-1/+0
* Used correct aue_flags in ELECOM LD-USB/T and ELECOM LD-USB/TX.shiba2003-03-051-2/+2
* Fixed an issue which transfer no packets in combination with aue driver.shiba2003-03-051-2/+5
* Update netisr handling; Each SWI now registers its queue, and all queuejlemon2003-03-042-7/+3
* Make nokqfilter() return the correct return value.phk2003-03-031-1/+1
* Gigacommit to improve device-driver source compatibility betweenphk2003-03-039-118/+65
* Use canonical format for cdevsw initialization.phk2003-03-022-8/+26
* More low-hanging fruit: kill caddr_t in calls to wakeup(9) / [mt]sleep(9).des2003-03-022-3/+3
* Fix 'bulk in' and 'bulk out' being reversed in a couple of error messages.scottl2003-03-021-2/+2
* Implement outgoing interrupt pipes. It is part of the USB 1.1 spec.jhay2003-02-284-3/+90
* ufm doesn't care what major it uses.imp2003-02-281-1/+1
* These appear to work as cardbus cards tooimp2003-02-282-0/+2
* Use the correct size for reading and writing the PCI config space.marcel2003-02-231-5/+5
* Fix ATAPI/USB/Firewire CDROM drive handling in cd(4) and hopefully fixken2003-02-211-27/+0
* Back out M_* changes, per decision of the TRB.imp2003-02-1918-34/+34
* Sync to 1.114 of usbdevssanpei2003-02-132-2/+9
* Add support SUNTAC Ir-Trinity IS96Usanpei2003-02-132-0/+3
* Sync to 1.113 of usbdevssanpei2003-02-122-2/+30
* Add support YAMAHA NetVolante Routerssanpei2003-02-122-0/+13
* Regensanpei2003-02-112-2/+9
* Add support SUNTAC U-Cable TypeD2 (DS96L)sanpei2003-02-112-0/+3
* Regensanpei2003-02-072-2/+11
* Add support FUJITSU AH-F401U Air H devicesanpei2003-02-071-0/+3
* Fix `umass0: BBB bulk-in clear stall failed, IOERROR' problem withsanpei2003-02-041-0/+27
* Remove duplicated entrysanpei2003-02-041-9/+4
* Regenerate after fixing duplicate device entries.marcel2003-02-022-12/+5
* Unbreak kernel builds caused by what appears to be a merge conflict.marcel2003-02-021-2/+1
* Regensanpei2003-02-012-14/+49
* Add Genesys Logic productssanpei2003-02-011-0/+6
* Add support for the Trek Thumbdrive 8MB USB Drive.trhodes2003-01-304-2/+21
* Put the Perfection 1660 scanner entry in the right place. (Entriesjoe2003-01-271-1/+1
* Regenjoe2003-01-212-2/+9
* Add support for Epson 1660 scanner.joe2003-01-212-0/+2
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-2118-34/+34
* Regenjoe2003-01-202-2/+9
* Support for the "Seiko Epson Perfection 1260 scanner".joe2003-01-202-0/+2
* Some USB devices are not prepared to deal with a single byte stringjoe2003-01-141-2/+8
* Make compile cleanly when USB_DEBUG is defined.imp2003-01-121-1/+2
* Merge from NetBSD and arrange for FreeBSD's slight differences inimp2003-01-092-817/+423
* Retry to get full device descriptor, this let my slow CD Tower device work.davidxu2003-01-081-1/+7
OpenPOWER on IntegriCloud