summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb
Commit message (Expand)AuthorAgeFilesLines
* Don't define memcpy() to bcopy() and in particular not memset() tophk2003-05-311-3/+0
* Fix indentation.phk2003-05-311-2/+2
* Correct the fix in rev 1.70ticso2003-05-291-5/+6
* Quirk for Hitachi DVD USB drive. It returns "invalid field in cdb" fornjl2003-05-214-0/+24
* Remove a redundant quirk. Instead, we wildcard all Asahi Optical chips.njl2003-05-201-5/+0
* Recreate devnodes on USB_SET_ALTINTERFACE ioctl.ticso2003-05-181-0/+11
* Generalize a quirk for Asahi Optical-based cameras (i.e. Pentax). It appearsnjl2003-05-151-2/+1
* Regen.murray2003-05-122-2/+9
* Extend the digital camera support (umass) to the PENTAX Optio 330GS.joe2003-05-112-0/+6
* Add PCI ID's for the 4 USB hubs on the ICH5 controller.jhb2003-05-061-0/+20
* regen.murray2003-05-052-2/+39
* Add KEYSPAN USA19QW, JRC PHONE, SANDISK SDDR75.murray2003-05-051-0/+7
* Regen.akiyama2003-05-032-2/+25
* Add RealTek RTL8150 USB to fast Ethernet controller driver.akiyama2003-05-033-0/+1729
* Deprecate machine/limits.h in favor of new sys/limits.h.kan2003-04-291-1/+1
* Regen.takawata2003-04-212-6/+20
* Add another product ID for if_axe and correct vendor ID descriptiontakawata2003-04-212-2/+5
* Regenerate.wpaul2003-04-202-2/+16
* Add support for the Netgear FA120 and the D-Link DUBE100 (AX88172-basedwpaul2003-04-202-0/+4
* Regen usbdevs.wpaul2003-04-202-2/+18
* Add device driver support for the ASIX Electronics AX88172 USB 2.0wpaul2003-04-203-0/+1374
* - Express hard dependencies on bus (pci, isa, pccard) andmdodd2003-04-153-7/+10
* Use a sim for each device on it's own instead of one for all umassticso2003-04-141-145/+62
* add EHCI (USB 2.0) controller support.ticso2003-04-146-0/+3605
* Add quirk for LOGITECH WMRPAD.mdodd2003-04-101-0/+1
* - Add LOGITECH WMRPAD, MOTOROLA SB410, and SANDISK SDDR05.mdodd2003-04-103-0/+24
* At least pretend to handle USB_GET_REPORT_ID.mdodd2003-04-091-0/+4
* resyncimp2003-04-072-2/+9
* Add ID for Kawasaki LSI Inc. USB-Ethernet, rev 1.00/2.02 adapter.murray2003-04-072-0/+2
* Add support for the CLIE 5.0 series of PDAsscottl2003-04-061-0/+1
* Regen from usbdevs v.116scottl2003-04-061-1/+13
* Regenscottl2003-04-061-1/+3
* Add ID's for the CLIE 5.0 series and the Belkin F5U109 usb->serial adapter.scottl2003-04-061-0/+2
* Use __FBSDID rather than rcsid[].obrien2003-04-034-28/+12
* 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
OpenPOWER on IntegriCloud