summaryrefslogtreecommitdiff
path: root/sys/dev/usb
AgeCommit message (Expand)Author
2021-01-16regenJonathan Gray
2021-01-16add Intel AX201 BluetoothJonathan Gray
2021-01-11When an endpoint stalls, we usually try to reset it by callingMarcus Glocker
2021-01-10add quirks for Kensington Slimblade trackball via new vendor buttonsthfr
2021-01-10regenthfr
2021-01-10add Kensington Slimblade Trackballthfr
2020-12-25Refactor klist insertion and removalVisa Hankala
2020-12-24Do proper accounting of zero length TDs. Currently a specific numberMarcus Glocker
2020-12-12Rename the macro MCLGETI to MCLGETL and removes the dead parameter ifp.jan
2020-11-30Fix deferred key tasks along the same lines as urtwn(4) and run(4).Kenneth R Westerback
2020-11-27Unleash curlen check from DIAGNOSTIC block, and change the related printf'sMarcus Glocker
2020-11-27As in urtwn(4), don't bring link up (getting dhclient(8) excited) untilKenneth R Westerback
2020-11-23Adopt a Linux heuristic and mark as IGNORE_RESIDUE those umass(4)Kenneth R Westerback
2020-11-17Zap parameter names in function prototypes.Marcus Glocker
2020-11-16regenPatrick Wildt
2020-11-16Move PL2303GC around to make sure the list is sorted properly.Patrick Wildt
2020-11-15match on Edimax EW-7811Un V2, from Morgan AldridgeJonathan Matthew
2020-11-15regenJonathan Matthew
2020-11-14add Edimax EW-7811Un V2, from Morgan AldridgeJonathan Matthew
2020-11-13Add support for the PL2303HXN series chips to uplcom(4). The mainPatrick Wildt
2020-11-12Don't enable port or link until all crypto keys are installed byKenneth R Westerback
2020-11-11syncPatrick Wildt
2020-11-11Add Prolific PL2303GC USB serial adapter.Patrick Wildt
2020-11-10Fix urtwn(4) against access points which use WPA1/TKIP as the group cipher.Stefan Sperling
2020-11-02synctobhe
2020-11-02Enable brightness keys on powerbooks where the keyboard attaches as ukbd(4).tobhe
2020-10-28Apple Geyser3 keyboards need munging as well. Reported by Mathius Schocker.Mark Kettenis
2020-10-28regenMark Kettenis
2020-10-28Add a few more Apple Geyser IDs.Mark Kettenis
2020-10-25syncPeter Hessler
2020-10-25add my new graphics tablet, not yet workingPeter Hessler
2020-10-23Subtract threshold from absolute position to allow absolute pointertobhe
2020-10-23Don't panic on curlen == 0. This DIAGNOSTIC code should have been removedMarcus Glocker
2020-10-17regenMarcus Glocker
2020-10-17Add Logitech Webcam Pro 9000.Marcus Glocker
2020-10-14regenJonathan Gray
2020-10-14don't match on 17ef:3083 in ure(4)Jonathan Gray
2020-10-11Stop exporting `wt_hwqueue' now that drivers don't advertise it.Martin Pieuchot
2020-10-09Kill unused IEEE80211_RADIOTAP_HWQUEUE.Martin Pieuchot
2020-10-05add more ure(4) idsJonathan Gray
2020-10-05regenJonathan Gray
2020-10-05add more ure(4) idsJonathan Gray
2020-09-29Set the correct length before copying to userland.Martin Pieuchot
2020-09-29Add TP-LINK UE300 device.Kevin Lo
2020-09-22Since dlg@'s 2009 scsi midlayer refactoring the 'struct scsi_generic *cmd'Kenneth R Westerback
2020-09-14umstc_intr is not in process context when adjusting wscons brightness. When b...Theo de Raadt
2020-09-11Correctly set y_sensors for Geyser2 touchpads.tobhe
2020-09-05Rename SID_INQUIRY_HDR (a.k.a. 5) to more explicit SID_SCSI2_HDRLEN and use itKenneth R Westerback
2020-09-02Don't rely on wTotalLength for usbd_get_cdesc() malloc/free but on theMarcus Glocker
2020-08-31Backout clear endpoint stall on open(2). It seems to break an illuminatedPatrick Wildt