summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add a quirk for the Curitel UM175 where setting multiplexing for callthompsa2009-12-114-7/+36
* Revert r199331, the UM175 is in fact a cdc-acm device handled by umodem(4).thompsa2009-12-111-1/+0
* Fix hardware issue with FTDI chips: avoid sending a zero length packet due tothompsa2009-12-091-1/+1
* Fix dwSignature for NCM mode and add extra debug output.thompsa2009-12-091-6/+17
* Add new device ids.thompsa2009-12-093-0/+4
* Correct name, 82801IJ -> 82801JIthompsa2009-12-092-8/+8
* If the ID byte is non zero then we allow descriptors having multiple sizes.thompsa2009-12-091-3/+12
* Improve response to multi-touch taps.rpaulo2009-12-081-48/+117
* Add uhci/ehci controller ids.thompsa2009-12-032-0/+16
* Early-generation touchpads do not send periodic calibration frames fornwhitehorn2009-11-291-0/+15
* Remove unneeded inclusion of <sys/termios.h>.ed2009-11-281-1/+0
* Remove overuse of exclamation marks in kernel printfs, there mere fact athompsa2009-11-2635-106/+105
* Disable interrupts after doing early takeover of the usb controller in case usbthompsa2009-11-252-2/+2
* Actually disable interrupts in ehci_detach().thompsa2009-11-231-1/+1
* Make the mode setting transfer asynchronous.thompsa2009-11-221-21/+46
* Add missed register change in r199676.thompsa2009-11-221-1/+1
* Correct register access for USB device side operation on the musb controller.thompsa2009-11-221-9/+58
* Provide tunables for some of the usb sysctls that affect boot behaviour.thompsa2009-11-2210-0/+24
* Initialise variable before use.thompsa2009-11-225-0/+5
* Improve High Speed slot allocation mechanism by moving the computation to thethompsa2009-11-227-71/+209
* Sort ID list by vendor.thompsa2009-11-161-6/+6
* Add the Curitel UM175 3g device.thompsa2009-11-162-0/+2
* Reduce probe priority of USB input devices to BUS_PROBE_GENERIC fromnwhitehorn2009-11-113-5/+5
OpenPOWER on IntegriCloud