summaryrefslogtreecommitdiff
path: root/sys/dev/usb
AgeCommit message (Expand)Author
2022-02-05Only install the sensors once as multiple devices can be paired with theAnton Lindqvist
2022-01-28When it's the possessive of 'it', it's spelled "its", without thePhilip Guenther
2022-01-26shrink uca.ibufsize from UCHCOMIBUFSIZE to wMaxPacketSize of bulk-in pipeSASANO Takayoshi
2022-01-26Rework initialization of sensors on device connect.Anton Lindqvist
2022-01-11Remove KASSERT(0) and default switch case. No other sc_ncm_formatClaudio Jeker
2022-01-09spellingJonathan Gray
2021-12-31spellingJonathan Gray
2021-12-31Fix up handling of IFF_ALLMULTI and call uaq_iff() from uaq_init().Jonathan Matthew
2021-12-30Add Xiaomi MiniWif to list of devices supported by mtw(4).Kevin Lo
2021-12-24Support more mtw(4) devices.hastings
2021-12-24regenhastings
2021-12-24Add some more mtw(4) devices.hastings
2021-12-23Get rid of unused next battery level argument.Anton Lindqvist
2021-12-21knf nitsAnton Lindqvist
2021-12-21avoid returning uninitialised var in hidpp_send_report()Jonathan Gray
2021-12-20Make mtw(4) known to the config(8) framework.hastings
2021-12-20Add mtw(4), a driver for MediaTek MT7601U wifi devices.hastings
2021-12-13Handle multi-port controllers in uslcom(4)Visa Hankala
2021-12-05add missing mtx_leave() calls in error pathsJonathan Gray
2021-12-04Consolidate error paths in usbd_new_device, shaving of 14 lines.Anton Lindqvist
2021-12-03Bring back the recently reverted change, this time without the invertedAnton Lindqvist
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