Age | Commit message (Expand) | Author |
2019-07-10 | The USB video class specification has increased its probe buffer | Patrick Wildt |
2019-07-10 | Also dump interface association descriptor when debugging is | Patrick Wildt |
2019-07-09 | Fix whitespace issue. | Patrick Wildt |
2019-07-09 | ure(4) and url(4) need ifmedia attribute. | Kevin Lo |
2019-07-07 | Eliminate duplicate code in xxx_detach(). | Kevin Lo |
2019-07-06 | Ensure Rx/Tx resources are freed during interface stop. | Kevin Lo |
2019-06-26 | Create IF_WWAN_DEFAULT_PRIORITY which is lower than | Claudio Jeker |
2019-06-25 | avoid uninitialised var access | Jonathan Gray |
2019-06-24 | Don't retry to get the usb descriptor in usbd_new_device() if the call | Claudio Jeker |
2019-06-14 | Use timeout_add_msec(9) | kn |
2019-06-14 | Use timeout_add_msec(9) | kn |
2019-06-13 | Do not consider the pipe as halted if the device is gone. | Martin Pieuchot |
2019-06-07 | add ukspan(4), a driver for the Keyspan USA19HS USB serial adapter | Joshua Stein |
2019-06-07 | regen | Joshua Stein |
2019-06-07 | add Keyspan USA-19HS | Joshua Stein |
2019-05-27 | fix multitouch by properly reading multi-finger data on type4 | Joshua Stein |
2019-05-21 | Fix NULL check with wrong pointer in xhci_event_xfer_isoc(); CID 1480287 | Stefan Sperling |
2019-05-11 | Regen | Aaron Bieber |
2019-05-10 | Add more flags to the debug bitmask | Philip Guenther |
2019-05-09 | When changing device rate, send request to the clock source unit. | Alexandre Ratchov |
2019-05-09 | Set the rate of UAC v2.0 clock units using the control interface, not | Alexandre Ratchov |
2019-05-09 | Skip empty control interfaces when parsing descriptors. | Alexandre Ratchov |
2019-05-09 | Add ucrcom(4) a (very simple) driver for the serial console of (some) | Mark Kettenis |
2019-05-08 | Add ucrcom(4) a (very simple) driver for the serial console of (some) | Mark Kettenis |
2019-05-08 | regen | Mark Kettenis |
2019-05-08 | add Google vendor ID | Mark Kettenis |
2019-05-01 | Use the proper UAC-v2.0 request to read the device controls. | Alexandre Ratchov |
2019-04-30 | Decrease verbosity when XHCI_DEBUG is defined. | Alexandre Ratchov |
2019-04-25 | Follow up on jmatthew's suggestion: | Kevin Lo |
2019-04-24 | Add product id for the USB serial adapter found in Juniper SRX 300. | remi |
2019-04-24 | regen | remi |
2019-04-24 | New product id for the USB serial adapter found in Juniper SRX 300. | remi |
2019-04-10 | Hide debug printfs. | Alexandre Ratchov |
2019-04-10 | Handle missed service errors, specific to isochronous transfers. | Alexandre Ratchov |
2019-04-10 | Fix URE_WDT6_SET_MODE register definition. | Kevin Lo |
2019-04-04 | Simplify underruns handling: just copy silence produced by upper layer. | Alexandre Ratchov |
2019-04-03 | Always copy data (if any) whenever a new bounce buffer is available. | Alexandre Ratchov |
2019-04-03 | Check for available space before copying data to the bounce buffers. | Alexandre Ratchov |
2019-04-03 | Make the uaudio_stream->ubuf_xfer relative to current xfer number. | Alexandre Ratchov |
2019-03-31 | Fix comment typo: 'trasnfer' -> 'transfer'. | Marcus Glocker |
2019-03-27 | Add uxrcom(4), a driver for the Exar XR21V1410 USB serial adapter. | Mark Kettenis |
2019-03-27 | regen | Mark Kettenis |
2019-03-27 | Add Exar XR21V1410. | Mark Kettenis |
2019-03-22 | support Meinberg DCF600USB, from weerd@, ok phessler | Stuart Henderson |
2019-03-22 | sync | Stuart Henderson |
2019-03-22 | add Meinberg DCF600USB, from weerd@, ok phessler@ | Stuart Henderson |
2019-03-19 | In uaudio_pdata_intr() don't error out early if the status is USBD_IOERROR. | Claudio Jeker |
2019-03-17 | Since an isoc endpoint never halts, move to remaining error handling | Marcus Glocker |
2019-03-17 | Move the handler code in the xhci_event_xfer() switch case in two separate | Marcus Glocker |
2019-03-17 | Remove obsolete semicolon at end of case switch. | Marcus Glocker |