summaryrefslogtreecommitdiff
path: root/sys/dev/usb
AgeCommit message (Expand)Author
2016-08-03Fold umass_atapi_attach() and umass_scsi_setup() into umass_scsi_attach() toKenneth R Westerback
2016-08-01Set SDEV_UMASS on all umass devices, even when they use ATAPI orKenneth R Westerback
2016-07-31Use m_devget(9).Mark Kettenis
2016-07-26In rsu(4), put code that twiddles HT data in the ic under #ifdef notyet.Stefan Sperling
2016-07-26Unbreak rsu(4) which was broken since r1.32. Reported by Jake Swensen.Stefan Sperling
2016-07-21Make rtwn(4) and urtwn(4) respect the RTS threshold set by net80211.Stefan Sperling
2016-07-20Unbreak ural(4), which had been dropping frames on Tx whileStefan Sperling
2016-07-20ATI controllers seem to need the same workaround as VIA controllers.Martin Pieuchot
2016-06-27add ure(4), a driver for Realtek RTL8152 10/100 USB Ethernet adapters,Jonathan Matthew
2016-06-20Make umb(4) less verbose by default. 'ifconfig umb0 debug' enables verbose mode.Stefan Sperling
2016-06-19Rework how umb(4) attaches such that it also works with devices that implementMark Kettenis
2016-06-19Add define for NCM.Mark Kettenis
2016-06-17Merge a lot of code from urtwn(4) into rtwn(4). Both drivers now share codeStefan Sperling
2016-06-17Replace tsleep/wakeup by usbd_ref_incr/decr/wait to wait for the kthreadMarcus Glocker
2016-06-15Add umb(4) - a driver for the Mobile Broadband Interface Model (MBIM)Gerhard Roth
2016-06-15No need for a special DVACT_DEACTIVATE hook, autoconf(9) knows howMartin Pieuchot
2016-06-14Add missing line feed to DPRINTF makes debug reading easier.Marcus Glocker
2016-06-13Remove tracking of endpoints in utvfu_{as,vs}_iface structs as theseMarcus Glocker
2016-06-13Ensure expected video endpoint has wMaxPacketSize > 0 duringMarcus Glocker
2016-06-13* Start/stop audio bulk thread as consumer opens/closes device.Marcus Glocker
2016-06-13Remove the restriction for the usbd_ref_* functions to work just in caseMarcus Glocker
2016-06-13Do not execute the callback if the device is beeing detached.Martin Pieuchot
2016-06-05Use the new input functions of wsmouse in mouse and touchscreen drivers.Ulf Brosziewski
2016-06-05Use the new input functions of wsmouse in mouse and touchscreen drivers.Ulf Brosziewski
2016-06-02Fix typo in comment.Marcus Glocker
2016-06-01Not all architectures implicitly #include <sys/device.h> via earlierTheo de Raadt
2016-06-01Netgear/Sierra Aircard 340UChris Cappuccio
2016-06-01Correctly set the V4L2_BUF_FLAG_QUEUED and V4L2_BUF_FLAG_DONE buffer flags.Marcus Glocker
2016-06-01regenMarcus Glocker
2016-06-01New USB device driver for Audio/Video capture devices based on theMarcus Glocker
2016-06-01regenChris Cappuccio
2016-06-01Netgear/Sierra Aircard 340UChris Cappuccio
2016-05-28Do the endpoint verification before opening the pipe on the selectedMarcus Glocker
2016-05-26Remove superfluous loop counter to set alternate video interface since weMarcus Glocker
2016-05-24Kill unused ioctl(2)s.Martin Pieuchot
2016-05-23Support Airprime/Sierra AirCard 313U, Netgear/Sierra AirCard 770SChris Cappuccio
2016-05-23Get rid of usbd_get_device_strings() because we use it only once.Martin Pieuchot
2016-05-21Free the cache if the string cannot be retrieved. This allows thePatrick Wildt
2016-05-20Fix pasto; v4l2_buf.flags = V4L2_MEMORY_MMAP -> V4L2_BUF_FLAG_MAPPED.Marcus Glocker
2016-05-20resyncChris Cappuccio
2016-05-20Hello LTE Airprime/Sierra Aircard 313U, Netgear/Sierra Aircard 770SChris Cappuccio
2016-05-18Cache vendor, product and serial info for each usb device. This allowsPatrick Wildt
2016-05-17Plug some gaping holes in the v4l2 ioctl interfaces that would leak kernelMark Kettenis
2016-04-13G/C IFQ_SET_READY().Martin Pieuchot
2016-04-12Call ether_fakeaddr() instead of faking Ethernet addresses manually.Martin Pieuchot
2016-03-31The USB console port on Aruba 7xxx wireless controllers shows up asReyk Floeter
2016-03-31syncReyk Floeter
2016-03-31Add Aruba CP210x for the integrated "Aruba Networks USB to UART BridgeReyk Floeter
2016-03-30Add support for multitouch input to wsmouse.Ulf Brosziewski
2016-03-21Replace magic number in urtwn(4) with corresponding macro from ic/r92creg.h.Stefan Sperling