aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb2
Commit message (Expand)AuthorAgeFilesLines
* Move the new USB stack into its new home.Andrew Thompson2009-02-23173-108653/+0
* Use root_mount_hold and root_mount_rel to allow the USB bus to be exploredAndrew Thompson2009-02-222-0/+13
* Revert r188878 for the moment, this breaks kdump.Andrew Thompson2009-02-211-24/+0
* Provide compat typedefs for usb1.Andrew Thompson2009-02-211-0/+24
* Switch over to usbdevs.h generated at compile time.Andrew Thompson2009-02-1844-13539/+43
* Make uslcom compile, cut'n'paste errors from uplcom.Andrew Thompson2009-02-151-7/+7
* MFp4 //depot/projects/usb@157699Andrew Thompson2009-02-142-58/+48
* - ieee80211_chan2ieee returns an intAndrew Thompson2009-02-142-30/+74
* Remove unneeded execute-permissions from the USB2 device node.Ed Schouten2009-02-141-3/+3
* - ieee80211_chan2ieee returns an intAndrew Thompson2009-02-131-5/+7
* MFp4 //depot/projects/usb; 157501, 157608, 157609Andrew Thompson2009-02-135-77/+29
* Restore some of the link handling code that was inadvertently removed inAndrew Thompson2009-02-131-12/+41
* Add module dependency on miibus.Andrew Thompson2009-02-131-1/+3
* Remove usb2_config_td.[ch], they are no longer used.Andrew Thompson2009-02-092-392/+0
* MFp4 //depot/projects/usb; 157429, 157433, 157443Andrew Thompson2009-02-096-359/+363
* Correct sources for r188417Andrew Thompson2009-02-096-363/+359
* MFp4 //depot/projects/usb; 157412Andrew Thompson2009-02-099-7896/+6729
* MFp4 //depot/projects/usb; 157069, 157255Andrew Thompson2009-02-091-5/+6
* MFp4 //depot/projects/usb; 157203Andrew Thompson2009-02-091-67/+22
* MFp4 //depot/projects/usb; 157069Andrew Thompson2009-02-091-4/+1
* MFp4 //depot/projects/usb; 157069, 157136, 157143, 157145, 157429Andrew Thompson2009-02-0920-2121/+1208
* MFp4 //depot/projects/usb; 157100Andrew Thompson2009-02-0918-5295/+2666
* MFp4 //depot/projects/usb; 157069, 157429, 157430Andrew Thompson2009-02-0911-43/+111
* MFp4 //depot/projects/usbAndrew Thompson2009-02-092-0/+714
* MFp4 //depot/projects/usb; 157069,157296,157375,157384,157430Andrew Thompson2009-02-0911-71/+91
* When bouncing pages, allow a new option to preserve the intra-pageWarner Losh2009-02-081-1/+1
* The NRL value in the queue head must be zero for interrupt transfers. This wasAndrew Thompson2009-02-081-1/+3
* Fix build, sigh.Andrew Thompson2009-02-071-1/+1
* Dont hold the lock over the controller init, we are still attaching.Andrew Thompson2009-02-073-28/+13
* RegenKevin Lo2009-02-062-2/+9
* Add the Buffalo WLI-U2-SG54HGKevin Lo2009-02-061-0/+1
* - Keep the same sorting on usb_errstr_table as the enum.Andrew Thompson2009-02-032-43/+44
* Add missing string table for the usb quirk enum.Andrew Thompson2009-02-032-3/+28
* Move away from autogenerated enums, these values never change and its helpfulAndrew Thompson2009-02-035-124/+114
* src/usr.bin/usbhidaction/usbhidaction.cAlfred Perlstein2009-02-025-43/+19
* Revert part of r187970, the NULL check was removed fromAndrew Thompson2009-02-011-0/+3
* Remove check for null softc in attach, it can never happen.Andrew Thompson2009-02-0144-140/+0
* Update ubtbcmfw2 (aka usb2_bluetooth_fw) driverMaksim Yevmenkin2009-01-281-225/+207
* Make ng_ubt2 (aka usb2_bluetooth_ng) driver only attach as "generic" driverMaksim Yevmenkin2009-01-281-0/+3
* Clean up ng_ubt2. Get rid of excessive use of NG_NODE_REF/UNREF().Maksim Yevmenkin2009-01-262-503/+244
* MFp4 //depot/projects/usb/ @156706Andrew Thompson2009-01-261-6/+10
* Regen.Andrew Thompson2009-01-262-2/+46
* MFp4 //depot/projects/usb/ @156522,156530Andrew Thompson2009-01-263-1/+36
* MFp4 //depot/projects/usb/ @156521Andrew Thompson2009-01-261-22/+50
* Fix up USB_GET_REPORT_DESC ioctl.Andrew Thompson2009-01-261-1/+1
* Add umass quirk.Andrew Thompson2009-01-261-0/+4
* Add a usb hid quirk.Andrew Thompson2009-01-261-0/+1
* Rename sc_is_pseudo to sc_nobulk member in ufoma_softc.Takanori Watanabe2009-01-221-13/+13
* Fix typo in commentMaksim Yevmenkin2009-01-201-1/+1
* Update (well, actually rewrite mostly) ng_ubt2 driver for USB2.Maksim Yevmenkin2009-01-202-1147/+1362