summaryrefslogtreecommitdiff
path: root/sys/dev/usb
AgeCommit message (Expand)Author
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
2015-12-18Remove two error-on-NULL conditions for allocations that can't fail.mmcc
2015-12-17Missing include, spotted by benoit@Martin Pieuchot
2015-12-16Refactor umass_detach() in order to pass a size to free(9).Martin Pieuchot
2015-12-11Replace mountroothook_establish(9) by config_mountroot(9) a narrower APIMartin Pieuchot
2015-12-11Work around Nvidia EHCI controllers bugs.Martin Pieuchot
2015-12-09cleanup macbook air iso keyboard supportJoerg Jung
2015-12-08Match 3rd party Xbox 360 controllers, from Christian Heckendorf.Martin Pieuchot
2015-12-04Activate functions should in general return 0 for events they don't handle.Mark Kettenis
2015-12-02Add missing parentheses. Fix from NetBSD.YASUOKA Masahiko
2015-12-02Do not change the status of a transfer before giving it back to theMartin Pieuchot
2015-11-30Add support for the touchpad found on the MacBooPro12,1.Mark Kettenis
2015-11-29Unconnected xhci(4) super speed ports may come up with the XHCI_PS_WRC,Mark Kettenis
2015-11-29Clear the UPS_C_PORT_RESET feature when exploring. Apparently xhci(4) superMark Kettenis
2015-11-27Attach the iPhone 6 as ugen(4), from Laurent GUALDI.Martin Pieuchot
2015-11-27regenMartin Pieuchot
2015-11-27iPhone 6, from Laurent GUALDI.Martin Pieuchot
2015-11-25Network drivers should not include <net/route.h> or <net/netisr.h>Martin Pieuchot
2015-11-25replace IFF_OACTIVE manipulation with mpsafe operations.David Gwynne
2015-11-24You only need <net/if_dl.h> if you're using LLADDR() or a sockaddr_dl.Martin Pieuchot
2015-11-24No need for "vlan.h" if you don't check for "#if NVLAN > 0".Martin Pieuchot
2015-11-24No need to include <net/if_arp.h>Martin Pieuchot
2015-11-24The only network driver needing <net/if_types.h> is upl(4) for IFT_OTHER.Martin Pieuchot
2015-11-22too many arguments to function 'ifq_deq_begin'David Gwynne
2015-11-20shuffle struct ifqueue so in flight mbufs are protected by a mutex.David Gwynne
2015-11-15Declare 802.11n mode and channel flags. Tweak 11n related fields in structStefan Sperling
2015-11-14Add missing header found while removing <sys/srp.h> from <sys/param.h>Martin Pieuchot
2015-11-13regenStefan Sperling
2015-11-13Add USB device ID found in an RTL8192EU device.Stefan Sperling
2015-11-13Check for space on the ring before dequeuing packets.Martin Pieuchot
2015-11-11Kill useless IFQ_POLL().Martin Pieuchot
2015-11-07Spell `unused' correctly.Miod Vallat
2015-11-05for mice with wheels, check for W direction at AC Pan input used inJoshua Stein
2015-11-04replace the ifqueues in net80211 with mbuf_queues.David Gwynne
2015-11-02Delay root hub interrupt processing to the soft-interrupt path in orderMartin Pieuchot
2015-11-02Mark xhci_intr() as IPL_MPSAFE since it only schedules a soft-interrupt.Martin Pieuchot
2015-10-25arp_ifinit() is no longer needed.Martin Pieuchot
2015-10-24Wait a short while between setting a USB device's address and reloadingStefan Sperling
2015-10-19Revert transfer submission to r1.85. Seems to make okan@'s scannerMartin Pieuchot
2015-10-13Prevent a NULL-pointer dereference when closing a ugen(4) nodeMartin Pieuchot