index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
usb
Age
Commit message (
Expand
)
Author
2014-03-08
Dumb xhci(4) implementation.
Martin Pieuchot
2014-03-08
Recognize super speed devices, note that this driver sill uses
Martin Pieuchot
2014-03-08
Attach to host controller drivers advertising USB 3.0 support and assign
Martin Pieuchot
2014-03-08
Add various super speed defines, mostly the same as in FreeBSD to
Martin Pieuchot
2014-03-08
Add defines for upcoming USB 3.0 support.
Martin Pieuchot
2014-03-08
Pass M_ZERO to malloc(9) when allocating usbd pipes to make sure to
Martin Pieuchot
2014-03-07
Print the wrong device descriptor's bMaxPacketSize before correcting it
Martin Pieuchot
2014-03-07
Indtroduce usbd_get_hub_descriptor() to start cleaning uhub(4)'s mess.
Martin Pieuchot
2014-03-07
Use the revision number for coherency. No object change.
Martin Pieuchot
2014-03-07
Do not define per-driver DEBUG variable when USB_DEBUG is defined. It's
Martin Pieuchot
2014-03-07
Transfer descriptors already have a back pointer to the USB device
Martin Pieuchot
2014-03-07
We already have three identical copies of the *hci_str() function,
Martin Pieuchot
2014-03-06
Turn usbd_xfer_isread() into a public function so that we can use
Martin Pieuchot
2014-03-06
Add include guards.
Martin Pieuchot
2014-03-06
Makes the "cleartoggle" function provided by HC drivers optional
Martin Pieuchot
2014-02-25
Abort and close all the interrupt pipes when detaching HID devices since
Martin Pieuchot
2014-02-24
Partially revert r1.134, bring back the code suspending root hub's ports
Martin Pieuchot
2014-02-15
Correct the name of a Planex device and add some additional
Jonathan Gray
2014-02-15
regen
Jonathan Gray
2014-02-15
Correct the name of a Planex device and add some additional
Jonathan Gray
2014-02-09
Make sure to close the default pipe before re-opening it when we want
Martin Pieuchot
2014-02-09
Do not allow to unconfigure a device by setting the configuration
Martin Pieuchot
2014-02-06
revert some HID changes that broke on older models
joshua stein
2014-02-04
Make sure the USB device pointer is valid even if attach fails since
Martin Pieuchot
2014-02-03
Check if the device is being detached when returning from tsleep() and
Martin Pieuchot
2014-02-03
Fix a null dereference introduced when converting this driver to use
Martin Pieuchot
2014-01-30
Do not match control interfaces if their associated data interface is
Martin Pieuchot
2014-01-26
Attempt to make user changes of keyboard layout a bit more `sticky' on wsmux
Miod Vallat
2014-01-22
simplify ubcmtp_match
joshua stein
2014-01-22
udav(4): add CoreChip RD9700 support
sasano
2014-01-22
add a missing argument to a printf
Jonathan Gray
2014-01-22
add a missing argument to a debug printf
Jonathan Gray
2014-01-22
re-generated from usbdevs
sasano
2014-01-22
add CoreChip RD9700 (idVendor:idProduct=0x0fe6:0x9700) definition
sasano
2014-01-21
Always fill in the broadcast address so as to handle broadcast packets if
Brad Smith
2014-01-20
call usbd_deactivate() for DVACT_DEACTIVATE
joshua stein
2014-01-20
add ubcmtp, a USB driver for Broadcom multitouch trackpads found on
joshua stein
2014-01-20
define UIPROTO_BOOT_MOUSE
joshua stein
2014-01-18
Make mos(4) pass received broadcast frames explicitly if not in promiscuous
Stefan Sperling
2014-01-15
Remove a hack to update the address and packet length for every device
Martin Pieuchot
2014-01-08
Fix typo recieve -> receive.
Alexander Bluhm
2014-01-08
regen
joshua stein
2014-01-08
add a bunch of newer apple wellspring keyboard/trackpad ids
joshua stein
2014-01-07
sync
Theo de Raadt
2014-01-07
some more devices; Alexey E. Suslikov
Theo de Raadt
2014-01-07
sync
Theo de Raadt
2014-01-07
FTX support; from Chris Hettrick
Theo de Raadt
2014-01-07
Remove unused fields.
Martin Pieuchot
2013-12-17
sync
Theo de Raadt
2013-12-17
elan products; Thomas Pfaff
Theo de Raadt
[next]