aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb
Commit message (Expand)AuthorAgeFilesLines
* MFC r198775Andrew Thompson2009-11-042-1/+20
* MFC r197999:Hiroki Sato2009-11-021-12/+51
* MFC r198307Andrew Thompson2009-10-211-2/+3
* MFC r198098:Weongyo Jeong2009-10-206-4/+31
* MFC r197682Andrew Thompson2009-10-041-21/+57
* MFC r196809:Weongyo Jeong2009-09-041-1/+1
* MFC: r196489,196498Alfred Perlstein2009-09-029-95/+180
* MFC r196547Andrew Thompson2009-08-291-0/+9
* MFC 196403: Temporarily revert the new-bus locking for 8.0 release.John Baldwin2009-08-208-57/+65
* MFC r196380Rafal Jaworowski2009-08-191-4/+3
* MFC r196274Andrew Thompson2009-08-162-5/+11
* Make the newbus subsystem Giant free by adding the new newbus sxlock.Attilio Rao2009-08-028-65/+57
* fixes a typo for DWA120 device ID.Weongyo Jeong2009-07-301-2/+2
* Missed this file for r195963:Alfred Perlstein2009-07-301-0/+3
* USB CORE - Improve HID parsingAlfred Perlstein2009-07-301-3/+61
* USB CORE - compat Linux:Alfred Perlstein2009-07-302-18/+59
* USB controller:Alfred Perlstein2009-07-301-2/+9
* ULPT:Alfred Perlstein2009-07-301-1/+9
* USB core:Alfred Perlstein2009-07-307-71/+145
* USB serial:Alfred Perlstein2009-07-302-0/+4
* USB CORE:Alfred Perlstein2009-07-3011-42/+222
* USB inputAlfred Perlstein2009-07-301-3/+45
* USB controller:Alfred Perlstein2009-07-303-0/+14
* adds DLINK2 DWA120 device.Weongyo Jeong2009-07-272-0/+3
* MFp4:Marcel Moolenaar2009-07-121-1/+2
* Don't pick up Giant inside ucom(4).Ed Schouten2009-06-281-4/+6
* Add ids of Sitecom USB wlan gadget.Poul-Henning Kamp2009-06-281-0/+1
* Sync to p4Andrew Thompson2009-06-2713-23/+82
* Add quirks for Actions MP4 player.Xin LI2009-06-262-0/+8
* Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/Robert Watson2009-06-269-18/+14
* updates AMRR statistics with tx complete status that if not the tx rateWeongyo Jeong2009-06-251-0/+3
* uses ZYD_NOTIF_RETRYSTATUS info to count the number of retries.Weongyo Jeong2009-06-251-1/+2
* Fix a typeo in the frame len function to unbreak the build, make it shorterAndrew Thompson2009-06-234-6/+6
* - Make struct usb_xfer opaque so that drivers can not access the internalsAndrew Thompson2009-06-23112-3013/+4431
* Fix length check for ugen control transfer.Andrew Thompson2009-06-221-1/+1
* use PROTO_DEFAULT.Remko Lodder2009-06-211-1/+1
* Add support for the Myson Heden 8813.Remko Lodder2009-06-212-0/+5
* reorders the sequence when the device is detached. After detaching theWeongyo Jeong2009-06-171-6/+34
* Fix usb2_find_descriptor function name.Andrew Thompson2009-06-154-7/+7
* Fix _USB2_* refernces in the header protection defines.Andrew Thompson2009-06-1532-96/+96
* s/usb2_/usb_|usbd_/ on all function names for the USB stack.Andrew Thompson2009-06-15110-3762/+3762
* Remove usb2_cv_* and just use the kernel condvar implementation, it was neededAndrew Thompson2009-06-1513-188/+58
* Correct entry of vendor ID 0x0d8c. It's C-Media, not ABC.MIHIRA Sanpei Yoshiro2009-06-131-1/+1
* Make variables static where appropriate.Andrew Thompson2009-06-139-10/+10
* Move the memory layout definitions and logic from mvreg.h to mvwin.hMarcel Moolenaar2009-06-121-1/+4
* Change ums_probe() so it does not need to fetch the usb_interface_descriptor.Andrew Thompson2009-06-121-8/+5
* Check for a keyboard HID report in addition to the interface class so devicesAndrew Thompson2009-06-121-5/+27
* Free the correct memory pointer.Andrew Thompson2009-06-121-1/+1
* Minor device side improvement. Make sure a not complete state gets paired withAndrew Thompson2009-06-123-33/+37
* unify zyd_tx_mgt() and zyd_tx_data() to simplify TX path and sortsWeongyo Jeong2009-06-092-137/+60