summaryrefslogtreecommitdiff
path: root/sys/dev/usb
AgeCommit message (Expand)Author
2024-11-09RegenMiod Vallat
2024-11-09More uftdi(4) devices; from Cameron Willams on tech@Miod Vallat
2024-11-09RegenMiod Vallat
2024-11-09More udl(4) devices, from NetBSD.Miod Vallat
2024-11-06Make edid_parse() take a device name as extra argument so that the fewMiod Vallat
2024-11-02Move edid_print() behind defined(EDID_DEBUG).Miod Vallat
2024-10-22remove duplicate entry in match tableJonathan Gray
2024-10-22put opening { on same line as struct nameJonathan Gray
2024-10-11Revert ehci(4) bits in the previous commit. Apparently 64-bit DMA is brokenMark Kettenis
2024-10-08Relax DMA restrictions on ehci(4) and xhci(4) controllers that can doMark Kettenis
2024-10-07add UQ_ALWAYS_OPEN for another PixArt mouseStuart Henderson
2024-10-07syncStuart Henderson
2024-10-07add another PixArt mouse, to be used in quirksStuart Henderson
2024-10-07Add support for AX88772D.Kevin Lo
2024-10-06remove unused wi_usb_cd, wi at usb uses wi_cdJonathan Gray
2024-09-20remove unneeded semicolons; checked by millert@Jonathan Gray
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