summaryrefslogtreecommitdiff
path: root/sys/dev/usb
AgeCommit message (Expand)Author
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
2016-03-20Update the axen driver to initialize the hardware on reset. Change was sugges...Brandon Mercer
2016-03-19Remove the unused flags argument from VOP_UNLOCK().natano
2016-03-19Reduces the noise around the global ``ticks'' variable by renaming allMartin Pieuchot
2016-03-19Reduces the noise around the global ``ticks'' variable by renamingMartin Pieuchot
2016-03-17'miliseconds' -> 'milliseconds' in comments.Kenneth R Westerback
2016-03-16Make urndis(4) print tx/rx errors only if compiled in DEBUG mode.Stefan Sperling
2016-03-11don't check a stack-allocated array against NULLmmcc
2016-03-09Remove pointless function pointers from urtwn(4) softc. They didn't serveStefan Sperling
2016-03-07For rtwn(4) and urtwn(4) inline driver-specific definitions in theirStefan Sperling
2016-03-07Merge TX/RX descriptors used by rtwn(4) and urtwn(4) into common header file.Stefan Sperling
2016-03-07Merge rtwn(4) and urtwn(4) register definitions into a common header file.Stefan Sperling
2016-03-03Convert uiomovei to uiomove. Fixes a few integer truncations along theStefan Kempf
2016-02-28Remove USB_SET_IMMED ioctl and corresponding code and manpage bits.Stefan Kempf
2016-02-10Permit negative x and y coordinates in mouse.scale for uts and ums.Philip Guenther
2016-01-22If usb_fill_udf_task() failed to fill the struct, udf_data stillAlexander Bluhm
2016-01-20remove an unused ifp variableJonathan Gray
2016-01-14Prevent a NULL dereference when detaching a USB device with ugen(4)Martin Pieuchot
2016-01-12properly initialize quirks before sending them to hid layer, brokenJoshua Stein
2016-01-09revert manual additions of hid.h now that usbhid.h brings it inJoshua Stein
2016-01-09include dev/hid/hid.h from dev/usb/usbhid.h, so all previous usersJoshua Stein
2016-01-09move UHID_* definitions back to usbhid.h where they were before theJoshua Stein
2016-01-08Move HID support files out of dev/usb into new dev/hid directoryJoshua Stein
2016-01-08uonerng(4) a driver for the Moonbase Otago OneRNG, from Devin Reade.Martin Pieuchot
2016-01-08regenMartin Pieuchot
2016-01-08OpenMoko OneRNG, from Devin Reade.Martin Pieuchot
2016-01-07Rename some wrongly defined *_CONFIG_NO into *_CONFIG_INDEX.Martin Pieuchot
2016-01-05Remove the IEEE80211_NO_HT macro. Reduces ifdef spaghetti, enables 11n modeStefan Sperling
2015-12-25enable iso keyboard munge fix for macbookair6,2Joerg Jung
2015-12-24more e-mail -> emailmmcc
2015-12-23Drop unused goto label.Visa Hankala
2015-12-20Do not delay video(4) attachment if the device does not need to loadMartin Pieuchot
2015-12-18Fix urtw(4) on big-endian architectures. Patch by Cedric Tessier.Stefan Sperling