summaryrefslogtreecommitdiff
path: root/sys/dev/usb
AgeCommit message (Expand)Author
2018-10-02Make some USB ioctls return ENXIO, instead of EIO, if usbd_is_dying().Stefan Sperling
2018-10-01The sequence number field in the 802.11 frame header includes the sequenceJonathan Matthew
2018-09-19In mue_iff() move the initialization of the hash table up so that is doneRicardo Mestre
2018-09-10Prevent a panic in umb(4) when roaming is diabled.Gerhard Roth
2018-09-07clarify that goto error in alloc_all_endpoints_fixed_ep() always returnsmiko
2018-09-07move initial jack count to alloc_all_endpoints(), and reset count to zeromiko
2018-09-06If we cannot stop the endpoint when aborting a transfer assume thatMartin Pieuchot
2018-09-06fix whitespaceJonathan Gray
2018-09-06execute the same code for failure of assign_all_jacks_automatically()miko
2018-09-05Serialize synchronous commands with a rwlock.Martin Pieuchot
2018-08-31remove shadow variables for 'error' in usbioctl(); ok mpi@ ratchov@miko
2018-08-31ich variable is only used in DPRINTF() and uaudio_get_cluster_nchan()miko
2018-08-29Remove unused struct member.Mark Kettenis
2018-08-25Add umt(4) for USB Windows Precision Touchpad devicesJoshua Stein
2018-08-25Move HID->bus constant conversion for HID report types out of ihidevJoshua Stein
2018-08-25fix misplaced parenthesis inside an if-clause. already fixed in FreeBSD in revRicardo Mestre
2018-08-25fix misplaced parenthesis inside an if-clause. already fixed in NetBSD in revRicardo Mestre
2018-08-22Work well with the Dynastream ANTUSB-m, from Jan Klemkow.Martin Pieuchot
2018-08-22regenMartin Pieuchot
2018-08-22Dynastream ANTUSB-m, from Jan Klemkow.Martin Pieuchot
2018-08-15Partially revert previous, EM7455 is already handled by umb(4).Martin Pieuchot
2018-08-15Introduce mue_eeprom_present to check if the EEPROM is present.Kevin Lo
2018-08-13Attach to Sierra Wireless MC7304/MC7354 & EM7455, from Denis Lapshin.Martin Pieuchot
2018-08-13regenMartin Pieuchot
2018-08-13Sierra Wireless MC7304/MC7354, from Denis Lapshin.Martin Pieuchot
2018-08-08Fix possible division by zero caused by bogus usb descriptors. FromAlexandre Ratchov
2018-08-04avoid using a value uninitialisedJonathan Gray
2018-08-03- use memset() for for clearing hashtblKevin Lo
2018-08-03Add mue(4), a driver for Microchip LAN75xx/LAN78xx 10/100/1000 USB EthernetKevin Lo
2018-07-30define WSMOUSE_TYPE_TOUCHPAD so non-elantech drivers can stopJoshua Stein
2018-07-30Inline trivial uaudio_id_name(). From Michael Bombardieri, thanks.Alexandre Ratchov
2018-07-27No need to test if pointer is NULL to call free(9). FromAlexandre Ratchov
2018-07-19attach RTL8188EU under AboCom's vendor id. From FreeBSD via Mikhail <mp39590 ...Stuart Henderson
2018-07-19syncStuart Henderson
2018-07-19Add RTL8188EU under AboCom's vendor id. From FreeBSD via Mikhail <mp39590 at ...Stuart Henderson
2018-07-19Reuse implicit padding to export the port number of a USB device inMartin Pieuchot
2018-07-17TX packets, which can be either Ethernet or control packets, must bePatrick Wildt
2018-07-16typos, from Michael W. Bombardieri.Martin Pieuchot
2018-07-10s/ITUNER/MICROCHIP/ following usbdevs -r1.689Jasper Lievisse Adriaanse
2018-07-10regenJasper Lievisse Adriaanse
2018-07-10replace the Ituner vendor with Microchip to match Linux at leastJasper Lievisse Adriaanse
2018-07-10Change USB_DEVICEINFO to report USB port status/changes as currentlyMartin Pieuchot
2018-07-09sprinkle comments and rename iface to match its use to ctl_iface_idxJasper Lievisse Adriaanse
2018-07-09use UE_GET_XFERTYPE(); no binary changeJasper Lievisse Adriaanse
2018-07-07Fix uaudio(4) detection on Logitech Webcam C200/C210/C250/C270/C310/C500.Landry Breuil
2018-07-07regenLandry Breuil
2018-07-07Add ids for Logitech Webcam C250, also affected by the 'bogusLandry Breuil
2018-07-03Use LIST_FOREACH construct instead of homebrew loop.Kevin Lo
2018-07-03regenLandry Breuil
2018-07-03Add usb ids for the Logitech Webcams C210 and C270.Landry Breuil