| Commit message (Expand) | Author | Age | Files | Lines |
| * | Set the usb(4) unit number as bus number. This fixes a possible |  mpi | 2012-05-15 | 1 | -2/+2 |
| * | Remove usb_event_cookie_t type and instances of it found in various structs; |  miod | 2012-01-08 | 1 | -5/+1 |
| * | garbage collect "usb events". without /dev/usb there is no way to access |  jakemsr | 2011-01-25 | 1 | -4/+1 |
| * | * instead of NULLing pointers to interface descriptors in the uaa, mark |  jakemsr | 2011-01-16 | 1 | -23/+34 |
| * | * add 'udi_serial' to struct usb_device_info. |  jakemsr | 2011-01-15 | 1 | -1/+5 |
| * | - use nitems() |  jasper | 2010-12-17 | 1 | -2/+2 |
| * | don't delay if the device is dying |  jakemsr | 2010-12-15 | 1 | -1/+4 |
| * | call config_deactivate() before config_detach() when detaching devices. |  jakemsr | 2010-12-06 | 1 | -1/+5 |
| * | tsleep on a static and private handle, since our goal is to not be |  deraadt | 2010-09-24 | 1 | -2/+5 |
| * | cap device's speed to the parent's one if higher. from FreeBSD. |  fgsch | 2009-01-14 | 1 | -1/+12 |
| * | change a device descriptor get logic during the enumeration process. |  yuo | 2008-11-24 | 1 | -7/+37 |
| * | revert part of rev. 1.65 where we set the address earlier. this seems |  fgsch | 2008-08-03 | 1 | -24/+16 |
| * | When getting the string descriptors, fetch 2 bytes (size and type) first, |  fgsch | 2008-07-28 | 1 | -3/+3 |
| * | add usb2.0 to usb1.1(ohci/uchi) handover request to usb subsystem. |  yuo | 2008-06-29 | 1 | -1/+51 |
| * | First pass at removing clauses 3 and 4 from NetBSD licenses. |  ray | 2008-06-26 | 1 | -8/+1 |
| * | print vendor and product in hexa on debug. |  fgsch | 2008-06-21 | 1 | -2/+2 |
| * | do not leak memory if there is no power source. code is ifdef USB_DEBUG. |  fgsch | 2008-05-19 | 1 | -2/+3 |
| * | try a few times before giving up while getting the device descriptor. if |  fgsch | 2008-05-19 | 1 | -19/+30 |
| * | improve/repair locator printing; ok jsg |  deraadt | 2007-11-04 | 1 | -4/+4 |
| * | treat usb vendor/product names as a locator, and have usbd_print handle it, |  deraadt | 2007-10-11 | 1 | -20/+14 |
| * | serialize usbd_probe_and_attach(); only let one usb device be match'd and |  deraadt | 2007-10-11 | 1 | -14/+31 |
| * | Simpliest memset(,0,) -> M_ZERO changes. One (caddr *) cast removal, |  krw | 2007-10-06 | 1 | -3/+2 |
| * | KNF |  gilles | 2007-09-11 | 1 | -2/+2 |
| * | add string length arguments to some functions, and do not copy a string |  deraadt | 2007-09-09 | 1 | -27/+31 |
| * | more M_ZERO conversions; ok krw@. |  fgsch | 2007-09-09 | 1 | -3/+2 |
| * | no need to say in two ways "a set of usb devices went away"; ok by a few |  deraadt | 2007-07-21 | 1 | -6/+5 |
| * | Remove the definition and use of the device_ptr_t which was a struct device *. |  mbalmer | 2007-06-12 | 1 | -7/+7 |
| * | Remove the definiton and usage of the USB_DO_ATTACH macro. It was a wrapper |  mbalmer | 2007-06-11 | 1 | -4/+4 |
| * | Get rid of the USBDEVPTRNAME macro. |  mbalmer | 2007-06-10 | 1 | -6/+6 |
| * | Remove the definition and use of USBDEVUNIT. |  mbalmer | 2007-06-10 | 1 | -2/+2 |
| * | Remove the definition and use of the USBDEVNAME macro. |  mbalmer | 2007-06-10 | 1 | -3/+3 |
| * | Remove the "Static" declaration of many functions. It was defined to be empty |  mbalmer | 2007-06-05 | 1 | -15/+15 |
| * | delete two extra lines which are not needed because that is how strings |  deraadt | 2007-06-03 | 1 | -3/+1 |
| * | Remove logprintf macro |  jsg | 2007-05-21 | 1 | -3/+3 |
| * | place types needed by usbdevs_data.h, directly into that file so that it |  deraadt | 2007-02-28 | 1 | -18/+1 |
| * | Prefer malloc over the stack for an array of 256 pointers. ok dlg@ |  miod | 2006-07-17 | 1 | -3/+9 |
| * | some knf, no binary change |  dlg | 2006-07-16 | 1 | -68/+66 |
| * | get rid of ifdef __OtherBSD__ cruft |  dlg | 2006-07-16 | 1 | -63/+1 |
| * | fix typos in debug messages |  mjc | 2006-06-26 | 1 | -2/+2 |
| * | Save and restore the data toggle value when a pipe to an endpoint |  pascoe | 2006-05-31 | 1 | -1/+2 |
| * | Zero the memory allocated for subdevs[], preventing a quick trip to |  krw | 2006-05-01 | 1 | -4/+5 |
| * | Move contents of sys/select.h to sys/selinfo.h in preparation for a |  millert | 2005-11-21 | 1 | -2/+2 |
| * | Store the usb device names and vendors in more compact structures. |  drahn | 2005-10-17 | 1 | -18/+26 |
| * | Don't clear possibly non-existant stall condition while setting up the |  krw | 2005-10-10 | 1 | -4/+1 |
| * | Don't keep the devinfo string on the stack, instead use malloc/free. |  brad | 2005-08-01 | 1 | -2/+19 |
| * | remove trailing newline in panic(9); ok millert@ and deraadt@ |  fgsch | 2005-07-18 | 1 | -2/+2 |
| * | Relocate debugging printf so it describes the right thing. |  pascoe | 2005-04-21 | 1 | -2/+2 |
| * | use snprintf to avoid crossing the overflow point; ok otto |  deraadt | 2005-04-16 | 1 | -3/+4 |
| * | change usbd_printBCD() to return number of bytes really placed or 0, not |  deraadt | 2005-04-16 | 1 | -2/+9 |
| * | Merge support for USB1 devices located beyond USB2 hubs, mostly from netbsd. |  pascoe | 2005-03-13 | 1 | -8/+25 |