summaryrefslogtreecommitdiff
path: root/sys/dev/usb
Commit message (Expand)AuthorAgeFilesLines
* 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-3758/+3758
* 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
* Change driver_info to a ulong as it always stores a number and remove the onlyAndrew Thompson2009-06-082-5/+6
* Rename usb pipes to endpoints as it better represents what they are, and structAndrew Thompson2009-06-0727-624/+625
* Remove duplicate variable setting.Andrew Thompson2009-06-041-1/+0
* reimplements RF logic for GCT chipset (as known as UW2453) to supportWeongyo Jeong2009-06-042-155/+187
* cleanups the device match list.Weongyo Jeong2009-06-041-48/+52
* Place the fifo and ref counting variables on the stack to prevent races.Andrew Thompson2009-06-022-101/+98
* Reorgansise the logic for tranversing the pipe list.Andrew Thompson2009-06-021-9/+9
* Fix compile after the removal of bsd_udev.Andrew Thompson2009-06-021-1/+1
* Fix multithread issue where the is_uref variable was not set and clearedAndrew Thompson2009-06-021-8/+23
* Staticize ukbd_detach and fix indentation.Andrew Thompson2009-06-021-2/+2
* ZyXEL G-202 has zd1211b chipset, not zd1211.Weongyo Jeong2009-06-011-1/+1
* Add a NO_SYNCHRONIZE_CACHE quirk for an AIPTEK2Daniel Eischen2009-05-312-0/+5
* Revert the size_t part of the last commit for the moment, this blows up theAndrew Thompson2009-05-3024-94/+98
* validate tx rate(s) in the raw xmit pathSam Leffler2009-05-292-6/+6
* Fix function arguments were previously they matched the typedef by accident.Andrew Thompson2009-05-291-3/+3
* s/usb2_/usb_/ on all typedefs for the USB stack.Andrew Thompson2009-05-2994-1005/+997
* Free device strings.Andrew Thompson2009-05-291-0/+3
* adds new device IDs.Weongyo Jeong2009-05-292-1/+6
* Last minute TTY API change: remove mutex argument from tty_alloc().Ed Schouten2009-05-291-1/+1
* s/usb2_/usb_/ on all C structs for the USB stack.Andrew Thompson2009-05-28121-3692/+3583
* Allocate the usb serial, manufacturer and product strings rather than use charAndrew Thompson2009-05-276-124/+51
* Add support for the Apple MacBook Pro keyboardAndrew Thompson2009-05-272-43/+154
* Remove empty dir.Andrew Thompson2009-05-271-18/+0
* move ng_ubt_var.h back to its original placeAndrew Thompson2009-05-271-131/+0