summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb
Commit message (Expand)AuthorAgeFilesLines
* Allow dumping the USB mouse reports via 'sysctl -b dev.ums.N.parseinfo',thompsa2009-10-221-1/+71
* Change from CAM_TID_INVALID to CAM_SEL_TIMEOUT error code when the usb devicethompsa2009-10-201-2/+3
* Add support for newer WinChipHead CH341 chips, previously in the uch341 driver.thompsa2009-10-192-116/+58
* Remove the newly added uch341 driver, it will be merged into uchcom instead.thompsa2009-10-191-530/+0
* overhauls urtw(4) for supporting RTL8187B devices properly that thereweongyo2009-10-183-371/+658
* Correct offset calcluation for the NCM implementation.thompsa2009-10-151-18/+17
* Only poll ukbd if KDB is active.thompsa2009-10-151-0/+4
* Workaround buggy BIOS code in USB regard. By doing the BIOS to OS handover forthompsa2009-10-1515-282/+414
* fixes a TX hang that could be possible to happen when the trasfers areweongyo2009-10-145-2/+23
* fixes a TX hang bug that it could happen when if_start callback didn'tweongyo2009-10-141-2/+8
* Fix the 106/109 USB Japanese keyboard "underscore" issue.hrs2009-10-121-12/+51
* updates device entries supported with the product name not magic numbersweongyo2009-10-042-11/+22
* EHCI Hardware BUG workaroundthompsa2009-10-011-21/+57
* Add back endpoint swap detection that was disabled in an earlier driverthompsa2009-09-281-10/+33
* Add new FTDI IDs.thompsa2009-09-281-0/+3
* Add experimental support for usb serial console and polled mode during DDB.thompsa2009-09-2818-8/+445
* Add a config number quirk for the ELSA_MODEM1thompsa2009-09-281-0/+1
* add more device IDsthompsa2009-09-281-0/+3
* Allow setting of MAC address for AXE based ethernet adapters.thompsa2009-09-281-4/+5
* Increase the rx buffer size to 16384 bytes, this increases RX performance fromthompsa2009-09-281-29/+26
* - Remove SAMSUNG_YP_U2 now that it is in the cam layerthompsa2009-09-281-4/+4
* MFp4thompsa2009-09-281-0/+10
* Add basic support for USB Network Control Model (NCM) v1.0 to if_cdce.c.thompsa2009-09-284-29/+697
* Add extra safety locking when clobbering xfer->flags_int.started in start andthompsa2009-09-281-7/+21
* Correct buffer sizes used so that they match. The old code could give thethompsa2009-09-281-2/+3
* Add support for USB language selection.thompsa2009-09-282-22/+68
* Fix NULL-pointer dereference in usb_endpoint_foreach().thompsa2009-09-281-1/+3
* Add support for ChipHead 341 serial port adapter.thompsa2009-09-281-0/+521
* Clear all interrupts rather than just SETUP packet.thompsa2009-09-281-2/+2
* Simplify logic around setting EHCI_QH_DTC and expand some htohc32(temp.sc, 0)thompsa2009-09-281-19/+15
* Import two PCI quirks from Linuxthompsa2009-09-281-0/+70
* MFp4 @ 168387thompsa2009-09-285-47/+59
* Revert previous commit and add myself to the list of people who shouldphk2009-09-083-1284/+1276
* Add necessary include.phk2009-09-083-1276/+1284
* Make umass(4) pass device USB serial number to CAM, making it possibletrasz2009-09-041-0/+46
* fix a TX issue on big endian machines like powerpc or sparc64. Nowweongyo2009-09-041-1/+1
* It is possible for all the kthreads to exit (hci modules unloaded) which inthompsa2009-08-251-0/+9
* - Patch to allow USB controller to resume operation afteralfred2009-08-248-62/+130
* Remove redundant locking.alfred2009-08-241-2/+0
* Add a reminder comment to optimize bus_dmamap_sync calls.alfred2009-08-241-0/+6
* Add mass storage quirks.alfred2009-08-242-0/+30
* - fix uvisor support, mostly correct buffer sizes used.alfred2009-08-241-11/+35
* - Fix false positive uipaq probealfred2009-08-242-0/+6
* - fix CDC ethernet matching order so that the match flags get correct.alfred2009-08-241-3/+3
* We used force all of the GPIO pins low first and thenalfred2009-08-241-5/+8
* - FIFO's are always opened separately in read and writealfred2009-08-242-14/+4
* - patch for cordump slowdown. Avoid using DELAY(1000) when noalfred2009-08-241-33/+50
* - allow disabling "root_mount_hold()" byalfred2009-08-241-73/+29
* Temporarily revert the new-bus locking for 8.0 release. It will bejhb2009-08-208-57/+65
* Fix USB cache sync operations for platforms with non-coherent DMA.raj2009-08-191-4/+3
OpenPOWER on IntegriCloud