summaryrefslogtreecommitdiff
path: root/sys/dev/usb
AgeCommit message (Expand)Author
2020-02-18Add IPv6 support to umb(4).Gerhard Roth
2020-02-17missing rcs idJasper Lievisse Adriaanse
2020-02-14Prevent buffer overflows by not assuming the report length, given byMartin Pieuchot
2020-02-13replace incorrect function name in error message with __func__Jasper Lievisse Adriaanse
2020-02-13Nuke *_minphys() functions that either simply apply MAXPHYS or doKenneth R Westerback
2020-02-05Very old firmware umsm devices don't work as umb(4), so I made them workTheo de Raadt
2020-02-05Fix confusion between minimum and maximum samples-per-frame.Alexandre Ratchov
2020-01-27Make urtwn(4) attach to tp-link tl-wn823n (RTL8192EU).Stefan Sperling
2020-01-27regenStefan Sperling
2020-01-27add USB device ID for tp-link tl-wn823nStefan Sperling
2020-01-26Shuffle some names around to make reading the code less headacheKenneth R Westerback
2020-01-25Drivers that implement their own *minphys() don't need to call theKenneth R Westerback
2020-01-24cleanup unused headers generated by configJonathan Gray
2020-01-23Use a consistant idiom/format when declaring scsi_adapter structuresKenneth R Westerback
2020-01-22Some devices do not update the TRB transfer residual information asKenneth R Westerback
2020-01-22Add a zero length TD, rather than adding a zero length TRB to theKenneth R Westerback
2020-01-20regenJonathan Gray
2020-01-20add another Intel Bluetooth deviceJonathan Gray
2020-01-18Invalidate knote list of uhid(4) after device detach. This preventsVisa Hankala
2020-01-16Free data structures after closing the pseudo-device with vdevgone(9).Martin Pieuchot
2020-01-13Ensure XHCI_SCTX_DCI() always contains a valid number, i.e. the DCI ofKenneth R Westerback
2020-01-13Convert to tsleep_nsec(9).Martin Pieuchot
2020-01-11MC7700 works as umsmTheo de Raadt
2020-01-11syncTheo de Raadt
2020-01-11add SIERRA MC7700Theo de Raadt
2020-01-10usbd_request_async() already frees 'xfer' in case of an errorGerhard Roth
2020-01-09Rename udl_mode field to not shadow global `hz' variable.Martin Pieuchot
2020-01-08Kill unused defines referencing `hz'.Martin Pieuchot
2020-01-07ZYD_INTR_TIMEOUT is expressed in msecs not in ticks, fixes that by callingMartin Pieuchot
2020-01-05Convert to tsleep_nsec(9).Martin Pieuchot
2020-01-05regenJonathan Gray
2020-01-05sort list of vendor ids by vendor idJonathan Gray
2020-01-05regenJonathan Gray
2020-01-05remove duplicate device idsJonathan Gray
2020-01-05regenJonathan Gray
2020-01-05sort by vendor define and device idJonathan Gray
2020-01-05regenJonathan Gray
2020-01-05consistently lowercase hex digits in device idsJonathan Gray
2020-01-05regenJonathan Gray
2020-01-05consistently uppercase usb product definesJonathan Gray
2020-01-04Prevent use-after-free in uhidev_close().Martin Pieuchot
2020-01-04Convert sleep to tsleep_nsec(9) and use unique sleeping identifiers.Martin Pieuchot
2020-01-04Convert sleep to tsleep_nsec(9).Martin Pieuchot
2020-01-04UPGT_USB_TIMEOUT is specified in msec not in ticks, correct the timeoutMartin Pieuchot
2019-12-31Use C99 designated initializers with struct filterops. In addition,Visa Hankala
2019-12-19poll handlers must return a poll(2) revents value, not errno(2) values.Reyk Floeter
2019-12-18undo assumptions about MI .h inclusionsTheo de Raadt
2019-12-17Add fido(4), a HID driver for FIDO/U2F security keysReyk Floeter
2019-12-08Reduce the max. number of frame buffers so that we can run higherMarcus Glocker
2019-12-07regenKevin Lo