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
/
usb.h
Age
Commit message (
Expand
)
Author
2018-07-19
Reuse implicit padding to export the port number of a USB device in
Martin Pieuchot
2018-07-10
Change USB_DEVICEINFO to report USB port status/changes as currently
Martin Pieuchot
2017-09-01
Add macros for reading the bmAttributes field of the USB super speed
Stefan Sperling
2017-03-29
Match on class communications subclass abstract control model protocol
Jonathan Gray
2016-06-19
Add define for NCM.
Mark Kettenis
2016-06-15
Add umb(4) - a driver for the Mobile Broadband Interface Model (MBIM)
Gerhard Roth
2016-05-24
Kill unused ioctl(2)s.
Martin Pieuchot
2016-02-28
Remove USB_SET_IMMED ioctl and corresponding code and manpage bits.
Stefan Kempf
2015-07-09
Name unamed structures, from Ludovic Coues with some tweaks.
Martin Pieuchot
2015-06-29
Add missing definition of "usb_interface_assoc_descriptor" needed to for
Martin Pieuchot
2015-06-22
Make xhci(4)'s root hub report the same status bits as physical USB3 hubs.
Martin Pieuchot
2015-02-14
Define UPS_PORT_TEST as FreeBSD/NetBSD do.
Masao Uebayashi
2014-11-07
Give Super-Speed hubs a chance to route USB 3.0 transfers.
Martin Pieuchot
2014-11-01
Super-Speed port feature definitions.
Martin Pieuchot
2014-08-08
Super Speed hub descriptor definition and routine, required for upcoming
Martin Pieuchot
2014-03-08
Add various super speed defines, mostly the same as in FreeBSD to
Martin Pieuchot
2014-01-20
define UIPROTO_BOOT_MOUSE
joshua stein
2013-04-17
Add new ioctl command USB_DEVICE_GET_DDESC to usb(4) to retrieve the
Marcus Glocker
2013-04-08
Add new ioctl's USB_DEVICE_GET_CDESC and USB_DEVICE_GET_FDESC to usb(4).
Marcus Glocker
2013-03-16
Remove the 4.8 version of the USB device info ioctl.
Martin Pieuchot
2012-06-20
- urndis_match() should support multiple interface descriptors.
Federico G. Schwindt
2012-06-10
Remove leftovers from the "usb event" removal.
Martin Pieuchot
2012-01-08
Remove usb_event_cookie_t type and instances of it found in various structs;
Miod Vallat
2011-11-09
Add support for UISUBCLASS_MOBILE_DIRECT_LINE_MODEL to cdce(4).
Stuart Henderson
2011-03-04
Apparently keeping some USB devices in reset for too long makes them
Mark Kettenis
2011-01-15
* add 'udi_serial' to struct usb_device_info.
Jacob Meuser
2010-03-01
Add urndis(4), a driver for RNDIS Ethernet over USB.
Michael Knudsen
2008-12-09
assign ehcidebug to USB_DEBUG ioctl argument.
Yojiro Uo
2008-08-09
Add isochronous xfer support for ehci(4). From NetBSD.
Marcus Glocker
2008-06-29
add usb2.0 to usb1.1(ohci/uchi) handover request to usb subsystem.
Yojiro Uo
2008-06-26
First pass at removing clauses 3 and 4 from NetBSD licenses.
Ray Lai
2007-11-28
add the device and interface class codes for USB Video Class (UVC)
Robert Nagy
2007-07-27
Correct the length of the usb_string_descriptor_t and fix a possible
Marc Balmer
2007-06-17
No longer include usb_port.h, all macros have been converted to their C
Marc Balmer
2007-06-09
Remove the definition and use of UPACKED and replace it with our own __packed
Marc Balmer
2007-06-04
Last part of FreeBSD/NetBSD sepcific code removal.
Marc Balmer
2006-07-12
Do not split multibyte access on little endian architectures with no alignment
Miod Vallat
2006-06-23
A typo a day, keeps the dictionnary away.
Miod Vallat
2003-11-16
convert __attribute__((__packed__)) to __packed so that parsers unaware
Anil Madhavapeddy
2003-07-08
Sync USB code with NetBSD.
Nathan Binkert
2003-05-17
sync with NetBSD and add various local hacks to make things work correctly
Nathan Binkert
2002-07-25
get rid of trailing whitespace
Nathan Binkert
2002-06-11
add stack version #define.
Nathan Binkert
2002-05-09
Sync hid stuff including ukbd, ums, and uhid with NetBSD
Nathan Binkert
2002-05-07
Meant to commit only ulpt and committed everything. Most things weren't ready
Nathan Binkert
2002-05-07
Sync ulpt driver with NetBSD
Nathan Binkert
2002-05-02
prefix structure members to avoid name clashes.
Nathan Binkert
2001-10-31
Synchronize usb code with NetBSD.
Nathan Binkert
2001-10-04
Match a IEEE 1284.4 protocol. We do not support this protocol directly,
Grigoriy Orlov
2001-01-28
Another USB sync with NetBSD. We are still lacking an up-to-date umass(4)
Aaron Campbell
[next]