Age | Commit message (Expand) | Author |
2008-05-19 | do not leak memory if there is no power source. code is ifdef USB_DEBUG. | Federico G. Schwindt |
2008-05-19 | try a few times before giving up while getting the device descriptor. if | Federico G. Schwindt |
2007-11-04 | improve/repair locator printing; ok jsg | Theo de Raadt |
2007-10-11 | treat usb vendor/product names as a locator, and have usbd_print handle it, | Theo de Raadt |
2007-10-11 | serialize usbd_probe_and_attach(); only let one usb device be match'd and | Theo de Raadt |
2007-10-06 | Simpliest memset(,0,) -> M_ZERO changes. One (caddr *) cast removal, | Kenneth R Westerback |
2007-09-11 | KNF | Gilles Chehade |
2007-09-09 | add string length arguments to some functions, and do not copy a string | Theo de Raadt |
2007-09-09 | more M_ZERO conversions; ok krw@. | Federico G. Schwindt |
2007-07-21 | no need to say in two ways "a set of usb devices went away"; ok by a few | Theo de Raadt |
2007-06-12 | Remove the definition and use of the device_ptr_t which was a struct device *. | Marc Balmer |
2007-06-11 | Remove the definiton and usage of the USB_DO_ATTACH macro. It was a wrapper | Marc Balmer |
2007-06-10 | Get rid of the USBDEVPTRNAME macro. | Marc Balmer |
2007-06-10 | Remove the definition and use of USBDEVUNIT. | Marc Balmer |
2007-06-10 | Remove the definition and use of the USBDEVNAME macro. | Marc Balmer |
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 |