summaryrefslogtreecommitdiff
path: root/sys/dev/usb
AgeCommit message (Expand)Author
2016-09-19dev/usb: add USB IDs for Realtek 802.11ac wireless adapters.Andriy Voskoboinyk
2016-09-14Improve USB polling mode by not locking any mutexes, asserting anyHans Petter Selasky
2016-09-08Correctly map the USB mouse tilt delta values into buttons 5 and 6Hans Petter Selasky
2016-09-07rum: fix possible panic on device detach (similar to r302034).Andriy Voskoboinyk
2016-09-07rum: use mgmt frame rate for EAPOL frames.Andriy Voskoboinyk
2016-09-06rum: use m_get2() in Rx path.Andriy Voskoboinyk
2016-09-06rum: fix frame length checks in Rx path.Andriy Voskoboinyk
2016-09-05rum: do not restart device when protmode / rtsthreshold is changed.Andriy Voskoboinyk
2016-09-05Resolve deadlock between device_detach() and usbd_do_request_flags()Hans Petter Selasky
2016-09-04With clang 3.9.0, compiling uplcom results in the following warnings:Dimitry Andric
2016-08-30net/rndis: Packet types are defined by NDIS; not RNDIS specific.Sepherosa Ziehau
2016-08-24Fix key delay and repeat, part 2.Bruce Evans
2016-08-24Bring datasheet URL up to date.Kevin Lo
2016-08-24net/rndis: Add canonical RNDIS major/minor version as of today.Sepherosa Ziehau
2016-08-23Fix key delay and repeat, part 1.Bruce Evans
2016-08-23net: Split RNDIS protocol structs/macros out of dev/usb/net/if_urndisreg.hSepherosa Ziehau
2016-08-22Don't separate the status stage of the XHCI USB control transfers intoHans Petter Selasky
2016-08-22Further fixes for translation of PrintScreen/SysRq.Bruce Evans
2016-08-22Fix for invalid use of bits in input context. Basically splitHans Petter Selasky
2016-08-21Make the UKBD USB transfers double buffered and set them up one by one,Hans Petter Selasky
2016-08-21Fix translation of the PrintScreen/SysRq and Pause/Break keys. AlmostBruce Evans
2016-08-19Host controller is byte oriented. Fix wrong assumption on big-endianPyun YongHyeon
2016-08-19Fix build on big-endian systems.Pyun YongHyeon
2016-08-18When device is detached make sure to stop the controller and makePyun YongHyeon
2016-08-18In axge_stop(), clear medium receive enable bit which will stop RXPyun YongHyeon
2016-08-18When usbd_transfer_setup() fails, don't callPyun YongHyeon
2016-08-18Introduce axge_rxfilter() which configures RX filtering and replacePyun YongHyeon
2016-08-18Switch to TX header format rather than directly manipulating headerPyun YongHyeon
2016-08-18Rename cryptic RX filter constants with more readable ones.Pyun YongHyeon
2016-08-18Don't explicitly call MIIBUS_STATCHG() method handler. Link statePyun YongHyeon
2016-08-18Pass PHY location information and remove PHY access hack.Pyun YongHyeon
2016-08-09sys/dev: replace comma with semicolon when pertinent.Pedro F. Giffuni
2016-08-06Add Logitech Unifying receiver.Cy Schubert
2016-08-05Keep a reference count on USB keyboard polling to allow recursiveHans Petter Selasky
2016-07-29Improve error message.Edward Tomasz Napierala
2016-07-29Fix MTP description in the comment.Edward Tomasz Napierala
2016-07-29Add a generic EHCI USB driver based on the Allwinner A10 driver. It is ACPIAndrew Turner
2016-07-27Annotate the usb-serial drivers which always return 0 for line status,Ian Lepore
2016-07-27Translate modem status reg bits from ns16550 to SER_* values used by theIan Lepore
2016-07-26Translate modem status reg bits from ns16550 to SER_* values used by theIan Lepore
2016-07-26Translate modem status reg bits from ns16550 to SER_* values used by theIan Lepore
2016-07-26Actually return line status register values from umoscom_cfg_get_status().Ian Lepore
2016-07-10EXTRES: Add OF node as argument to all <foo>_get_by_ofw_<bar>() functions.Michal Meloun
2016-07-06Fix regression issue with XHCI on 32-bit ARMv7 Armada-38x. Make sureHans Petter Selasky
2016-07-04Fix interrupt loop when switching from USB device to USB host mode byHans Petter Selasky
2016-07-01Fix detection of USB device disconnects in USB host mode when the USBHans Petter Selasky
2016-06-29USB: Add Garmin FR230 device quirk (broken INQUIRY)Conrad Meyer
2016-06-22Update the definition for number of scratch pages to match the latestHans Petter Selasky
2016-06-21Get closer to a VIMAGE network stack teardown from top to bottom ratherBjoern A. Zeeb
2016-06-04[run] fix TSF locking in RX radiotap.Adrian Chadd