Age | Commit message (Expand) | Author |
2007-06-05 | Remove the "Static" declaration of many functions. It was defined to be empty | Marc Balmer |
2007-06-03 | delete two extra lines which are not needed because that is how strings | Theo de Raadt |
2007-05-21 | Remove logprintf macro | Jonathan Gray |
2007-02-28 | place types needed by usbdevs_data.h, directly into that file so that it | Theo de Raadt |
2006-07-17 | Prefer malloc over the stack for an array of 256 pointers. ok dlg@ | Miod Vallat |
2006-07-16 | some knf, no binary change | David Gwynne |
2006-07-16 | get rid of ifdef __OtherBSD__ cruft | David Gwynne |
2006-06-26 | fix typos in debug messages | Michael Coulter |
2006-05-31 | Save and restore the data toggle value when a pipe to an endpoint | Christopher Pascoe |
2006-05-01 | Zero the memory allocated for subdevs[], preventing a quick trip to | Kenneth R Westerback |
2005-11-21 | Move contents of sys/select.h to sys/selinfo.h in preparation for a | Todd C. Miller |
2005-10-17 | Store the usb device names and vendors in more compact structures. | Dale Rahn |
2005-10-10 | Don't clear possibly non-existant stall condition while setting up the | Kenneth R Westerback |
2005-08-01 | Don't keep the devinfo string on the stack, instead use malloc/free. | Brad Smith |
2005-07-18 | remove trailing newline in panic(9); ok millert@ and deraadt@ | Federico G. Schwindt |
2005-04-21 | Relocate debugging printf so it describes the right thing. | Christopher Pascoe |
2005-04-16 | use snprintf to avoid crossing the overflow point; ok otto | Theo de Raadt |
2005-04-16 | change usbd_printBCD() to return number of bytes really placed or 0, not | Theo de Raadt |
2005-03-13 | Merge support for USB1 devices located beyond USB2 hubs, mostly from netbsd. | Christopher Pascoe |
2004-12-12 | backout the original method of reattaching a usb device now that we have | David Gwynne |
2004-11-08 | ugly ugly hack to allow a usb device to do a full reset of the port during | David Gwynne |
2004-11-02 | fix getting strings off a device which broke with the removal of the | David Gwynne |
2004-10-31 | from netbsd via freebsd via jsg@ | David Gwynne |
2004-08-30 | Remove 'usb_'realloc() usage because it doesn't know the size of the old | Dale Rahn |
2004-07-08 | put "do { } while (0)" wrappers on all the debug maroc functions | Theo de Raadt |
2003-07-08 | Sync USB code with NetBSD. | Nathan Binkert |
2003-05-18 | try a little harder to attach devices that are really slow | Nathan Binkert |
2003-05-07 | string cleanup; nate ok | Theo de Raadt |
2003-04-27 | strcpy/sprintf cleanup of sys/dev. miod@, deraadt@ says to commit. | Hakan Olsson |
2002-07-25 | get rid of trailing whitespace | 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-03-22 | contify usbdevs a little | Michael Shalayeff |
2001-01-28 | Another USB sync with NetBSD. We are still lacking an up-to-date umass(4) | Aaron Campbell |
2001-01-27 | re-arrange tables as pcidevs was changed; huge space savings | Theo de Raadt |
2000-11-08 | Sync with NetBSD. Too many changes to mention. For now I have skipped | Aaron Campbell |
2000-09-07 | Put back a fix that fgsch@ whacked during the last NetBSD USB sync: | Aaron Campbell |
2000-07-04 | sync with NetBSD... well almost. someone w/ the hw should check umass. | Federico G. Schwindt |
2000-04-14 | Sync with NetBSD. | Aaron Campbell |
2000-04-08 | If the vendor name is NULL, do not output a leading space; reported by deraadt@ | Aaron Campbell |
2000-03-30 | Sync with NetBSD. USB Ethernet drivers should work now. | 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-27 | Sync with NetBSD; | Federico G. Schwindt |
1999-08-19 | Sync with NetBSD. | Federico G. Schwindt |
1999-08-16 | Sync with NetBSD. Mostly FreeBSD related changes. | Federico G. Schwindt |