summaryrefslogtreecommitdiff
path: root/sys/dev/usb
AgeCommit message (Expand)Author
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
2019-12-07- Add support for RTL8156Kevin Lo
2019-11-30utwitch(4): tsleep(9) -> tsleep_nsec(9); ok jca@cheloha
2019-11-28On short transfers with multiple TRBs in a TD we get two events.Patrick Wildt
2019-11-27Convert infinite sleeps to tsleep_nsec(9).Martin Pieuchot
2019-11-26When there is no network around the state timeout fires over and over again.Claudio Jeker
2019-11-25Convert to tsleep_nsec(9) and use the correct timeout period in msec.Martin Pieuchot
2019-11-24Add umb_rtrequest() to handle RTM_PROPOSAL events and send back theClaudio Jeker