summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/ugen.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* from netbsd via freebsd via jsg@dlg2004-10-311-2/+5
* from freebsd, ugen.c 1.68 usbdi_util.c 1.27 usbdi_util.h 1.15dlg2004-07-211-1/+32
* put "do { } while (0)" wrappers on all the debug maroc functionsderaadt2004-07-081-3/+3
* kqueue support for various usb devices including: usb, uhid, ugen,nate2003-06-271-2/+128
* string cleanup; nate okderaadt2003-05-071-2/+2
* sync with NetBSDnate2002-11-111-8/+18
* update $NetBSD$ tagsnate2002-07-251-2/+2
* get rid of trailing whitespacenate2002-07-251-7/+7
* no provate cdev_decl()s, they are in sys/conf.h nowmickey2002-07-101-2/+2
* sync with NetBSDnate2002-07-091-75/+90
* make the timeout a function parameternate2002-07-091-2/+3
* Meant to commit only ulpt and committed everything. Most things weren't readynate2002-05-071-92/+76
* Sync ulpt driver with NetBSDnate2002-05-071-76/+92
* prefix structure members to avoid name clashes.nate2002-05-021-42/+42
* Synchronize usb code with NetBSD.nate2001-10-311-12/+27
* occured->occurredmpech2001-09-201-2/+2
* Sync with NetBSD. Tested with a USB keyboard, USB mouse, and three differentaaron2001-05-031-2/+2
* Another USB sync with NetBSD. We are still lacking an up-to-date umass(4)aaron2001-01-281-2/+2
* be consistant w/ ugenwrite on dprintf; aaron@ okmickey2000-11-211-4/+2
* Sync with NetBSD. Too many changes to mention. For now I have skippedaaron2000-11-081-87/+209
* sync with NetBSD... well almost. someone w/ the hw should check umass.fgsch2000-07-041-3/+4
* Sync with NetBSD. USB Ethernet drivers should work now.aaron2000-03-301-19/+19
* Much cleaner sync with NetBSD. Some #if defined() magic has been sent in theaaron2000-03-281-51/+53
* Sync with NetBSD.aaron2000-03-261-113/+144
* sync with NetBSD.fgsch1999-11-071-26/+45
* Sync with NetBSD.fgsch1999-09-271-18/+24
* sync with NetBSD;fgsch1999-08-311-3/+3
* Sync with NetBSD;fgsch1999-08-291-3/+3
* Sync with NetBSD;fgsch1999-08-271-16/+34
* Sync with NetBSD. Mostly FreeBSD related changes.fgsch1999-08-161-10/+39
* From NetBSD; USB support.fgsch1999-08-131-0/+1088