summaryrefslogtreecommitdiff
path: root/sys/dev/usb
AgeCommit message (Collapse)Author
2012-04-08additional urtwn device ids found in the linux driverJonathan Gray
2012-04-08regenJonathan Gray
2012-04-08additional urtwn device ids found in the linux driverJonathan Gray
2012-04-08match BELKIN F7D2102; from Seth JacksonTheo de Raadt
2012-04-08add BELKIN F7D2102; Seth JacksonTheo de Raadt
2012-04-03regenMiod Vallat
2012-04-03Do not turn keypad delete key into the other delete key when creating theMiod Vallat
USB layouts; reported by opera@witworx.com, thanks!
2012-04-01make this work on big endian archs again, broken in the last commit.Jonathan Gray
fixes breakage noticed by landry@ on macppc
2012-03-30If the MIDI UART is not ready for output, don't spin at IPL_CLOCK;Alexandre Ratchov
just return and make the midi(4) driver retry later. UART buffers are large enough for this, except eap(4) which uses interrupts for output. help from and ok jsg@
2012-03-26Add support for the udl(4) in the Polaris2 USB dockClaudio Jeker
OK mglocker@
2012-03-26syncClaudio Jeker
2012-03-26Add id for the Polaris2 USB dock which is a udl(4)Claudio Jeker
OK mglocker@
2012-03-24add a bunch of run devices found in the linux driverJonathan Gray
2012-03-24regenJonathan Gray
2012-03-24add a bunch of run devices found in the linux driverJonathan Gray
2012-03-24add ZTE HSUSB.Federico G. Schwindt
committed over it.
2012-03-24regen.Federico G. Schwindt
2012-03-24add ZTE HSUSB device.Federico G. Schwindt
2012-03-01use UE_GET_ADDR to get endpoint address (remove direction bit). FixesAlexandre Ratchov
devices using sych endpoints. From Gregor Pintar <grpintar at gmail.com> Thanks!
2012-03-01add support for AX88772BJonathan Gray
tweaked version of a diff from jcs@
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
ok ratchov@
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
version of the MCS7830 with no software visible changes besides a new product id. from brad
2012-02-24Correct the spelling of "transferred" and "transferring"Philip Guenthe
from Tobias Ulmer (tobiasu at tmux.org); ok jmc@, krw@
2012-02-09Match on Atmel AT91 CDC ACM explicitly as it reports a protocol of 0Jonathan Gray
so fails to match on class. Tested by LEVAI Daniel. ok deraadt@
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
ok deraadt@/dcoppa@ and sthen@.
2012-01-31regen.Bryan Steele
2012-01-31Add product ID's for the iPad and the iPad 2.Bryan Steele
ok deraadt/dcoppa and sthen@.
2012-01-29Swap the keycodes of the two swapped keys of Apple ISO keyboards.Martin Pieuchot
This fix the US layout on ISO keyboards and the swapped keys issue under X11. ok miod@, shadchin@
2012-01-29regenMartin Pieuchot
2012-01-29Add Apple keyboard IDs found on some PowerBook, MacBook and later. WhileMartin Pieuchot
here correct Apple HID bluetooth ID. ok miod@
2012-01-28Force usb_needs_explore() at DVACT_RESUME time; from Alexander PolakovTheo de Raadt
Might help a few laptops resume their usb devices better.
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
leftover from the "usb event" stuff removal. Diff from Tobias Ulmer.
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
from Tobias Ulmer (tobiasu-at-tmux-dot-org)
2011-12-07Avoid kernel crash by removing double clfree() on endpoint closing forMarcus Glocker
ugen(4) devices. From NetBSD PR#37934 spotted by Logan Aden.
2011-12-04Add support for Apple fn keysMartin Pieuchot
based on a diff from jcs@, ok miod@
2011-12-03Make sure splx() is called before exiting wi_usb_tx_lock_try().Kenneth R Westerback
Found by Jan Klemkow. Thanks!
2011-12-01Mark Apple iPod and iPhone products with UQ_BAD_HID and UAUDIO_FLAG_BAD_AUDIO.David Hill
This allows these devices to attach as ugen, so at least we can use some apps, like gphoto2 to retrieve media. requested by a few, ok mikeb@