summaryrefslogtreecommitdiff
path: root/sys/dev/usb
AgeCommit message (Expand)Author
2024-09-04Fix some spelling.Marcus Glocker
2024-09-01spelling; checked by jmc@, ok miod@ mglocker@ krw@Jonathan Gray
2024-08-27use UQ_ALWAYS_OPEN for various PixArt/Logitech USB mice. ok bru miodStuart Henderson
2024-08-27syncStuart Henderson
2024-08-27add a few USB mice, to be used for quirks. ok bru miodStuart Henderson
2024-08-18Upon resume, run usb_attach_roothub() in DVACT_WAKEUP rather than DVACT_RESUME.Theo de Raadt
2024-08-17skip Controller Save State (CSS) and Controller Restore State (CRS)Jonathan Gray
2024-08-15Upon resume, restore the saved state. Newer Intel xHCI controller (e.g.Mark Kettenis
2024-08-08new dell DW5821e variant is another umb(4); from Bryan VyhmeisterTheo de Raadt
2024-08-08syncTheo de Raadt
2024-08-06Some Intel xhci(4) controllers don't fully power down unless they've seenMark Kettenis
2024-07-27Allow for another TEMPerHUM version. From Sebastiaan Indesteege.Miod Vallat
2024-07-23uaudio: Fix confusion between interface numbers and interface indexesAlexandre Ratchov
2024-07-20UVIDEO_DEBUG needs fcntl.hJonathan Gray
2024-05-29fix WEP on athn(4) USB hostapStefan Sperling
2024-05-29regenJonathan Gray
2024-05-29another apple bluetooth; from jon@elytron.openbsd.amsterdamJonathan Gray
2024-05-26Fix suspend/resume for ums(4) and umt(4); Calling hidm*_attach not at theMarcus Glocker
2024-05-23regenKevin Lo
2024-05-23Add support for Quectel EM060K.Kevin Lo
2024-05-23remove unneeded includes; ok mpi@Jonathan Gray
2024-05-21regenJonathan Gray
2024-05-21move entry to be ordered by device idJonathan Gray
2024-05-15remove extra snprintf arguments to fix buildJonathan Gray
2024-05-15regenKevin Lo
2024-05-15Add CH9102 support. Tested on the NodeMCU esp8266 v3 ch9102x board.Kevin Lo
2024-05-13remove prototypes with no matching functionJonathan Gray
2024-05-06match new Realtek RTL8192EU id; from Kyle MarkleyJonathan Gray
2024-05-06regenJonathan Gray
2024-05-06another Realtek RTL8192EU id; from Kyle MarkleyJonathan Gray
2024-04-23simplify bit shift; avoids shifting into int sign bitJonathan Gray
2024-04-14with empty body loops, put final semicolon on a new line for readabilityJonathan Gray
2024-04-13correct indentationJonathan Gray
2024-04-12correct loop in channel set functionJonathan Gray
2024-04-12RegenKevin Lo
2024-04-12Add support for CH343 uart.Kevin Lo
2024-01-04Add support for AX88179A. AX88179A interweave dummies alongside validKevin Lo
2023-12-21New TEMPerGold sensor; reported by Mikolaj Kucharski on bugs@Miod Vallat
2023-12-10The new cinematic to get sensor information as soon as possible sometimesMiod Vallat
2023-12-10Skip interfaces already claimed by other uaudio(4) instances.Alexandre Ratchov
2023-12-08New TEMPerHUM sensor; reported by Mikolaj Kucharski on bugs@Miod Vallat
2023-12-05Add more devices which may attach ukbd (and thus wskbd) but should never beMiod Vallat
2023-12-04Make the TEMPer{1,2} devices display minus degC. From the NetBSD driver.Marcus Glocker
2023-11-30Overhaul device identification logic in order to make matching onMiod Vallat
2023-11-27RegenMiod Vallat
2023-11-27New devices, support for which is coming soon.Miod Vallat
2023-11-22regenTobias Heider
2023-11-22Add support for keyboard backlight hotkeys in wskbd and hook up macppc appleTobias Heider
2023-10-24Delete any existing v4 address before setting a new one. This allows usJonathan Matthew
2023-10-06Rename 'ifaceidx' variables and parameters to 'ifaceno'. MoreKenneth R Westerback