summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Rename the ushub device class back to uhub as it was in the old usb stack,thompsa2009-03-0241-43/+43
* Move the serial drivers from Giant to using their own mutexs.thompsa2009-03-0218-65/+119
* A couple of style nits in the last committhompsa2009-02-282-9/+6
* - Remove the usb interface number from the device nodes as it is not needed.thompsa2009-02-284-89/+55
* Change the last references to PRIV_ROOT. /dev/usb used to be world writable sothompsa2009-02-272-3/+3
* Remove ic_update_mcast calls that are not implemented.thompsa2009-02-272-16/+0
* Partial sync to //depot/projects/usbthompsa2009-02-276-69/+358
* Change USB over to make_dev() for all device nodes, previously it hooked intothompsa2009-02-2715-1160/+622
* Also use proper capitalisation of FreeBSD in other source files.ed2009-02-2417-19/+19
* Use my address of the FreeBSD project in the copyright statement in USB2.ed2009-02-241-2/+2
* MFp4 //depot/projects/usb@158015thompsa2009-02-242-90/+147
* Fix compiler warning.thompsa2009-02-241-0/+1
* MFp4 //depot/projects/usb@157974thompsa2009-02-243-0/+15
* MFp4 //depot/projects/usb@157958thompsa2009-02-244-41/+55
* MFp4 //depot/projects/usb@157909thompsa2009-02-244-17/+66
* MFp4 //depot/projects/usb@157853thompsa2009-02-2412-246/+33
* MFp4 //depot/projects/usb@157847thompsa2009-02-241-70/+68
* MFp4 //depot/projects/usb; 157814, 157863, 157868thompsa2009-02-244-148/+149
* Make sure at least two tx slots are free before sending the mbuf since anthompsa2009-02-234-20/+22
* Move the uaudio and ata-usb drivers into their correct locations.thompsa2009-02-235-5555/+0
* Reintroduce r188878, provide compat typedefs for usb1.thompsa2009-02-231-0/+24
* Move the new USB stack into its new home.thompsa2009-02-23159-0/+110593
* Move usb to a graveyard location under sys/legacy/dev, it is intended that thethompsa2009-02-23106-82919/+0
* Add support for CMOTECH devices (not sure whether this is the correctn_hibma2009-02-132-37/+173
OpenPOWER on IntegriCloud