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
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
2000-11-08
Sync with NetBSD. Too many changes to mention. For now I have skipped
Aaron Campbell
2000-07-04
sync with NetBSD... well almost. someone w/ the hw should check umass.
Federico G. Schwindt
2000-04-04
Sync with NetBSD.
Aaron Campbell
2000-03-28
Much cleaner sync with NetBSD. Some #if defined() magic has been sent in the
Aaron Campbell
2000-03-26
Sync with NetBSD.
Aaron Campbell
1999-11-07
sync with NetBSD.
Federico G. Schwindt
1999-09-27
Sync with NetBSD.
Federico G. Schwindt
1999-08-31
sync with NetBSD;
Federico G. Schwindt
1999-08-27
Sync with NetBSD;
Federico G. Schwindt
1999-08-19
Sync with NetBSD.
Federico G. Schwindt
1999-08-13
From NetBSD; USB support.
Federico G. Schwindt