Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-08-14 | regen | David Coppa | |
2012-08-14 | Replace the encoded character in the device name: Clang doesn't like it. | David Coppa | |
From Brad. OK jsg@ | |||
2012-08-10 | regen | David Coppa | |
2012-08-10 | Add O2 Micro OZ776 Hub | David Coppa | |
Ok jsg@ | |||
2012-08-07 | Make all *_device_*_start() functions (e.g. ohci_device_intr_start()) | Kenneth R Westerback | |
wait for an interrupt when the bus is in polling mode. Otherwise some devices like my YE-Data USB Floppy take a short sharp trip to ddb> at 'halt -p'. Most of the functions were already doing the wait. ok miod@. With modification that printf's become DPRINTF's. | |||
2012-08-05 | Remove a self-assignment, from Brad | Martin Pieuchot | |
2012-08-03 | add HUAWEI E392, tested by Alexei Malinin | Jonathan Gray | |
2012-08-03 | regen | Jonathan Gray | |
2012-08-03 | HUAWEI E392 | Jonathan Gray | |
2012-07-17 | Add the Huawei Mobile E303. | David Coppa | |
From Andreas Bartelt, obsd AT bartula DOT de OK sthen@ | |||
2012-07-17 | Add the Huawei Mobile E303. | David Coppa | |
From Andreas Bartelt, obsd AT bartula DOT de OK sthen@ | |||
2012-07-13 | Add support compose LED on a usb keyboard | Alexandr Shadchin | |
ok mpi@, from Alexander Polakov <polachok at gmail dot com> | |||
2012-07-07 | regen | Jasper Lievisse Adriaanse | |
2012-07-07 | add the x200 camera | Jasper Lievisse Adriaanse | |
ok mpi@ | |||
2012-07-07 | When aborting a transfer set the halted bit to the QH's qTD and remove | Martin Pieuchot | |
superflous code. This fix an abort loop problem reported by Gerhard Roth, based on his initial diff. Has been in snap for some weeks, ok deraadt@ | |||
2012-07-07 | Support for USB keyboards that use a variable for each separate key in the | Mike Larkin | |
HID report. Fixes certain gaming-style USB keyboards. ok miod@ deraadt@ | |||
2012-06-23 | There's no need to check for the last qTD of a list because they are | Martin Pieuchot | |
NULL-terminated. Part of a larger diff from Gerhard Roth | |||
2012-06-23 | Fix a bad copy/paste; when starting an isochronous transfer set the | Martin Pieuchot | |
first and last qTD pointers to NULL because only iTDs will be used. Part of a larger diff from Gerhard Roth | |||
2012-06-20 | - urndis_match() should support multiple interface descriptors. | Federico G. Schwindt | |
- in urndis_attach() use the first interface descriptor that's different from the control interface as the data interface. from armani's colleague with some tweaks by me. kettenis@ sthen@ ok | |||
2012-06-18 | Do not try to get the description of an unexisting video format, | Martin Pieuchot | |
from Gregor Best. | |||
2012-06-10 | Remove leftovers from the "usb event" removal. | Martin Pieuchot | |
ok jsg@, fgsch@ | |||
2012-05-18 | Remove unused header. | Martin Pieuchot | |
ok deraadt@ | |||
2012-05-15 | Set the usb(4) unit number as bus number. This fixes a possible | Martin Pieuchot | |
conflict where machines with two controllers with the same unit number (i.e. ehci0 and uhci0) would have reported to buses 0. ok miod@ | |||
2012-05-15 | Don't use a pointer to an opaque softc, we'll need to access its unit | Martin Pieuchot | |
number. No functional change. ok miod@ | |||
2012-05-13 | Remove unused and confusing 'head' argument. | Martin Pieuchot | |
Part of a larger diff from Gerhard Roth, ok miod@ | |||
2012-05-12 | Remove unused xfer pointer from the qTD structure. | Martin Pieuchot | |
ok miod@ | |||
2012-05-12 | Because qTD lists are NULL terminated, there is no need for an extra | Martin Pieuchot | |
'sqtdend' argument when freeing one of them. Part of a larger diff from Gerhard Roth with some tweaks, ok miod@ | |||
2012-05-12 | Returns different errors for USB_REQUEST if the address specified | Martin Pieuchot | |
is invalid or valid but with no device found. ok miod@ | |||
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 | |