summaryrefslogtreecommitdiff
path: root/sys/dev/usb
AgeCommit message (Expand)Author
2012-03-01use UE_GET_ADDR to get endpoint address (remove direction bit). FixesAlexandre Ratchov
2012-03-01add support for AX88772BJonathan Gray
2012-03-01regenJonathan Gray
2012-03-01ASIX AX88772BJonathan Gray
2012-02-28Add support for Roland UM-ONE, from Tom Ivar Helbekkmo in NetBSD PR 45908.Jonathan Gray
2012-02-28regenJonathan Gray
2012-02-28Roland UM-ONEJonathan Gray
2012-02-28add support for the MCS7832 which is apparently a low pin countJonathan Gray
2012-02-24Correct the spelling of "transferred" and "transferring"Philip Guenthe
2012-02-09Match on Atmel AT91 CDC ACM explicitly as it reports a protocol of 0Jonathan Gray
2012-02-09regenJonathan Gray
2012-02-09Atmel AT91 CDC ACMJonathan Gray
2012-01-31add uhid/uaudio quirks for the iPad and iPad 2.Bryan Steele
2012-01-31regen.Bryan Steele
2012-01-31Add product ID's for the iPad and the iPad 2.Bryan Steele
2012-01-29Swap the keycodes of the two swapped keys of Apple ISO keyboards.Martin Pieuchot
2012-01-29regenMartin Pieuchot
2012-01-29Add Apple keyboard IDs found on some PowerBook, MacBook and later. WhileMartin Pieuchot
2012-01-28Force usb_needs_explore() at DVACT_RESUME time; from Alexander PolakovTheo de Raadt
2012-01-26Don't printf (recoverable) xruns unless UAUDIO_DEBUG is definedAlexandre Ratchov
2012-01-14KNF whitespace; no change with diff -wStuart Henderson
2012-01-14Support Huawei K4510 with DEV_UMASS5; Daniele PilengaStuart Henderson
2012-01-14syncStuart Henderson
2012-01-14add Huawei K4510; Daniele PilengaStuart Henderson
2012-01-08Remove usb_event_cookie_t type and instances of it found in various structs;Miod Vallat
2012-01-05syncTheo de Raadt
2012-01-05new vertex device; Jakub TuD^MekTheo de Raadt
2011-12-16fix function names on diagnostic messages.Federico G. Schwindt
2011-12-07Avoid kernel crash by removing double clfree() on endpoint closing forMarcus Glocker
2011-12-04Add support for Apple fn keysMartin Pieuchot
2011-12-03Make sure splx() is called before exiting wi_usb_tx_lock_try().Kenneth R Westerback
2011-12-01Mark Apple iPod and iPhone products with UQ_BAD_HID and UAUDIO_FLAG_BAD_AUDIO.David Hill
2011-12-01regenDavid Hill
2011-12-01Add a bunch of Apple iPod and iPhone devicesDavid Hill
2011-11-29the code for managing tty vs cua usage collision was free'ing all sortsTheo de Raadt
2011-11-27This needs sys/kthread.h to buildClaudio Jeker
2011-11-26add Netgear WNA100MChris Kuethe
2011-11-26regenChris Kuethe
2011-11-26add usb id for Netgear WNA100MChris Kuethe
2011-11-19Add ZTE MF190; ok jsgMike Belopuhov
2011-11-19regenMike Belopuhov
2011-11-19Add ZTE MF190 installer IDMike Belopuhov
2011-11-17support Huawei EM770WJonathan Gray
2011-11-17regenJonathan Gray
2011-11-17Huawei EM770WJonathan Gray
2011-11-14syncTheo de Raadt
2011-11-14SMSC9512 and familyTheo de Raadt
2011-11-11regenGleydson Soares
2011-11-11add support for HUAWEI Mobile E173sGleydson Soares
2011-11-09Add support for UISUBCLASS_MOBILE_DIRECT_LINE_MODEL to cdce(4).Stuart Henderson