summaryrefslogtreecommitdiff
path: root/sys/dev/usb
AgeCommit message (Expand)Author
2021-11-28SpacingMarcus Glocker
2021-11-28utvfu(4) only has one frame size, either for PAL or NTSC. ThereforeMarcus Glocker
2021-11-28Align with the recent memory allocation changes we did for the otherMarcus Glocker
2021-11-25revert recent change, breakage reported by dv@Anton Lindqvist
2021-11-25Assert that at least one report id is claimed during multiple report idsAnton Lindqvist
2021-11-24Spacing and remove an unused macro.Marcus Glocker
2021-11-24SpacingMarcus Glocker
2021-11-24Fix panic when running utvfu(4) on xhci(4).Marcus Glocker
2021-11-22use ISC license for ubcmtpJoshua Stein
2021-11-22M_USB -> M_USBHCMarcus Glocker
2021-11-22Drop the old problematic claim multiple report ids logic now that allAnton Lindqvist
2021-11-22Add missing claim multiple report ids conditionals to uhidev drivers.Anton Lindqvist
2021-11-22Align memory allocation for USB device drivers and USB HC drivers:Marcus Glocker
2021-11-22avoid clang -Wsometimes-uninitialized warning with SMALL_KERNELJonathan Gray
2021-11-19whitespace tweaks. no functional change.David Gwynne
2021-11-19let CH340 chips keep working in 8N1 mode.David Gwynne
2021-11-17uhidpp does claim multiple report idsAnton Lindqvist
2021-11-17ucc does not claim multiple report idsAnton Lindqvist
2021-11-17Fix a double free in uhidev_close() caused by a race betweenAnton Lindqvist
2021-11-15Third attempt to solve the claim multiple report ids conflict. Using theAnton Lindqvist
2021-11-15In preparation for once again trying the resolve the claim multipleAnton Lindqvist
2021-11-11Here we go again, revert the second attempt to resolve theAnton Lindqvist
2021-11-10Second attempt to resolve UHIDEV_CLAIM_MULTIPLE_REPORTID conflict, thisAnton Lindqvist
2021-11-09The uhidevsubmatch() routine was imported from NetBSD back in 2002 along withAnton Lindqvist
2021-11-08Plug uhidev memory leak during detach.Anton Lindqvist
2021-11-05Constify struct cfattach.Martin Pieuchot
2021-11-02add handling for parity and character size config.David Gwynne
2021-11-01Restore some NULL checks lost in r1.132, add a couple more to deal with WEP keyKenneth R Westerback
2021-10-31Make athn(4) attach to the Sony UWA-BR100. Patch by martingot@protonmailStefan Sperling
2021-10-31regenStefan Sperling
2021-10-31Add USB device ID for the Sony UWA-BR100. Patch by martingot@protonmailStefan Sperling
2021-10-31Raise SPL to IPL_NET in run_next_scan() to avoid splassert failures.Stefan Sperling
2021-10-30Revert previous commit as it's causing panic when devices are detachedAlexandre Ratchov
2021-10-29A USB HID report ID must be represented using a single byte rangingAnton Lindqvist
2021-10-29match more Prolific HXN idsJonathan Gray
2021-10-29regenJonathan Gray
2021-10-29more Prolific HXN idsJonathan Gray
2021-10-27fix spello in commentJasper Lievisse Adriaanse
2021-10-26Add a new TEMPerHUM device id. style tweak deraadt@, ok mlarkin@Matthieu Herrb
2021-10-26Improve unhibernate performance (30% on some machines, another upcoming diffTheo de Raadt
2021-10-04Build firmware for rsu(4), rtwn(4), and urtwn(4).Kevin Lo
2021-09-24regenKevin Lo
2021-09-24Add support for SIMCom SIM7600.Kevin Lo
2021-09-20Changing the encoding of a ucc keyboard doesn't make sense as only oneAnton Lindqvist
2021-09-15Change the errno to ENOTTY when encountering an unknown ioctl command asAnton Lindqvist
2021-09-12Revert recent uhidev report size changes. It's reported to break fido devicesAnton Lindqvist
2021-09-10Minor KNF nit, align struct field.Anton Lindqvist
2021-09-10Instead of letting uhidev drivers get the report sizes, do it once inAnton Lindqvist
2021-09-10Remove unused repsizes array.Anton Lindqvist
2021-09-05This allows us to disable usb(4) without kernel crash.Marcus Glocker