summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb
Commit message (Expand)AuthorAgeFilesLines
...
* Wrap the proc wakeup special case for ddb in ifdef DDB.thompsa2010-03-111-0/+6
* The NetBSD Foundation has granted permission to remove clause 3 and 4 fromjoel2010-03-0320-140/+0
* Add device ID for the FTDI 4232H.thompsa2010-02-142-0/+2
* Add support for the E1752 3G modem and the required eject command.thompsa2010-02-144-1/+16
* Make umodem more tolerant for devices which modem descriptors are misplaced.thompsa2010-02-141-4/+9
* Add UQ_KBD_BOOTPROTO quirk needed in r203896thompsa2010-02-142-0/+2
* Detect when we are polling from kernel via cngetc() in the boot process andthompsa2010-02-141-34/+144
* Disable the use of the IAAD usb doorbell on NVidia controllers as it can causethompsa2010-02-093-0/+33
* The ZTE MF633R modem has a different type of cdrom driver disk, add the productthompsa2010-02-052-0/+2
* Properly name the 0x0016 ZTE product as MF633R now that its known.thompsa2010-02-042-2/+2
* Rework cam error handling to fix Mitsumi floppy drives.thompsa2010-01-291-4/+12
* Simplify attach for UMASS_PROTO_CBI_I mode and change some switch() returnsthompsa2010-01-291-25/+27
* Add null check on quirk lookup and add a couple of umass quirks.thompsa2010-01-291-2/+10
* Add the Netgear WPN111thompsa2010-01-291-0/+1
* Sync usb products to perforce.thompsa2010-01-291-0/+3
* Attempt to recover on a TX error rather than stopping all transfers.thompsa2010-01-292-8/+18
* Optimise EHCI ISOC HS done check.thompsa2010-01-291-10/+7
* Add device ID.thompsa2010-01-291-0/+1
* Use device_printf rather than printf + device_get_nameunit.thompsa2010-01-281-30/+21
* Release the firmware after loading to the device.thompsa2010-01-282-16/+28
* Add run(4), a driver for Ralink RT2700U/RT2800U/RT3000U USB 802.11agn devices.thompsa2010-01-284-1/+5703
* MFp4: Large set of CAM inprovements.mav2010-01-281-77/+0
* adds sysctl knobs to show rate statistics that it could be useful toweongyo2010-01-272-0/+59
* Product ID of D-Link DWA-120 after loading the firmware is incorrect.weongyo2010-01-191-1/+1
* removes a hack to attach TRENDnet TEW-504UB/EU that I think this issueweongyo2010-01-192-2/+0
* Grammar nits.thompsa2010-01-141-6/+6
* Update to Fredrik's latest uhso driver. This changes port detection, addsthompsa2010-01-132-91/+152
* Add a driver by Fredrik Lindberg for Option HSDPA USB devices. These differthompsa2010-01-132-0/+1765
* Add the Globetrotter GE40x.thompsa2010-01-112-0/+2
* Remove unused uhci_dump_qhs().trasz2010-01-081-27/+0
* Remove unneeded includes.thompsa2010-01-081-2/+0
* Remove extraneous semicolons, no functional changes.mbr2010-01-072-3/+3
* Fix debug printf on 64bit arches.thompsa2010-01-071-1/+1
* Add new umass quirks for Western Digital MYBook and JMicron JM20337.thompsa2010-01-072-1/+9
* Improve u3g device ejecting by providing additional methods for the ejectthompsa2010-01-064-221/+283
* scratch_size was incorrectly passed as language ID when retrieving the languagethompsa2010-01-061-2/+1
* Add new device ID to uipaq driverthompsa2009-12-312-0/+3
* Compact USB_VENDOR_X and USB_PRODUCT_Y in the quirk tables.thompsa2009-12-281-477/+352
* Use macros to strip off USB_VENDOR_ and USB_PRODUCT_ from some id tables to makethompsa2009-12-2611-316/+335
* Shorten the USB_QUIRK_ENTRY macro and undef it at the end, its only internal.thompsa2009-12-231-238/+235
* Move all Mass Storage Quirks over to the USB quirk module.thompsa2009-12-233-688/+534
* Sync usb vendor/product defines to p4thompsa2009-12-231-1/+8
* Add missed usb product define in r200826.thompsa2009-12-221-0/+1
* add new ID to UFTDI driver.thompsa2009-12-221-0/+1
* Add more OHCI pci ids.thompsa2009-12-221-0/+6
* Add more EHCI pci ids.thompsa2009-12-221-0/+10
* Keep list sorted.thompsa2009-12-181-21/+21
* Add a bunch of new 3G ids obtained from from various operating systems andthompsa2009-12-182-48/+565
* Use the EVENTHANDLER system to hook into the usb device configuration andthompsa2009-12-175-132/+112
* Wrap long lines.thompsa2009-12-111-37/+77
OpenPOWER on IntegriCloud