Age | Commit message (Expand) | Author |
2020-09-02 | Don't rely on wTotalLength for usbd_get_cdesc() malloc/free but on the | Marcus Glocker |
2020-08-31 | Backout clear endpoint stall on open(2). It seems to break an illuminated | Patrick Wildt |
2020-08-27 | Fix a potential panic during free(9) which can be caused by an USB | Marcus Glocker |
2020-08-27 | usbd_get_cdesc() returns usb_config_descriptor_t *. Therefore return | Marcus Glocker |
2020-08-27 | Clear endpoint stall on open(2) of /dev/uhidX to synchronize toggle bit | Patrick Wildt |
2020-08-26 | Remove needless uses of SDEV_ONLYBIG. It was always set when SDEV_UMASS was set, | Kenneth R Westerback |
2020-08-25 | usbd_set_idle() use requires prototype from usbdi_util.h | Theo de Raadt |
2020-08-23 | uhidev(4) does apply the SET_IDLE request to all its child drivers | Marcus Glocker |
2020-08-21 | ubcmtp(4) doesn't attach to uhidev(4) but to uhub(4). | Marcus Glocker |
2020-08-17 | Fix typo in comment | gnezdo |
2020-08-06 | Remove duplicate comment. | Marcus Glocker |
2020-08-04 | Pack multiple packets into one xfer as possible. Given this is a 5x-7x | Kevin Lo |
2020-08-03 | sync | Theo de Raadt |
2020-08-03 | Gear Head keyboard IDs, from Tom Murphy | Theo de Raadt |
2020-07-31 | In xhci_device_isoc_start() do first check if the transfer is | Marcus Glocker |
2020-07-31 | Nuke all occurrences of usbd_abort_pipe() if it gets called right | Marcus Glocker |
2020-07-29 | Don't turn on SDEV_DB* flags via UDMASS_UPPER. If you want SCSI debug output, | Kenneth R Westerback |
2020-07-29 | Don't nest a enum declaration inside a struct declaration, and anyway | Theo de Raadt |
2020-07-28 | Fix a problem related to isochronous transfers appearing in certain | Marcus Glocker |
2020-07-22 | Nuke unused struct scsi_link members of adapter softc's where the | Kenneth R Westerback |
2020-07-22 | regen | Jonathan Gray |
2020-07-22 | add Intel AX200 Bluetooth | Jonathan Gray |
2020-07-22 | deprecate interface input handler lists, just use one input function. | David Gwynne |
2020-07-20 | Move remaining scsi bus initialization info from "prototype scsi link" | Kenneth R Westerback |
2020-07-19 | Move the adapter related items (luns, adapter, adapter_target, | Kenneth R Westerback |
2020-07-16 | Access adapter softc via link->bus->sb_adapter_softc. | Kenneth R Westerback |
2020-07-13 | When athn(4) is deciding how to decrypt an incoming frame, look into the | Stefan Sperling |
2020-07-11 | Build 'flags' in intermediate variable and shuffle sc_link | Kenneth R Westerback |
2020-07-11 | Expunge some Captain Obvious comments, tweak whitespace a bit, move a debug | Kenneth R Westerback |
2020-07-10 | Change users of IFQ_SET_MAXLEN() and IFQ_IS_EMPTY() to use the "new" API. | Patrick Wildt |
2020-07-10 | Change users of IFQ_DEQUEUE(), IFQ_ENQUEUE() and IFQ_LEN() to use the | Patrick Wildt |
2020-07-06 | match on D-Link DWA-121 rev B1 | Jonathan Gray |
2020-07-06 | regen | Jonathan Gray |
2020-07-06 | add D-Link DWA-121 rev B1 | Jonathan Gray |
2020-07-05 | uvideo_querycap(): Set the 'device_caps' field of struct v4l2_capability like... | Landry Breuil |
2020-07-05 | Fix mbuf leak in urtwn(4) with frames that are CCMP-crypted in hardware. | Stefan Sperling |
2020-06-30 | When a transfer times out, the TRB should be aborted, too. But still | Gerhard Roth |
2020-06-27 | Nuke trailing whitespace. | Kenneth R Westerback |
2020-06-27 | No need to bzero()/memset() 'struct scsibus_attach_args' variables | Kenneth R Westerback |
2020-06-24 | kernel: use gettime(9)/getuptime(9) in lieu of time_second(9)/time_uptime(9) | cheloha |
2020-06-24 | Acknowledge xhci(4) interrupts before calling usb_schedsoftintr(). | Patrick Wildt |
2020-06-24 | Apply sc->sc_xfer_flags to control transfers as well. These are used | Patrick Wildt |
2020-06-22 | Blacklist Ericsson F5521gw broadband modem. | tobhe |
2020-06-22 | regen | tobhe |
2020-06-22 | Add Ericsson F5521gw Mobile Broadband Modem. | tobhe |
2020-06-17 | Fix broken HID descriptors of Elecom trackballs. | Ulf Brosziewski |
2020-06-16 | Release the rx node if we were unable to allocate a new rx buffer. | Jonathan Matthew |
2020-06-11 | When detaching uaudio, wait for device ref counter to drop to 0 | Alexandre Ratchov |
2020-06-11 | Make use of hardware crypto for CCMP. The tricky bits had been lying | Jonathan Matthew |
2020-06-09 | Do not call encap routines with the IFQ mutex held, as they might | Gerhard Roth |