summaryrefslogtreecommitdiff
path: root/sys/dev/usb
AgeCommit message (Expand)Author
2010-08-27Delete comments about these drivers needing powerhook support; they don't.Theo de Raadt
2010-08-27kill PWR_STANDBY (apm can use PWR_SUSPEND instead). While here, renumberTheo de Raadt
2010-08-21Match the Huawei E1820, from David Zeillinger.Jonathan Gray
2010-08-21regenJonathan Gray
2010-08-21Huawei E1820, from David Zeillinger.Jonathan Gray
2010-08-21- add a quirk for the apple clear orb usb speakersJasper Lievisse Adriaanse
2010-08-20regenDamien Bergamini
2010-08-20The Hercules HWNUP-150 is a urtwn (Realtek RTL8192SU).Damien Bergamini
2010-08-18* indentation fixJacob Meuser
2010-08-18* the detach and drain functions do the same waiting for channels toJacob Meuser
2010-08-17regenJasper Lievisse Adriaanse
2010-08-17- TI doesn't mean Texas IntelJasper Lievisse Adriaanse
2010-08-07No "\n" needed at the end of panic() strings.Kenneth R Westerback
2010-08-02Handle USB_GET_REPORT, USB_GET_REPORT_DESC, USB_GET_REPORT_ID andMiod Vallat
2010-08-02Quirk for USB_PRODUCT_MICROSOFT_WLINTELLIMOUSE turns out not to beMiod Vallat
2010-08-01Be more generous when parsing the report descriptor:Miod Vallat
2010-07-31regenMiod Vallat
2010-07-31Support extra F-keys (up to F24) on HID keyboards.Miod Vallat
2010-07-31Factorization of the bluetooth and usb hid input driver logic, to reduce codeMiod Vallat
2010-07-31The code referencing urndis_watchdog() is #if 0'd out, but the actualMichael Knudsen
2010-07-31Break some really long lines.Michael Knudsen
2010-07-31check for audio stream and control interface descriptors in theJacob Meuser
2010-07-29Add some more devices. -mojMats O Jansson
2010-07-29syncMats O Jansson
2010-07-29Add some more displaylink devices. -mojMats O Jansson
2010-07-26Microsoft LifeCam needs the framesize quirk as well.Michael Knudsen
2010-07-26syncMichael Knudsen
2010-07-26Add Microsoft LifeCam.Michael Knudsen
2010-07-26Fix some spacing / comment.Marcus Glocker
2010-07-26Make one more Sonix chipset cam work with 640x480 by a) adding it to theMarcus Glocker
2010-07-26Correct the links between threads, processes, pgrps, and sessions,Philip Guenthe
2010-07-25syncMarcus Glocker
2010-07-25Add another uvideo(4) device which needs theMarcus Glocker
2010-07-23bring back changes in uaudio.c r1.83, this time remembering to commitJacob Meuser
2010-07-23revert last commit, unbreaking the tree; was missing a macro definitionStuart Henderson
2010-07-23support for playback sync endpointsJacob Meuser
2010-07-21add a couple quirks for the E-MU 0202Jacob Meuser
2010-07-21* check that the bytes per frame the device is reporting isn't aJacob Meuser
2010-07-21move use_maxpkt out of struct chan, use a local variable in theJacob Meuser
2010-07-21some bits for USB 2.0 playback support. I'm not 100% sure aboutJacob Meuser
2010-07-21currently we use the endpoint's maximum packet size for recording,Jacob Meuser
2010-07-20support 24-bit encodings. simplify the way supported encodings areJacob Meuser
2010-07-19Lilliput UM-70 uses the newer DL1x5 chipset. -mojMats O Jansson
2010-07-19* don't round blocksize to multiples of 16; can cause problems whenJacob Meuser
2010-07-19add a quirk to allow attaching devices which claim to have a vendorJacob Meuser
2010-07-19syncJacob Meuser
2010-07-19Creative Labs/E-MU 0202 USBJacob Meuser
2010-07-19move audio specific quirks out of usb_quirks and into uaudioJacob Meuser
2010-07-15knock out MetaGeek Wi-Spy 2.4i from attaching to uhid.Stuart Henderson
2010-07-15syncStuart Henderson