summaryrefslogtreecommitdiff
path: root/sys/dev/usb/usb.h
AgeCommit message (Expand)Author
2012-06-20- urndis_match() should support multiple interface descriptors.Federico G. Schwindt
2012-06-10Remove leftovers from the "usb event" removal.Martin Pieuchot
2012-01-08Remove usb_event_cookie_t type and instances of it found in various structs;Miod Vallat
2011-11-09Add support for UISUBCLASS_MOBILE_DIRECT_LINE_MODEL to cdce(4).Stuart Henderson
2011-03-04Apparently keeping some USB devices in reset for too long makes themMark Kettenis
2011-01-15* add 'udi_serial' to struct usb_device_info.Jacob Meuser
2010-03-01Add urndis(4), a driver for RNDIS Ethernet over USB.Michael Knudsen
2008-12-09assign ehcidebug to USB_DEBUG ioctl argument.Yojiro Uo
2008-08-09Add isochronous xfer support for ehci(4). From NetBSD.Marcus Glocker
2008-06-29add usb2.0 to usb1.1(ohci/uchi) handover request to usb subsystem.Yojiro Uo
2008-06-26First pass at removing clauses 3 and 4 from NetBSD licenses.Ray Lai
2007-11-28add the device and interface class codes for USB Video Class (UVC)Robert Nagy
2007-07-27Correct the length of the usb_string_descriptor_t and fix a possibleMarc Balmer
2007-06-17No longer include usb_port.h, all macros have been converted to their CMarc Balmer
2007-06-09Remove the definition and use of UPACKED and replace it with our own __packedMarc Balmer
2007-06-04Last part of FreeBSD/NetBSD sepcific code removal.Marc Balmer
2006-07-12Do not split multibyte access on little endian architectures with no alignmentMiod Vallat
2006-06-23A typo a day, keeps the dictionnary away.Miod Vallat
2003-11-16convert __attribute__((__packed__)) to __packed so that parsers unawareAnil Madhavapeddy
2003-07-08Sync USB code with NetBSD.Nathan Binkert
2003-05-17sync with NetBSD and add various local hacks to make things work correctlyNathan Binkert
2002-07-25get rid of trailing whitespaceNathan Binkert
2002-06-11add stack version #define.Nathan Binkert
2002-05-09Sync hid stuff including ukbd, ums, and uhid with NetBSDNathan Binkert
2002-05-07Meant to commit only ulpt and committed everything. Most things weren't readyNathan Binkert
2002-05-07Sync ulpt driver with NetBSDNathan Binkert
2002-05-02prefix structure members to avoid name clashes.Nathan Binkert
2001-10-31Synchronize usb code with NetBSD.Nathan Binkert
2001-10-04Match a IEEE 1284.4 protocol. We do not support this protocol directly,Grigoriy Orlov
2001-01-28Another USB sync with NetBSD. We are still lacking an up-to-date umass(4)Aaron Campbell
2000-11-08Sync with NetBSD. Too many changes to mention. For now I have skippedAaron Campbell
2000-07-04sync with NetBSD... well almost. someone w/ the hw should check umass.Federico G. Schwindt
2000-04-04Sync with NetBSD.Aaron Campbell
2000-03-28Much cleaner sync with NetBSD. Some #if defined() magic has been sent in theAaron Campbell
2000-03-26Sync with NetBSD.Aaron Campbell
1999-11-07sync with NetBSD.Federico G. Schwindt
1999-09-27Sync with NetBSD.Federico G. Schwindt
1999-08-31sync with NetBSD;Federico G. Schwindt
1999-08-27Sync with NetBSD;Federico G. Schwindt
1999-08-19Sync with NetBSD.Federico G. Schwindt
1999-08-13From NetBSD; USB support.Federico G. Schwindt