summaryrefslogtreecommitdiff
path: root/sys/dev/usb
AgeCommit message (Expand)Author
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
2020-08-27Fix a potential panic during free(9) which can be caused by an USBMarcus Glocker
2020-08-27usbd_get_cdesc() returns usb_config_descriptor_t *. Therefore returnMarcus Glocker
2020-08-27Clear endpoint stall on open(2) of /dev/uhidX to synchronize toggle bitPatrick Wildt
2020-08-26Remove needless uses of SDEV_ONLYBIG. It was always set when SDEV_UMASS was set,Kenneth R Westerback
2020-08-25usbd_set_idle() use requires prototype from usbdi_util.hTheo de Raadt
2020-08-23uhidev(4) does apply the SET_IDLE request to all its child driversMarcus Glocker
2020-08-21ubcmtp(4) doesn't attach to uhidev(4) but to uhub(4).Marcus Glocker
2020-08-17Fix typo in commentgnezdo
2020-08-06Remove duplicate comment.Marcus Glocker
2020-08-04Pack multiple packets into one xfer as possible. Given this is a 5x-7xKevin Lo
2020-08-03syncTheo de Raadt
2020-08-03Gear Head keyboard IDs, from Tom MurphyTheo de Raadt
2020-07-31In xhci_device_isoc_start() do first check if the transfer isMarcus Glocker
2020-07-31Nuke all occurrences of usbd_abort_pipe() if it gets called rightMarcus Glocker
2020-07-29Don't turn on SDEV_DB* flags via UDMASS_UPPER. If you want SCSI debug output,Kenneth R Westerback
2020-07-29Don't nest a enum declaration inside a struct declaration, and anywayTheo de Raadt
2020-07-28Fix a problem related to isochronous transfers appearing in certainMarcus Glocker
2020-07-22Nuke unused struct scsi_link members of adapter softc's where theKenneth R Westerback
2020-07-22regenJonathan Gray
2020-07-22add Intel AX200 BluetoothJonathan Gray
2020-07-22deprecate interface input handler lists, just use one input function.David Gwynne
2020-07-20Move remaining scsi bus initialization info from "prototype scsi link"Kenneth R Westerback
2020-07-19Move the adapter related items (luns, adapter, adapter_target,Kenneth R Westerback
2020-07-16Access adapter softc via link->bus->sb_adapter_softc.Kenneth R Westerback