summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb
Commit message (Expand)AuthorAgeFilesLines
* 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
* ZyXEL G-202 has zd1211b chipset, not zd1211.weongyo2009-06-011-1/+1
* Add a NO_SYNCHRONIZE_CACHE quirk for an AIPTEK2deischen2009-05-312-0/+5
* Revert the size_t part of the last commit for the moment, this blows up thethompsa2009-05-3024-94/+98
* validate tx rate(s) in the raw xmit pathsam2009-05-292-6/+6
* Fix function arguments were previously they matched the typedef by accident.thompsa2009-05-291-3/+3
* s/usb2_/usb_/ on all typedefs for the USB stack.thompsa2009-05-2994-1013/+1005
* Free device strings.thompsa2009-05-291-0/+3
* adds new device IDs.weongyo2009-05-292-1/+6
* Last minute TTY API change: remove mutex argument from tty_alloc().ed2009-05-291-1/+1
* s/usb2_/usb_/ on all C structs for the USB stack.thompsa2009-05-28121-3698/+3589
* Allocate the usb serial, manufacturer and product strings rather than use charthompsa2009-05-276-124/+51
* Add support for the Apple MacBook Pro keyboardthompsa2009-05-272-44/+155
* Remove empty dir.thompsa2009-05-271-18/+0
* move ng_ubt_var.h back to its original placethompsa2009-05-271-131/+0
* move ng_ubt.c back to its original placethompsa2009-05-271-1722/+0
* move ubtbcmfw.c back to its original placethompsa2009-05-271-427/+0
* ports urtw(4) for USB2. Additionally it supports a 8187B chipset weaklyweongyo2009-05-273-0/+4718
* Unifdef __NetBSD__ here, the usb stack as a whole doesnt support NetBSD and itthompsa2009-05-262-418/+2
* Do not forcefully close the write transfer when closing the tty, it needs tothompsa2009-05-262-21/+7
* Don't clear last usage when a new HID item is found, it improves parsing ofthompsa2009-05-211-3/+0
* Remove README.TXT as the info is in usb(4).thompsa2009-05-211-411/+0
* Add Sharp WILLCOM03 ipaq and Option GTHSDPA 3g device ids.thompsa2009-05-213-1/+6
* Use the correct usb config number on attach.thompsa2009-05-211-1/+1
* Fix a failure to report failure on stalled status stage for controlthompsa2009-05-211-7/+0
* Add a driver for the AVR32 series USB Device Controller. Not hooked up asthompsa2009-05-212-0/+2319
* Improve device mode (gadget) stall handling.thompsa2009-05-2110-10/+25
* Print out device attachment.thompsa2009-05-212-0/+2
* Rename the usb sysctl tree from hw.usb2.* back to hw.usb.*.thompsa2009-05-2147-99/+99
* Use enums for speed and rev data types.thompsa2009-05-2112-39/+39
* - rename usb2_mode to usb_mode [1]thompsa2009-05-2159-138/+138
OpenPOWER on IntegriCloud