summaryrefslogtreecommitdiff
path: root/sys/dev/usb
AgeCommit message (Expand)Author
2014-05-21regenMartin Pieuchot
2014-05-21Add VIA Labs.Martin Pieuchot
2014-05-21Handle the stall condition just like the bable one since in both casesMartin Pieuchot
2014-05-20Format string fixes for XHCI_DEBUG.Martin Pieuchot
2014-05-19unbreak the build when DIAGNOSTIC is not definedJonathan Gray
2014-05-18hid_start_parse can't fail - it calls malloc(M_WAITOK). ok mpi@Jeremie Courreges-Anglas
2014-05-18Do not pass an xfer pointer to the timeout routine checking for root hubMartin Pieuchot
2014-05-17fix format mistakes visible if UAUDIO_DEBUG is definedAlexandre Ratchov
2014-05-16Reduce the difference between HC drivers by always passing a genericMartin Pieuchot
2014-05-16There is no need to remember which usb(4) device is the child of an USBMartin Pieuchot
2014-05-16It seems that there is new and old revision of CH340.sasano
2014-05-16regenDavid Coppa
2014-05-16Add Alcatel OneTouch L100VDavid Coppa
2014-05-12Backport FreeBSD's HID parser in order to properly parse `moderm'Martin Pieuchot
2014-05-11The relation between uhci(4), ohci(4) and their root hub device isMartin Pieuchot
2014-05-09Format string fixes and removal of -Wno-format for *ppc kernels.Miod Vallat
2014-05-09Plug an xfer leak when detaching root hubs.Martin Pieuchot
2014-05-08Plug one more xfer leak.Martin Pieuchot
2014-05-07Make sure to call uhidev_close() upon detach for every HID driver callingMartin Pieuchot
2014-05-06Plug two xfer leaks and a buffer one.Martin Pieuchot
2014-05-05Plug a memory leak related to HID descriptor parsing.Martin Pieuchot
2014-05-04Make use of usbd_xfer_isread() instead of rerolling it everywhere.Martin Pieuchot
2014-05-04Get rid of EHCI_NULL. No functional change.Martin Pieuchot
2014-05-01fixed some debug messagessasano
2014-04-29Get rid of the per-softc freelist of transfer descriptors and use aMartin Pieuchot
2014-04-29Finally plug the public xfer leak #1 in our USB stack.Martin Pieuchot
2014-04-29regenRyan Thomas McBride
2014-04-29Add Microsoft Wireless Mobile Mouse 3500 and Wireless Arc Mouse.Ryan Thomas McBride
2014-04-29Make sure to call uhidev_close() upon detach, plug another xfer leak.Martin Pieuchot
2014-04-29Plug an xfer leak.Martin Pieuchot
2014-04-29Get rid of the per-softc freelist of transfer descriptors and use aMartin Pieuchot
2014-04-29Remove device white-listing as matching method, relies on on usage idAndre de Oliveira
2014-04-27Start de-obfuscating the HC drivers.Martin Pieuchot
2014-04-27Do not let the bluetooth HID device, present in Apple machines with USB,Martin Pieuchot
2014-04-24Change the usbd_*_report() family of functions to take a usbd_deviceMartin Pieuchot
2014-04-20regenStefan Sperling
2014-04-20Add device ID for Ralink (now branded Mediatek) MT7601 USB wifi deviceStefan Sperling
2014-04-15Modify the uhidev_*_report() methods to always take a report ID argumentMartin Pieuchot
2014-04-12simplify flag testsJonathan Gray
2014-04-07- Remove a enumerator for supported sensors, makes better usage of our usb api;andre
2014-04-07Use the `use_polling' hack to make sure usb_delay_ms() will notMartin Pieuchot
2014-04-03regenMiod Vallat
2014-04-03XIRING Ximax CDC adapterMiod Vallat
2014-04-03XHCI -> xHCI to be consistent with device names.Martin Pieuchot
2014-03-31Force the detach of all USB devices by disconnecting the root hubsMartin Pieuchot
2014-03-29It's been a quarter century: we can assume volatile is present with that name.Philip Guenther
2014-03-28Do not declare a struct as const if we write to it, fix build on sparc64Martin Pieuchot
2014-03-28If a command is submitted when the hardware is already gone, it willMartin Pieuchot
2014-03-25Instead of matching root hubs with a custom address, that only worksMartin Pieuchot
2014-03-25Upon resume do a full reset of the HC, including the command and eventMartin Pieuchot