summaryrefslogtreecommitdiff
path: root/sys/dev/usb
AgeCommit message (Expand)Author
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
2013-12-15Fix ubt compilation after my last usbd_dying sprint.Paul Irofti
2013-12-14remove a duplicated includ file.Yojiro Uo
2013-12-13add an entry for "IIJmobile 510FU"Yojiro Uo
2013-12-13regenYojiro Uo
2013-12-13add IIJmobile 510FUYojiro Uo
2013-12-13regenYojiro Uo
2013-12-13add FUJITSU component FX-5251WBYojiro Uo
2013-12-13add SACOM USB485BLYojiro Uo
2013-12-13regenYojiro Uo
2013-12-13add vendor SACOM (0ba0h)Yojiro Uo
2013-12-13Rewrite receive filter handling and ioctl bits.Brad Smith
2013-12-11Clean up the ioctl handler to be in line with most of the otherBrad Smith
2013-12-09Fix crash on urndis(4) detachPaul Irofti
2013-12-09Mark a few functions with __unused.Brad Smith
2013-12-07Some cleaning up of the ioctl handling bits to bring things in lineBrad Smith
2013-12-06Add a DVACT_WAKEUP op to the *_activate() API. This is called after theTheo de Raadt
2013-12-05use dv_unit rather than storing local version (removed sc_unit insasano