summaryrefslogtreecommitdiff
path: root/sys/dev/usb
AgeCommit message (Expand)Author
2022-09-05Remove some inactive code, comments, and DPRINTFs. Minor style changes.Marcus Glocker
2022-09-05Cleanup USB methods so that they align to what we do in other HC drivers,Marcus Glocker
2022-09-04Improve periodic USB transfers (device intr, isoc) used for inputMarcus Glocker
2022-09-01whitespaceMike Larkin
2022-08-23Remove assertions as they have been disabled since the code was importedAnton Lindqvist
2022-08-23match on SIMCom SIM5320 (same id used by Option iCON 210)Jonathan Gray
2022-08-23regenJonathan Gray
2022-08-23add SIMCom SIM5320 (same id used by Option iCON 210)Jonathan Gray
2022-08-21A couple of minor changes for rtl8192eu:Kevin Lo
2022-08-15remove unused uvideo_enable()/uvideo_disable()Jonathan Gray
2022-08-13Correct rx data rate for rtl8192euKevin Lo
2022-08-11Revert previous commit as the bounds check was correct.Anton Lindqvist
2022-08-11Remove prefix from nested battery struct fields.Anton Lindqvist
2022-08-05Fix bounds check in ucc_add_key(); ok anton@Miod Vallat
2022-07-28Remove bogus mtw_read_cfg.Kevin Lo
2022-07-27Enumerate and shift PHY mode bits.James Hastings
2022-07-15Implement support for framebuffers that don't start on a page boundary.Mark Kettenis
2022-07-15Missing xhcivar.h bit that should have gone with xhci.c r1.125Theo Buehler
2022-07-15Use a separate varaible to signal a "dead" controller (that has disappearedMark Kettenis
2022-07-10Add _cb suffix to callback fields in struct ifmedia. Makes codeAlexander Bluhm
2022-07-10Remove trailing whitespace. No code change.Mike Larkin
2022-07-02Remove unused device poll functions.Visa Hankala
2022-06-27Remember the error of ucomreadcb() for the next ucomread() call and returns anJan Klemkow
2022-06-26Add missing splx before returning when urtwn_ccmp_decap() fails.Jonathan Matthew
2022-06-26add missing splx in error pathJonathan Matthew
2022-06-23regenJonathan Gray
2022-06-23add some intel bluetooth idsJonathan Gray
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