summaryrefslogtreecommitdiff
path: root/sys/dev/usb
AgeCommit message (Expand)Author
2014-03-08Dumb xhci(4) implementation.Martin Pieuchot
2014-03-08Recognize super speed devices, note that this driver sill usesMartin Pieuchot
2014-03-08Attach to host controller drivers advertising USB 3.0 support and assignMartin Pieuchot
2014-03-08Add various super speed defines, mostly the same as in FreeBSD toMartin Pieuchot
2014-03-08Add defines for upcoming USB 3.0 support.Martin Pieuchot
2014-03-08Pass M_ZERO to malloc(9) when allocating usbd pipes to make sure toMartin Pieuchot
2014-03-07Print the wrong device descriptor's bMaxPacketSize before correcting itMartin Pieuchot
2014-03-07Indtroduce usbd_get_hub_descriptor() to start cleaning uhub(4)'s mess.Martin Pieuchot
2014-03-07Use the revision number for coherency. No object change.Martin Pieuchot
2014-03-07Do not define per-driver DEBUG variable when USB_DEBUG is defined. It'sMartin Pieuchot
2014-03-07Transfer descriptors already have a back pointer to the USB deviceMartin Pieuchot
2014-03-07We already have three identical copies of the *hci_str() function,Martin Pieuchot
2014-03-06Turn usbd_xfer_isread() into a public function so that we can useMartin Pieuchot
2014-03-06Add include guards.Martin Pieuchot
2014-03-06Makes the "cleartoggle" function provided by HC drivers optionalMartin Pieuchot
2014-02-25Abort and close all the interrupt pipes when detaching HID devices sinceMartin Pieuchot
2014-02-24Partially revert r1.134, bring back the code suspending root hub's portsMartin Pieuchot
2014-02-15Correct the name of a Planex device and add some additionalJonathan Gray
2014-02-15regenJonathan Gray
2014-02-15Correct the name of a Planex device and add some additionalJonathan Gray
2014-02-09Make sure to close the default pipe before re-opening it when we wantMartin Pieuchot
2014-02-09Do not allow to unconfigure a device by setting the configurationMartin Pieuchot
2014-02-06revert some HID changes that broke on older modelsjoshua stein
2014-02-04Make sure the USB device pointer is valid even if attach fails sinceMartin Pieuchot
2014-02-03Check if the device is being detached when returning from tsleep() andMartin Pieuchot
2014-02-03Fix a null dereference introduced when converting this driver to useMartin Pieuchot
2014-01-30Do not match control interfaces if their associated data interface isMartin Pieuchot
2014-01-26Attempt to make user changes of keyboard layout a bit more `sticky' on wsmuxMiod Vallat
2014-01-22simplify ubcmtp_matchjoshua stein
2014-01-22udav(4): add CoreChip RD9700 supportsasano
2014-01-22add a missing argument to a printfJonathan Gray
2014-01-22add a missing argument to a debug printfJonathan Gray
2014-01-22re-generated from usbdevssasano
2014-01-22add CoreChip RD9700 (idVendor:idProduct=0x0fe6:0x9700) definitionsasano
2014-01-21Always fill in the broadcast address so as to handle broadcast packets ifBrad Smith
2014-01-20call usbd_deactivate() for DVACT_DEACTIVATEjoshua stein
2014-01-20add ubcmtp, a USB driver for Broadcom multitouch trackpads found onjoshua stein
2014-01-20define UIPROTO_BOOT_MOUSEjoshua stein
2014-01-18Make mos(4) pass received broadcast frames explicitly if not in promiscuousStefan Sperling
2014-01-15Remove a hack to update the address and packet length for every deviceMartin Pieuchot
2014-01-08Fix typo recieve -> receive.Alexander Bluhm
2014-01-08regenjoshua stein
2014-01-08add a bunch of newer apple wellspring keyboard/trackpad idsjoshua stein
2014-01-07syncTheo de Raadt
2014-01-07some more devices; Alexey E. SuslikovTheo de Raadt
2014-01-07syncTheo de Raadt
2014-01-07FTX support; from Chris HettrickTheo de Raadt
2014-01-07Remove unused fields.Martin Pieuchot
2013-12-17syncTheo de Raadt
2013-12-17elan products; Thomas PfaffTheo de Raadt