summaryrefslogtreecommitdiff
path: root/sys/dev/usb
AgeCommit message (Expand)Author
2022-05-20Rename hid_none to hid_all as it represents all possible hid kinds byAnton Lindqvist
2022-05-10Make run(4) attach to RT5372 devices.Stefan Sperling
2022-05-10regenStefan Sperling
2022-05-10add USB device ID of RT5372 for run(4); patch by molotov31337 on tech@Stefan Sperling
2022-05-01Check for the correct length field when checking the control transfer dataMarcus Glocker
2022-04-24Increase rx buffer size to 62kB (same as linux). It turns out the deviceJonathan Matthew
2022-04-21Use memset() to initialize struct ieee80211_rxinfo properly.Stefan Sperling
2022-04-16constify SCSI adapter entry pointsChristian Weisgerber
2022-04-12constify USB host controller method tables and root hub descriptorsChristian Weisgerber
2022-04-09constify method tables in OAK USB sensor driversChristian Weisgerber
2022-04-09constify method tables in USB serial driversChristian Weisgerber
2022-04-02Don't byte swap URE_TXPKT_VLAN_TAG when setting up the packet to transmit.Stuart Henderson
2022-04-02Add preliminary support for RTL8156B and bug fixes for RTL8153/RTL8156.Kevin Lo
2022-03-29Disable the recently introduced logic used to associate ucc and audioAnton Lindqvist
2022-03-21Constify struct {audio,midi,radio,video}_hw_if. No functional change.Miod Vallat
2022-03-21Add support for XBox One gamecontroller, including report descriptor.Thomas Frohwein
2022-03-15Fix Tx rate used by rtwn(4) and urtwn(4) for RTS frames.Stefan Sperling
2022-03-08also use the device name in ucc_intr() debug outputAnton Lindqvist
2022-03-08use the device name in debug outputAnton Lindqvist
2022-03-08Add missing byteswap to mtw_write_cfg().hastings
2022-02-21ambigus -> ambiguousJonathan Gray
2022-02-21diviedr -> dividerJonathan Gray
2022-02-16Currently, wskbd_set_mixervolume() only adjusts the volume of the firstAnton Lindqvist
2022-02-16Make room for a cookie argument passed to audio_attach_mi(). CurrentlyAnton Lindqvist
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