summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Change the usb workers from kernel processes to threads, this is mostly athompsa2009-08-162-5/+11
* Make the newbus subsystem Giant free by adding the new newbus sxlock.attilio2009-08-028-65/+57
* fixes a typo for DWA120 device ID.weongyo2009-07-301-2/+2
* Missed this file for r195963:alfred2009-07-301-0/+3
* USB CORE - Improve HID parsingalfred2009-07-301-3/+61
* USB CORE - compat Linux:alfred2009-07-302-18/+59
* USB controller:alfred2009-07-301-2/+9
* ULPT:alfred2009-07-301-1/+9
* USB core:alfred2009-07-307-71/+145
* USB serial:alfred2009-07-302-0/+4
* USB CORE:alfred2009-07-3011-42/+222
* USB inputalfred2009-07-301-3/+45
* USB controller:alfred2009-07-303-0/+14
* adds DLINK2 DWA120 device.weongyo2009-07-272-0/+3
* MFp4:marcel2009-07-121-1/+2
* Don't pick up Giant inside ucom(4).ed2009-06-281-4/+6
* Add ids of Sitecom USB wlan gadget.phk2009-06-281-0/+1
* Sync to p4thompsa2009-06-2713-23/+82
* Add quirks for Actions MP4 player.delphij2009-06-262-0/+8
* Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/rwatson2009-06-269-18/+14
* updates AMRR statistics with tx complete status that if not the tx rateweongyo2009-06-251-0/+3
* uses ZYD_NOTIF_RETRYSTATUS info to count the number of retries.weongyo2009-06-251-1/+2
* Fix a typeo in the frame len function to unbreak the build, make it shorterthompsa2009-06-234-6/+6
* - Make struct usb_xfer opaque so that drivers can not access the internalsthompsa2009-06-23112-3013/+4431
* Fix length check for ugen control transfer.thompsa2009-06-221-1/+1
* use PROTO_DEFAULT.remko2009-06-211-1/+1
* Add support for the Myson Heden 8813.remko2009-06-212-0/+5
* reorders the sequence when the device is detached. After detaching theweongyo2009-06-171-6/+34
* Fix usb2_find_descriptor function name.thompsa2009-06-154-7/+7
* Fix _USB2_* refernces in the header protection defines.thompsa2009-06-1532-96/+96
* s/usb2_/usb_|usbd_/ on all function names for the USB stack.thompsa2009-06-15110-3762/+3762
* Remove usb2_cv_* and just use the kernel condvar implementation, it was neededthompsa2009-06-1513-188/+58
OpenPOWER on IntegriCloud