summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/usbdevs
AgeCommit message (Collapse)AuthorFilesLines
2021-03-31Remove redundant "HUAWEI Mobile" in usbdevs strings, mention radiosthen1-26/+26
technology where known. ok deraadt
2021-03-28add pid for Dell DW5821e and HUAWEI ME906s LTE, ok patrick@sthen1-1/+3
2021-03-24remove vendor name (Dell) repeated in product namesthen1-2/+2
2021-03-24add HAILUCK Keyboardjcs1-1/+5
from kurt
2021-03-08Add Surface Pro Type Coverjcs1-1/+2
from Fredrik Engberg
2021-02-27sort and fix RTL8713 idjsg1-12/+12
2021-01-16add Intel AX201 Bluetoothjsg1-1/+2
2021-01-10add Kensington Slimblade Trackballthfr1-1/+2
2020-11-16Move PL2303GC around to make sure the list is sorted properly.patrick1-2/+2
2020-11-14add Edimax EW-7811Un V2, from Morgan Aldridgejmatthew1-1/+2
2020-11-11Add Prolific PL2303GC USB serial adapter.patrick1-1/+2
2020-10-28Add a few more Apple Geyser IDs.kettenis1-1/+8
ok tobhe@, deraadt@
2020-10-25add my new graphics tablet, not yet workingphessler1-1/+2
2020-10-17Add Logitech Webcam Pro 9000.mglocker1-1/+2
From Raf Czlonka <rczlonka at gmail dot com>
2020-10-14don't match on 17ef:3083 in ure(4)jsg1-10/+9
Stefan Hagen reports this is an audio device found on the Lenovo ThinkPad Thunderbolt 3 Workstation Dock Gen 2. Originally added as the id appeared in rtux64w10.INF from thinkpad_usb-c_dock_gen2_drivers_v1.0.3.03241.exe as %Lenovo-FFF.DeviceDesc% = RTL8153Bx64_S5WOL.ndi,USB\VID_17EF&PID_3083&REV_3101 but this appears to be wrong.
2020-10-05add more ure(4) idsjsg1-1/+85
found in lenovo version of realtek windows driver and linux ok kevlo@
2020-08-03Gear Head keyboard IDs, from Tom Murphyderaadt1-1/+6
2020-07-22add Intel AX200 Bluetoothjsg1-1/+2
2020-07-06add D-Link DWA-121 rev B1jsg1-1/+2
from Miguel Landaeta
2020-06-22Add Ericsson F5521gw Mobile Broadband Modem.tobhe1-1/+5
ok sthen@
2020-06-17Fix broken HID descriptors of Elecom trackballs.bru1-1/+8
The report descriptors specify an invalid button count for models with 6 or 8 buttons. Thanks to Sivaram Gowkanapal, who provided the core of this patch. ok mpi@
2020-05-31add two Surface Go Type Cover modelsjcs1-1/+3
2020-05-26add TP-Link TL-WN822N-EU v5jsg1-2/+3
from Tero Koskinen
2020-05-25ThingM blink(1)patrick1-1/+5
2020-03-10Match on Lenovo OneLink Plus Dock Ethernet.kevlo1-1/+2
Tested by David Demelier
2020-02-23- add an AMD hub found on APU2jasper1-1/+9
- add Synaptics vendor id and two fingerprint readers feedback and ok jsg@
2020-01-27add USB device ID for tp-link tl-wn823nstsp1-1/+2
2020-01-20add another Intel Bluetooth devicejsg1-1/+2
2020-01-11add SIERRA MC7700deraadt1-1/+2
2020-01-05sort list of vendor ids by vendor idjsg1-13/+13
2020-01-05remove duplicate device idsjsg1-6/+2
2020-01-05sort by vendor define and device idjsg1-370/+369
2020-01-05consistently lowercase hex digits in device idsjsg1-15/+15
2020-01-05consistently uppercase usb product definesjsg1-8/+8
ok mpi@
2019-12-07- Add support for RTL8156kevlo1-1/+2
- Add RX/TX checksum offload support Tested by Shawn Chiou and myself.
2019-08-27add ethernet found on Lenovo USB-C Dockjcs1-1/+2
2019-06-07add Keyspan USA-19HSjcs1-1/+2
2019-05-08add Google vendor IDkettenis1-1/+2
2019-04-24New product id for the USB serial adapter found in Juniper SRX 300.remi1-1/+2
ok deraadt@ phessler@ sthen@
2019-03-27Add Exar XR21V1410.kettenis1-1/+5
ok deraadt@
2019-03-22add Meinberg DCF600USB, from weerd@, ok phessler@sthen1-1/+2
2019-02-24Dynastream ANTUSB-2, from Jan Klemkow.patrick1-1/+2
2019-01-14add TP-Link WN821N v5 (RTL8192EU), from Jesper Wallinjmatthew1-1/+2
2018-11-19Add ids for D-Link DWA-171 rev C1 and Xiaomi mini USB WiFi.kevlo1-2/+7
2018-08-22Dynastream ANTUSB-m, from Jan Klemkow.mpi1-1/+2
2018-08-13Sierra Wireless MC7304/MC7354, from Denis Lapshin.mpi1-1/+2
2018-07-19Add RTL8188EU under AboCom's vendor id. From FreeBSD via Mikhail <mp39590 at gmail>sthen1-1/+2
2018-07-10replace the Ituner vendor with Microchip to match Linux at leastjasper1-5/+5
ok mpi@
2018-07-07Add ids for Logitech Webcam C250, also affected by the 'boguslandry1-1/+2
FEATURE_UNIT bLength' issue. ok mpi@
2018-07-03Add usb ids for the Logitech Webcams C210 and C270.landry1-1/+3
Their audio isn't properly detected yet, but a new quirk will fix that. ok mpi@