summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Correct entry of vendor ID 0x0d8c. It's C-Media, not ABC.sanpei2009-06-131-1/+1
* Make variables static where appropriate.thompsa2009-06-139-10/+10
* Move the memory layout definitions and logic from mvreg.h to mvwin.hmarcel2009-06-121-1/+4
* Change ums_probe() so it does not need to fetch the usb_interface_descriptor.thompsa2009-06-121-8/+5
* Check for a keyboard HID report in addition to the interface class so devicesthompsa2009-06-121-5/+27
* Free the correct memory pointer.thompsa2009-06-121-1/+1
* Minor device side improvement. Make sure a not complete state gets paired withthompsa2009-06-123-33/+37
* unify zyd_tx_mgt() and zyd_tx_data() to simplify TX path and sortsweongyo2009-06-092-137/+60
* Change driver_info to a ulong as it always stores a number and remove the onlythompsa2009-06-082-5/+6
* Rename usb pipes to endpoints as it better represents what they are, and structthompsa2009-06-0727-624/+625
* Remove duplicate variable setting.thompsa2009-06-041-1/+0
* reimplements RF logic for GCT chipset (as known as UW2453) to supportweongyo2009-06-042-155/+187
* cleanups the device match list.weongyo2009-06-041-48/+52
* Place the fifo and ref counting variables on the stack to prevent races.thompsa2009-06-022-101/+98
* Reorgansise the logic for tranversing the pipe list.thompsa2009-06-021-9/+9
* Fix compile after the removal of bsd_udev.thompsa2009-06-021-1/+1
* Fix multithread issue where the is_uref variable was not set and clearedthompsa2009-06-021-8/+23
* Staticize ukbd_detach and fix indentation.thompsa2009-06-021-2/+2
OpenPOWER on IntegriCloud