summaryrefslogtreecommitdiff
path: root/sys/dev/usb
AgeCommit message (Expand)Author
2016-02-14Restore maximum number of host keys to 64.Hans Petter Selasky
2016-02-14Fix variable assignment inside if-clause in the smsc driver.Hans Petter Selasky
2016-02-14Reduce the number of supported WLAN keys in the rum driver, else weHans Petter Selasky
2016-02-10Correct PCI device description.Hans Petter Selasky
2016-02-01These files were getting sys/malloc.h and vm/uma.h with header pollutionGleb Smirnoff
2016-01-30EHCI: Correct address of EHCI_USBMODE_LPM register is 0xC8, not 0xA8.Michal Meloun
2016-01-28EHCI: Make core reset and port speed reading more generic.Michal Meloun
2016-01-20urtwn: add temperature calibrationAndriy Voskoboinyk
2016-01-20urtwn: rework debug handlingAndriy Voskoboinyk
2016-01-20urtwn: use ic_updateslot method to handle slot time changeAndriy Voskoboinyk
2016-01-20Improve attachment of the ehci_mv driverZbigniew Bodek
2016-01-17Make PPS ASSERT/CLEAR events match the RS-232 signal levels as per RFC 2783.Ian Lepore
2016-01-17urtwn: add ROM structure for RTL8188EUAndriy Voskoboinyk
2016-01-16Move ohci files to their proper place in the tree for atmel.Warner Losh
2016-01-15Use the recently added "make_dev_s()" function to solve old race setting theHans Petter Selasky
2016-01-07net80211 drivers: fix ieee80211_init_channels() usageAndriy Voskoboinyk
2016-01-05Fix for directly connected FULL or LOW speed USB devices.Hans Petter Selasky
2016-01-04urtwn: add bits for R92C_HWSEQ_CTRL and R92C_TXPAUSE registersAndriy Voskoboinyk
2015-12-31Add suppoort for the Sitecom LN-031Kristof Provost
2015-12-29Update metadata for "tools/tools/bus_autoconf" after r292080. UseHans Petter Selasky
2015-12-24Ads support to the xhci pci attachment to use MSI-X interrupts whenAndrew Turner
2015-12-16Flag the first port on a Sheevaplug ftdi serial device as jtag.Ian Lepore
2015-12-15urtwn: fix off-by-one error.Andriy Voskoboinyk
2015-12-14urtwn: add raw Tx path.Andriy Voskoboinyk
2015-12-14urtwn: fix frame processing in the Rx path.Andriy Voskoboinyk
2015-12-14urtwn: add TSF field into RX radiotap header.Andriy Voskoboinyk
2015-12-13wpi, rum and urtwn: update copyright headersAndriy Voskoboinyk
2015-12-13urtwn: add support for hardware encryption (WEP, TKIP and CCMP)Andriy Voskoboinyk
2015-12-13urtwn: add a command queue for sleepable tasks.Andriy Voskoboinyk
2015-12-13urtwn(4): setup channel frequency/flags for radiotap in urtwn_set_channel()Andriy Voskoboinyk
2015-12-13urtwn: add rate control support for RTL8188EU.Andriy Voskoboinyk
2015-12-13net80211: remove hardcoded slot time durations from driversAndriy Voskoboinyk
2015-12-11Create a USB_PNP_INFO and use it to export the existing PNPWarner Losh
2015-12-10All 2-endpoints configs have high and normal pariority queues.Kevin Lo
2015-12-09urtwn: add WME supportAndriy Voskoboinyk
2015-12-07When setting up VLANs on a Raspberry Pi ethernet port, the MTU dropsHans Petter Selasky
2015-12-06- Fix Tx queues to USB endpoints mappingKevin Lo
2015-12-05urtwn: fix some regressions after r290630Andriy Voskoboinyk
2015-12-03urtwn(4): add error handling for urtwn_write_X() functions.Andriy Voskoboinyk
2015-12-03urtwn(4): move duplicate code from urtwn_(r92c/r88e)_dma_init()Andriy Voskoboinyk
2015-12-01Add initial support for RTL8152 USB Fast Ethernet. RTL8152 supportsKevin Lo
2015-11-24urtwn(4): rework ROM reading.Andriy Voskoboinyk
2015-11-23Fix compile warning about shifting signed negative constant.Hans Petter Selasky
2015-11-21Add support for Kana and Eisu keys to the USB keyboard driver.Hans Petter Selasky
2015-11-10urtwn(4): add IBSS mode supportAndriy Voskoboinyk
2015-11-10Update the wsp driver to support newer touch pads, like found inHans Petter Selasky
2015-11-10urtwn(4): fix the build.Andriy Voskoboinyk
2015-11-10urtwn(4): add HOSTAP mode support.Andriy Voskoboinyk
2015-11-09urtwn(4): refactor and fix TX path.Andriy Voskoboinyk
2015-11-08urtwn(4): improve RX filter.Andriy Voskoboinyk