summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Overhaul monitor mode handling:sam2009-05-208-152/+151
* Use defines for register offsets that do not change.thompsa2009-05-202-63/+29
* - Add new register definitionsthompsa2009-05-202-10/+45
* The register shift is not needed on this controller.thompsa2009-05-201-3/+0
* try to unsetup USB xfers before calling ieee80211_ifdetach() to fix aweongyo2009-05-202-2/+2
* add TRENDnet TEW-504UB/EUsam2009-05-172-0/+2
* fix 11a channel use; mark OFDM operation correctlysam2009-05-171-2/+2
* Ensure the bmRequestType is the right type for the incoming control request.thompsa2009-05-131-2/+4
* Add parenthesis around the xfer macro argument.thompsa2009-05-131-3/+3
* Make sure collections have the usage field set.thompsa2009-05-131-3/+9
* Check the correct variable for IO_NDELAY.thompsa2009-05-131-2/+2
* Add debug lines for fullspeed and highspeed xfer completion.thompsa2009-05-131-0/+4
* Sync to P4thompsa2009-05-132-64/+90
* The transfer must return USB_ERR_CANCELLED when the device is gone due to thethompsa2009-05-131-1/+5
* Add WUSB54AG and XM142 entries for upgt(4)weongyo2009-05-121-0/+2
* ports upgt(4) driver for USB2.weongyo2009-05-112-0/+2886
* Use a 32 bit type for the interface mask as this equals the max interfacethompsa2009-05-071-1/+2
* Add the Sierra AC885U and increase the max ports to 8.thompsa2009-05-071-1/+2
* - Fix the u3g port detection where it would not calculate the correct number ofthompsa2009-05-071-50/+43
* Use vendor and product macro expansion to make the device table smaller andthompsa2009-05-071-57/+56
* Make sure the frame list base address is re-programmed after stopping the USBthompsa2009-05-051-37/+50
* Remove USB shutdown methods from device drivers as its the host controllersthompsa2009-05-0512-150/+0
* Revert part of r191494 which used the udev state to mark suspending, this needsthompsa2009-05-0510-56/+54
OpenPOWER on IntegriCloud