summaryrefslogtreecommitdiff
path: root/sys/dev/usb
AgeCommit message (Expand)Author
2021-03-15regennia
2021-03-15correct usb device id for BELKIN F5D7050Enia
2021-03-09regenryo
2021-03-09Add ASUSTEK AURALEDryo
2021-03-09Add CoolerMaster, and AMD SR4 lamplight Control device (Wraith Prism RGB CPU ...ryo
2021-03-02Opps....Remove irrelavent debug code and don't free_m before IFQ_DEQUEUE().nat
2021-03-02ukbd: GC some 20 year old code (NFC)gdt
2021-03-02ukbd: Condition probe-time verbosity on USBVERBOSEgdt
2021-03-01note that "enum usbnet_ep un_ed" member is the wrong type, and shouldmrg
2021-03-01reduce aprint_error(9) abusejakllsch
2021-02-26Also free assocated mbufs.nat
2021-02-24fix sparc build: db_expr_t is larger than a pointer.mrg
2021-02-23fix the formating for 'show usbxferlist'.mrg
2021-02-23introduce DDB_END_CMD and replace more than 20 copies of the samemrg
2021-02-22fix formatting and db_usb_command_table[] static. idea from rillig@.mrg
2021-02-21add ddb commands to inspect usb xfer and xferlist structures.mrg
2021-02-21replace printf "ERROR<n>" with device_printf() and useful messages.mrg
2021-02-21Add a bunch of USB loader devices for Freescale SoC that should notmartin
2021-02-17Expose more descriptor items as device properties.mlelstv
2021-02-15Fix my copy-and-paste bug in rev1.160.isaki
2021-02-03I have a cheap USB optical mouse (CHICONY product 0x0939, also knownthorpej
2021-02-03Regen for addition of CHICONY optical mouse.thorpej
2021-02-03Add a CHICONY optical mouse product ID.thorpej
2021-02-02if_urtwn.c: Plug a few leaksyamt
2021-02-02if_urtwn: Add a missing newline to an aprint_error_dev messageyamt
2021-02-01urtwn(4): Check for allocation failure in urtwn_tx_beacon.riastradh
2021-02-01regennia
2021-02-01add another TPLINK RTL8192EU variantnia
2021-01-31regennia
2021-01-31urtwn(4): add TPLINK WN821N to the list of USB device idsnia
2021-01-20fix free_all_endpoints() to not try calling free_pipe() when no endpointsjdolecek
2021-01-10Add whitespace after commaryoon
2021-01-10Fix a typo in debug messageryoon
2021-01-05More converstion from usbd_status to int for function error reporting.skrll
2021-01-05Replace home grown #ifdef DIAGNOSTIC check with ASSERT_SLEEPABLEskrll
2021-01-02Use USBMALLOC_ZERO to ensure that all DMA memory is zero initialized.jmcneill
2021-01-02Add USBMALLOC_ZERO flag for requesting zero initialized DMA memory.jmcneill
2020-12-29During detach, re-use the functions that halt playback and record DMA.jdc
2020-12-26Add WayTech USB to Serial device to quirks routines, in order to preventjym
2020-12-26Regen.jym
2020-12-26Add WayTech Development USB to Serial product.jym
2020-12-22usb: Omit bogus assertions about struct usbd_pipe::up_intrxfer.riastradh
2020-12-18Use sel{record,remove}_knote().thorpej
2020-12-10Another leading spaceskrll
2020-12-10Remove leading space that crept in in the last changeskrll
2020-12-09Restructure the abort code for TD based transfers (ctrl, bulk, intr).skrll
2020-11-30s/ we we / we /msaitoh
2020-11-30uhid(4): Omit needless softint indirection.riastradh
2020-11-29usb: Overhaul uhid(4) and uhidev(4) locking.riastradh
2020-10-28s/USENET/USBNET/ in another place i just happened to find bymrg