summaryrefslogtreecommitdiff
path: root/sys/dev/usb
AgeCommit message (Expand)Author
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
2020-07-13When athn(4) is deciding how to decrypt an incoming frame, look into theStefan Sperling
2020-07-11Build 'flags' in intermediate variable and shuffle sc_linkKenneth R Westerback
2020-07-11Expunge some Captain Obvious comments, tweak whitespace a bit, move a debugKenneth R Westerback
2020-07-10Change users of IFQ_SET_MAXLEN() and IFQ_IS_EMPTY() to use the "new" API.Patrick Wildt
2020-07-10Change users of IFQ_DEQUEUE(), IFQ_ENQUEUE() and IFQ_LEN() to use thePatrick Wildt
2020-07-06match on D-Link DWA-121 rev B1Jonathan Gray
2020-07-06regenJonathan Gray
2020-07-06add D-Link DWA-121 rev B1Jonathan Gray
2020-07-05uvideo_querycap(): Set the 'device_caps' field of struct v4l2_capability like...Landry Breuil
2020-07-05Fix mbuf leak in urtwn(4) with frames that are CCMP-crypted in hardware.Stefan Sperling
2020-06-30When a transfer times out, the TRB should be aborted, too. But stillGerhard Roth
2020-06-27Nuke trailing whitespace.Kenneth R Westerback
2020-06-27No need to bzero()/memset() 'struct scsibus_attach_args' variablesKenneth R Westerback
2020-06-24kernel: use gettime(9)/getuptime(9) in lieu of time_second(9)/time_uptime(9)cheloha
2020-06-24Acknowledge xhci(4) interrupts before calling usb_schedsoftintr().Patrick Wildt
2020-06-24Apply sc->sc_xfer_flags to control transfers as well. These are usedPatrick Wildt
2020-06-22Blacklist Ericsson F5521gw broadband modem.tobhe
2020-06-22regentobhe
2020-06-22Add Ericsson F5521gw Mobile Broadband Modem.tobhe
2020-06-17Fix broken HID descriptors of Elecom trackballs.Ulf Brosziewski
2020-06-16Release the rx node if we were unable to allocate a new rx buffer.Jonathan Matthew
2020-06-11When detaching uaudio, wait for device ref counter to drop to 0Alexandre Ratchov
2020-06-11Make use of hardware crypto for CCMP. The tricky bits had been lyingJonathan Matthew
2020-06-09Do not call encap routines with the IFQ mutex held, as they mightGerhard Roth