summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Create a taskqueue for each wireless interface which provides a serialisedthompsa2009-05-029-957/+318
* We need to ref the bss node when sending the beacon since it goes through thethompsa2009-04-301-1/+1
* Make the state string descriptions public.thompsa2009-04-252-9/+18
* Track the usb device state as its powered on, addressed and configured. This ...thompsa2009-04-2511-39/+103
* MFp4 //depot/projects/usb@160930thompsa2009-04-2220-413/+445
* MFp4 //depot/projects/usb@160708thompsa2009-04-221-8/+9
* MFp4 //depot/projects/usb@160706thompsa2009-04-223-2/+25
* MFp4 //depot/projects/usb@160678thompsa2009-04-223-3/+0
* MFp4 //depot/projects/usb@160655thompsa2009-04-221-5/+15
* MFp4 //depot/projects/usb@160614thompsa2009-04-221-1/+2
* MFp4 //depot/projects/usb@160485thompsa2009-04-221-23/+11
* MFp4 //depot/projects/usb@160413thompsa2009-04-224-4/+6
* Add another FTDI serial converter.takawata2009-04-212-0/+2
* Revert r190676,190677thompsa2009-04-101-1/+1
* Remove usb_sw_transfer.[ch] which are now empty after r190735.thompsa2009-04-0619-73/+0
* Provide a better commit log for r190735, forced by making a whitespace change.thompsa2009-04-0622-30/+28
* Catch up with usb2_config struct layout changes.thompsa2009-04-051-14/+14
* MFp4 //depot/projects/usb@160056thompsa2009-04-052-36/+9
* MFp4 //depot/projects/usb@160052thompsa2009-04-052-1/+11
* MFp4 //depot/projects/usb@159995thompsa2009-04-053-179/+198
* MFp4 //depot/projects/usb@159948thompsa2009-04-052-11/+12
* MFp4 //depot/projects/usb@159946thompsa2009-04-059-101/+32
* MFp4 //depot/projects/usb@159926thompsa2009-04-051-138/+24
* MFp4 //depot/projects/usb@159925thompsa2009-04-051-7/+7
* MFp4 //depot/projects/usb@159922thompsa2009-04-0525-1473/+284
* MFp4 //depot/projects/usb@159909thompsa2009-04-0550-622/+709
* MFp4 //depot/projects/usb@159908thompsa2009-04-051-85/+105
* MFp4 //depot/projects/usb@159897thompsa2009-04-052-3/+13
* MFp4 //depot/projects/usb@159871thompsa2009-04-052-7/+8
* MFp4 //depot/projects/usb@159866thompsa2009-04-056-332/+423
* MFp4 //depot/projects/usb@159864thompsa2009-04-051-44/+32
* MFp4 //depot/projects/usb@159863thompsa2009-04-051-21/+25
* MFp4 //depot/projects/usb@159811thompsa2009-04-053-8/+48
* MFp4 //depot/projects/usb@159806thompsa2009-04-051-4/+4
* MFp4 //depot/projects/usb@159797thompsa2009-04-051-1/+0
* MFp4 //depot/projects/usb@159700thompsa2009-04-051-6/+3
* MFp4 //depot/projects/usb@159677thompsa2009-04-051-2/+0
* MFp4 //depot/projects/usb@159674thompsa2009-04-053-5/+21
* MFp4 //depot/projects/usb@159673thompsa2009-04-054-32/+47
* MFp4 //depot/projects/usb@159671thompsa2009-04-051-6/+9
* MFp4 //depot/projects/usb@159562thompsa2009-04-051-44/+51
* Add uath(4) wireless USB driver for Atheros AR5005UG and AR5005UXweongyo2009-04-043-0/+3700
* Add a how argument to root_mount_hold() so it can be passed NOWAIT and be calledthompsa2009-04-031-1/+1
OpenPOWER on IntegriCloud