Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-04-08 | additional urtwn device ids found in the linux driver | Jonathan Gray | |
2012-04-08 | regen | Jonathan Gray | |
2012-04-08 | additional urtwn device ids found in the linux driver | Jonathan Gray | |
2012-04-08 | match BELKIN F7D2102; from Seth Jackson | Theo de Raadt | |
2012-04-08 | add BELKIN F7D2102; Seth Jackson | Theo de Raadt | |
2012-04-03 | regen | Miod Vallat | |
2012-04-03 | Do not turn keypad delete key into the other delete key when creating the | Miod Vallat | |
USB layouts; reported by opera@witworx.com, thanks! | |||
2012-04-01 | make this work on big endian archs again, broken in the last commit. | Jonathan Gray | |
fixes breakage noticed by landry@ on macppc | |||
2012-03-30 | If 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-26 | Add support for the udl(4) in the Polaris2 USB dock | Claudio Jeker | |
OK mglocker@ | |||
2012-03-26 | sync | Claudio Jeker | |
2012-03-26 | Add id for the Polaris2 USB dock which is a udl(4) | Claudio Jeker | |
OK mglocker@ | |||
2012-03-24 | add a bunch of run devices found in the linux driver | Jonathan Gray | |
2012-03-24 | regen | Jonathan Gray | |
2012-03-24 | add a bunch of run devices found in the linux driver | Jonathan Gray | |
2012-03-24 | add ZTE HSUSB. | Federico G. Schwindt | |
committed over it. | |||
2012-03-24 | regen. | Federico G. Schwindt | |
2012-03-24 | add ZTE HSUSB device. | Federico G. Schwindt | |
2012-03-01 | use UE_GET_ADDR to get endpoint address (remove direction bit). Fixes | Alexandre Ratchov | |
devices using sych endpoints. From Gregor Pintar <grpintar at gmail.com> Thanks! | |||
2012-03-01 | add support for AX88772B | Jonathan Gray | |
tweaked version of a diff from jcs@ | |||
2012-03-01 | regen | Jonathan Gray | |
2012-03-01 | ASIX AX88772B | Jonathan Gray | |
2012-02-28 | Add support for Roland UM-ONE, from Tom Ivar Helbekkmo in NetBSD PR 45908. | Jonathan Gray | |
ok ratchov@ | |||
2012-02-28 | regen | Jonathan Gray | |
2012-02-28 | Roland UM-ONE | Jonathan Gray | |
2012-02-28 | add support for the MCS7832 which is apparently a low pin count | Jonathan Gray | |
version of the MCS7830 with no software visible changes besides a new product id. from brad | |||
2012-02-24 | Correct the spelling of "transferred" and "transferring" | Philip Guenthe | |
from Tobias Ulmer (tobiasu at tmux.org); ok jmc@, krw@ | |||
2012-02-09 | Match on Atmel AT91 CDC ACM explicitly as it reports a protocol of 0 | Jonathan Gray | |
so fails to match on class. Tested by LEVAI Daniel. ok deraadt@ | |||
2012-02-09 | regen | Jonathan Gray | |
2012-02-09 | Atmel AT91 CDC ACM | Jonathan Gray | |
2012-01-31 | add uhid/uaudio quirks for the iPad and iPad 2. | Bryan Steele | |
ok deraadt@/dcoppa@ and sthen@. | |||
2012-01-31 | regen. | Bryan Steele | |
2012-01-31 | Add product ID's for the iPad and the iPad 2. | Bryan Steele | |
ok deraadt/dcoppa and sthen@. | |||
2012-01-29 | Swap 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-29 | regen | Martin Pieuchot | |
2012-01-29 | Add Apple keyboard IDs found on some PowerBook, MacBook and later. While | Martin Pieuchot | |
here correct Apple HID bluetooth ID. ok miod@ | |||
2012-01-28 | Force usb_needs_explore() at DVACT_RESUME time; from Alexander Polakov | Theo de Raadt | |
Might help a few laptops resume their usb devices better. | |||
2012-01-26 | Don't printf (recoverable) xruns unless UAUDIO_DEBUG is defined | Alexandre Ratchov | |
2012-01-14 | KNF whitespace; no change with diff -w | Stuart Henderson | |
2012-01-14 | Support Huawei K4510 with DEV_UMASS5; Daniele Pilenga | Stuart Henderson | |
2012-01-14 | sync | Stuart Henderson | |
2012-01-14 | add Huawei K4510; Daniele Pilenga | Stuart Henderson | |
2012-01-08 | Remove 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-05 | sync | Theo de Raadt | |
2012-01-05 | new vertex device; Jakub TuD^Mek | Theo de Raadt | |
2011-12-16 | fix function names on diagnostic messages. | Federico G. Schwindt | |
from Tobias Ulmer (tobiasu-at-tmux-dot-org) | |||
2011-12-07 | Avoid kernel crash by removing double clfree() on endpoint closing for | Marcus Glocker | |
ugen(4) devices. From NetBSD PR#37934 spotted by Logan Aden. | |||
2011-12-04 | Add support for Apple fn keys | Martin Pieuchot | |
based on a diff from jcs@, ok miod@ | |||
2011-12-03 | Make sure splx() is called before exiting wi_usb_tx_lock_try(). | Kenneth R Westerback | |
Found by Jan Klemkow. Thanks! | |||
2011-12-01 | Mark 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@ |