aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb
Commit message (Expand)AuthorAgeFilesLines
* Clamp the XHCI minimum isochronous scheduling delay to the maximum value thatHans Petter Selasky2021-07-111-0/+1
* Fix USB debug print after 8fc2a3c41791b205a107dc2bec16ac7514a57958 .Hans Petter Selasky2021-07-101-1/+1
* Factor out repeated code in the USB controller drivers to avoid bugsHans Petter Selasky2021-07-1012-451/+140
* Make sure the avr32dci_odevd structure is used.Hans Petter Selasky2021-07-101-0/+6
* Make sure the XHCI driver obeys the isochronous scheduling threshold valueHans Petter Selasky2021-07-102-1/+13
* Let the xhci_hw_root structure span exactly XHCI_PAGE_SIZE bytes by increasingHans Petter Selasky2021-07-101-1/+3
* ued may be NULL here which will cause a panic... reproducable byJohn-Mark Gurney2021-06-291-8/+8
* cam: fix xpt_bus_register and xpt_bus_deregister return errnoWarner Losh2021-06-281-5/+5
* Add support for link status, media and VLAN MTU (if supported) to if_cdce...John-Mark Gurney2021-06-262-4/+149
* newbus: Move from bus_child_{pnpinfo,location}_src to bus_child_{pnpinfo,loca...Warner Losh2021-06-233-38/+17
* USB/U3G: Added Panasonic CF-F9 GOBI 3G modem to U3G module.CeDeROM Tomasz CEDRO2021-06-132-0/+4
* Add new USB ID to u3g(4).Hans Petter Selasky2021-06-112-0/+2
* Narrow down the probe range for if_ure(4) compatible devicesHans Petter Selasky2021-06-042-3/+5
* Add support for RTL8153B, RTL8156 and RTL8156B to if_ure(4).Hans Petter Selasky2021-06-042-274/+889
* cam: prefer cam_sim_softc() over accessing cam_sim structure directly.Warner Losh2021-06-031-2/+2
* usb: reduce verbosity of logging about unsuccessful port resetMaksym Stetsyuk2021-06-031-1/+1
* usbhid(4): Add second set of USB transfers to work in polled mode.Vladimir Kondratyev2021-05-281-15/+62
* usbhid(4): Fix NULL pointer dereference in usbd_xfer_max_len()Vladimir Kondratyev2021-05-281-15/+49
* rtwn_usb(4): Add a USB ID for the TP-Link Archer T2U v3.Dmitry Chagin2021-05-271-0/+1
* ums(4): Start USB xfers on opening of evdev node unconditionally.Vladimir Kondratyev2021-05-231-1/+1
* ums(4): Do not stop USB xfers on FIFO close when evdev is still activeVladimir Kondratyev2021-05-231-5/+8
* run(4): add support for DLINK DWA-130 rev F1 wireless adaptor.Dmitry Chagin2021-05-232-0/+2
* run(4): add support for ASUS USB-N14 wireless adaptor.Dmitry Chagin2021-05-222-0/+2
* Fix for use-after-free by if_ioctl() calls from user-space in USB drivers byHans Petter Selasky2021-05-212-4/+7
* Propagate down USB explore error codes, so that failures to enumerate USB HUBsHans Petter Selasky2021-05-181-10/+13
* Update USB_PORT_RESET_RECOVERY to comply with the USB 2.0 specification whichHans Petter Selasky2021-05-181-1/+1
* Update usb_timings_sysctl_handler() to accept any value for timings betweenHans Petter Selasky2021-05-181-44/+13
* Add more USB quirks for Kingston devices.Hans Petter Selasky2021-04-222-0/+2
* Add more USB quirks for Garmin devices.Hans Petter Selasky2021-04-222-2/+6
* Remove USB device ID added by SVN r150701 in the CDC USB ethernet driver.Hans Petter Selasky2021-04-221-1/+0
* if_smsc: Add the ability to disable "turbo_mode", also called RX frame batching,Hans Petter Selasky2021-04-111-4/+15
* Add Siemens SITOP UPS500S usb devicePoul-Henning Kamp2021-04-062-0/+2
* rsu: add KASSERT to document maximum mbuf size in rsu_tx_startEd Maste2021-03-221-0/+1
* usb: tiny formatting nitWarner Losh2021-03-111-1/+2
* Refactor CTL datamove KPI.Alexander Motin2021-02-211-3/+3
* ukbd: Fix handling of keyboard ErrorRollOver reportsVladimir Kondratyev2021-02-131-1/+6
* wsp: Add sysctl tunable for Z-Axis inversionVladimir Kondratyev2021-02-081-1/+6
* hid: Replace USBHID_ENABLED kernel config option with loader tunableVladimir Kondratyev2021-01-145-18/+7
* Fix for use-after-free in if_ure(4) driver.Hans Petter Selasky2021-01-122-54/+4
* hidraw(4): Add HIDRAW_MAKE_UHID_ALIAS kernel optionVladimir Kondratyev2021-01-071-0/+12
* hid: Import hidraw(4) - driver for access to raw HID device dataVladimir Kondratyev2021-01-071-1/+1
* hid: Import usbhid - USB transport backend for HID subsystem.Vladimir Kondratyev2021-01-075-0/+796
* hid: Chase for HID function name changes in existing USB HID driversVladimir Kondratyev2021-01-079-68/+46
* hid: Import functions and constants required by new subsystemVladimir Kondratyev2021-01-071-0/+20
* Factor-out hardware-independent part of USB HID support to new moduleVladimir Kondratyev2021-01-0711-1347/+19
* evdev: Remove useless "initial value" parameter from evdev_support_abs()Vladimir Kondratyev2021-01-072-3/+3
* Allow HID report descriptor parser to return more then 1 usage per itemVladimir Kondratyev2021-01-072-13/+34
* hid_locate: do not ignore constant items.Vladimir Kondratyev2021-01-071-1/+1
* Add support for PL2303HXN to uplcom(4).Hans Petter Selasky2021-01-072-11/+89
* Add new PCI ID for XHCI(4).Hans Petter Selasky2021-01-071-0/+2