summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb
Commit message (Expand)AuthorAgeFilesLines
* Do not sync cache for the PL2506thompsa2010-03-282-0/+3
* Do not swap Apple keys when detecting Apple-FN keyboards.thompsa2010-03-281-2/+1
* Make sure the bsd_urb_list gets initialised and that new URB's are queued atthompsa2010-03-281-1/+2
* Add PCI IDs for two more nForce controllers.thompsa2010-03-282-0/+4
* Add a couple of usb product IDs.thompsa2010-03-281-0/+3
* - add some usb devices (scanner, printer, usb storage)netchild2010-03-262-0/+9
* Add support for the Samsung S3C2xx0 family of ARM SoCs written byimp2010-03-201-0/+219
* Add device ID for the NATURAL4000 keyboardthompsa2010-03-111-0/+1
* - Integrate latest driver code from OpenBSDthompsa2010-03-114-131/+652
* extend search for Apple Function Key.thompsa2010-03-111-13/+18
* Add new device ID for the SMC 2514HUBthompsa2010-03-111-0/+1
* add new vendor ID for APACERthompsa2010-03-111-0/+1
* Implement USB kernel driver detach from userland.thompsa2010-03-113-6/+21
* Make sure there is a way to reset the endpoint FIFO on transfer errors forthompsa2010-03-111-4/+18
* For USS820 driver we need to manually reset TX FIFO at each SETUP transactionthompsa2010-03-111-0/+8
* isochronous endpoint descriptors should have two more bytes which are zero bythompsa2010-03-111-7/+16
* Add new uvisor(4) device ID.thompsa2010-03-112-0/+6
* It appears that some UVISOR devices do not handle when the clear stall commandthompsa2010-03-111-5/+0
* - make the usb_temp_setup() and usb_temp_unsetup() functions public so thatthompsa2010-03-113-21/+17
* Use wMaxPacketSize for the uftdi input buffer size.thompsa2010-03-111-3/+1
* Reapply r185998 which was overwritten at some point.thompsa2010-03-111-3/+0
* 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
OpenPOWER on IntegriCloud