aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb
Commit message (Expand)AuthorAgeFilesLines
* regen.Murray Stokely2003-05-052-2/+39
* Add KEYSPAN USA19QW, JRC PHONE, SANDISK SDDR75.Murray Stokely2003-05-051-0/+7
* Regen.Shunsuke Akiyama2003-05-032-2/+25
* Add RealTek RTL8150 USB to fast Ethernet controller driver.Shunsuke Akiyama2003-05-033-0/+1729
* Deprecate machine/limits.h in favor of new sys/limits.h.Alexander Kabaev2003-04-291-1/+1
* Regen.Takanori Watanabe2003-04-212-6/+20
* Add another product ID for if_axe and correct vendor ID descriptionTakanori Watanabe2003-04-212-2/+5
* Regenerate.Bill Paul2003-04-202-2/+16
* Add support for the Netgear FA120 and the D-Link DUBE100 (AX88172-basedBill Paul2003-04-202-0/+4
* Regen usbdevs.Bill Paul2003-04-202-2/+18
* Add device driver support for the ASIX Electronics AX88172 USB 2.0Bill Paul2003-04-203-0/+1374
* - Express hard dependencies on bus (pci, isa, pccard) andMatthew N. Dodd2003-04-153-7/+10
* Use a sim for each device on it's own instead of one for all umassBernd Walter2003-04-141-145/+62
* add EHCI (USB 2.0) controller support.Bernd Walter2003-04-146-0/+3605
* Add quirk for LOGITECH WMRPAD.Matthew N. Dodd2003-04-101-0/+1
* - Add LOGITECH WMRPAD, MOTOROLA SB410, and SANDISK SDDR05.Matthew N. Dodd2003-04-103-0/+24
* At least pretend to handle USB_GET_REPORT_ID.Matthew N. Dodd2003-04-091-0/+4
* resyncWarner Losh2003-04-072-2/+9
* Add ID for Kawasaki LSI Inc. USB-Ethernet, rev 1.00/2.02 adapter.Murray Stokely2003-04-072-0/+2
* Add support for the CLIE 5.0 series of PDAsScott Long2003-04-061-0/+1
* Regen from usbdevs v.116Scott Long2003-04-061-1/+13
* RegenScott Long2003-04-061-1/+3
* Add ID's for the CLIE 5.0 series and the Belkin F5U109 usb->serial adapter.Scott Long2003-04-061-0/+2
* Use __FBSDID rather than rcsid[].David E. O'Brien2003-04-034-28/+12
* Add code to implement two new USB quirk types: NO_INQUIRY and NO_INQUIRY_EVPDNate Lawson2003-03-251-11/+60
* - Use if_broadcastaddr from struct ifnet rather than relying onMatthew N. Dodd2003-03-211-1/+1
* Add module dependency. This makes udbp.ko to be loaded.Takanori Watanabe2003-03-151-0/+1
* Make uhci_waitintr() robust to interrupts being enabled, even thoughIan Dowse2003-03-111-4/+3
* Quirk for Pentax Optio 230 USB camera. Note that other products probablyNate Lawson2003-03-111-0/+5
* usbdevs entry for Asahi Optical OPTIO 230 digital camera. Regen.Nate Lawson2003-03-113-0/+12
* Fix device freeze to reduce output packet size.Shunsuke Akiyama2003-03-091-4/+33
* Fix page fault with FTDI's USB serial device.Shunsuke Akiyama2003-03-091-4/+23
* Fix duplicate sc_dying usage.Shunsuke Akiyama2003-03-092-13/+8
* Add missing module dependency.Shunsuke Akiyama2003-03-092-0/+2
* Centralize the devstat handling for all GEOM disk device driversPoul-Henning Kamp2003-03-081-1/+0
* Used correct aue_flags in ELECOM LD-USB/T and ELECOM LD-USB/TX.Takeshi Shibagaki2003-03-051-2/+2
* Fixed an issue which transfer no packets in combination with aue driver.Takeshi Shibagaki2003-03-051-2/+5
* Update netisr handling; Each SWI now registers its queue, and all queueJonathan Lemon2003-03-042-7/+3
* 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