summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb
Commit message (Expand)AuthorAgeFilesLines
* Add another rum(4) device found inkevlo2009-03-312-0/+2
* Hoist 802.11 encapsulation up into net80211:sam2009-03-303-18/+0
* o add ic_rt to track the rate table for the current channel; this enablessam2009-03-295-29/+18
* Eliminate ic_myaddr so changing the mac address of a device works correctly:sam2009-03-293-14/+8
* The buffer start and end phys addresses should be 0x0 for an OHCI zero lengththompsa2009-03-271-2/+5
* Fix order of debug printf items, addr and config# were swapped.thompsa2009-03-231-1/+1
* Do not pass uninitialized data buffer to devctl_queue_data function.kan2009-03-231-26/+25
* Set the endpoint on the preallocated fifo so it doesnt get matched as anthompsa2009-03-221-0/+2
* NO_INQUIRY is wrong for this device. Alternatively, if it is right,imp2009-03-221-1/+1
* Improve debugging output around ioctls.thompsa2009-03-221-3/+6
* Revert r190173 as it breaks 64bit arches.thompsa2009-03-212-57/+51
* Fix compile with USB_HAVE_BUSDMA/USB_HAVE_UGEN/USB_HAVE_STRINGS.thompsa2009-03-208-54/+68
* Add umass quirk.thompsa2009-03-201-0/+1
* MFp4 //depot/projects/usb @159423, 159497thompsa2009-03-201-2/+4
* MFp4 //depot/projects/usb@159446thompsa2009-03-202-15/+0
* MFp4 //depot/projects/usb@159517thompsa2009-03-207-23/+1
* MFp4 //depot/projects/usbthompsa2009-03-201-7/+34
* MFp4 //depot/projects/usb @159479,159502,159516,159522,159529thompsa2009-03-201-17/+34
* MFp4 //depot/projects/usb @159479,159502,159516,159522,159529thompsa2009-03-2017-169/+285
* MFp4 //depot/projects/usb @159431,159437,159438thompsa2009-03-2035-285/+291
* MFp4 //depot/projects/usb@159392thompsa2009-03-2016-81/+220
* MFp4 //depot/projects/usb @159430thompsa2009-03-2046-70/+43
* MFp4 //depot/projects/usb @159379,159380thompsa2009-03-202-51/+76
* MFp4 //depot/projects/usb @159375,159376,159377thompsa2009-03-208-25/+23
* Remove the uscanner(4) driver, this follows the removal of the kernel scannerthompsa2009-03-191-641/+0
* - Add Sun Type 7 keyboardgarga2009-03-191-1/+3
* MFp4 //depot/projects/usb 159225,159241,159292thompsa2009-03-175-60/+70
* MFp4 //depot/projects/usb 159238,159275thompsa2009-03-171-2/+6
* Add Supertop IDE adapter and Quickcam entries.thompsa2009-03-171-0/+5
* HID usage minimum can be equal to the maximum.thompsa2009-03-131-1/+1
* MFp4 //depot/projects/usb 159004,159053,159091thompsa2009-03-121-18/+38
* MFp4 //depot/projects/usb 158981,159016,159024thompsa2009-03-113-23/+253
* Fix a possible NULL pointer access at controller attach.thompsa2009-03-111-1/+2
* Make sure HID has a default usage, this fixes recent mouse problems.thompsa2009-03-101-6/+7
* MFp4 //depot/projects/usb 158942,158948thompsa2009-03-093-21/+40
* Fix musb_otg.h include filename.thompsa2009-03-091-1/+1
* MFp4 //depot/projects/usb@158916thompsa2009-03-091-58/+61
* remove now-redunant cardbus attachment.imp2009-03-093-3/+0
* MFp4 //depot/projects/usb@158868thompsa2009-03-082-123/+203
* MFp4 //depot/projects/usb@158869thompsa2009-03-081-11/+15
* Move m_getcl() into its own function. This also fixes a bug where the m_adj forthompsa2009-03-083-7/+18
* Fix endian conversion from htole16 to htole32.thompsa2009-03-081-1/+1
* (re)merge r186415,186416 from the old usb stack;thompsa2009-03-073-200/+255
* Fix some missed htole32 conversions to htoehci32.thompsa2009-03-071-8/+8
* MFp4 //depot/projects/usb@158692thompsa2009-03-061-0/+9
* Ensure the cached rq pointer is still valid before waking up the address, thethompsa2009-03-061-4/+8
* Add a couple of more things to the FTDI driver I came across:joerg2009-03-062-0/+4
* Fix usb2_poll not to return an error number as the function return value is athompsa2009-03-051-9/+5
* Add support for the UNION interface descriptor, used by Nokia phones.thompsa2009-03-051-27/+22
* Add Mobile Action MA-620 Infrared Adapter.thompsa2009-03-042-0/+6
OpenPOWER on IntegriCloud