Age | Commit message (Expand) | Author |
2014-03-08 | Pass M_ZERO to malloc(9) when allocating usbd pipes to make sure to | Martin Pieuchot |
2014-03-07 | Print the wrong device descriptor's bMaxPacketSize before correcting it | Martin Pieuchot |
2014-02-09 | Make sure to close the default pipe before re-opening it when we want | Martin Pieuchot |
2014-02-09 | Do not allow to unconfigure a device by setting the configuration | Martin Pieuchot |
2014-01-15 | Remove a hack to update the address and packet length for every device | Martin Pieuchot |
2013-11-19 | Kill matchlvl usage throughout the usb stack. | Paul Irofti |
2013-11-02 | Remove a layer of abstraction for fetching a configuration descriptor. | Martin Pieuchot |
2013-08-21 | Unswap address and configuration value arguments in a debug printf. | Martin Pieuchot |
2013-08-13 | Remove bogus and useless refcounting of usbd pipes that could lead to | Martin Pieuchot |
2013-08-08 | These functions should only used in the usb-autoconf glue, do not expose | Martin Pieuchot |
2013-08-08 | Use the same functions to abort and close the control pipe of a device | Martin Pieuchot |
2013-04-15 | Get rid of various 'typedef struct' definitions and use plain structure | Marcus Glocker |
2013-04-10 | Merge usbd_get_device_desc() into the only function using them. | Martin Pieuchot |
2013-04-10 | Merge usb_devinfo* helper functions into usbd_print(), nothing else use | Martin Pieuchot |
2013-04-09 | There's no need for usbd_get_config_desc_full() so just call usbd_get_desc() | Martin Pieuchot |
2013-04-01 | Make ugen_get_cdesc() a generic function by renaming it to usbd_get_cdesc() | Marcus Glocker |
2013-03-28 | proc.h is way too much header for usb to handle. | Ted Unangst |
2013-03-16 | No need for two similar functions to free/remove USB device descriptors. | Martin Pieuchot |
2012-05-15 | Set the usb(4) unit number as bus number. This fixes a possible | Martin Pieuchot |
2012-01-08 | Remove usb_event_cookie_t type and instances of it found in various structs; | Miod Vallat |
2011-01-25 | garbage collect "usb events". without /dev/usb there is no way to access | Jacob Meuser |
2011-01-16 | * instead of NULLing pointers to interface descriptors in the uaa, mark | Jacob Meuser |
2011-01-15 | * add 'udi_serial' to struct usb_device_info. | Jacob Meuser |
2010-12-17 | - use nitems() | Jasper Lievisse Adriaanse |
2010-12-15 | don't delay if the device is dying | Jacob Meuser |
2010-12-06 | call config_deactivate() before config_detach() when detaching devices. | Jacob Meuser |
2010-09-24 | tsleep on a static and private handle, since our goal is to not be | Theo de Raadt |
2009-01-14 | cap device's speed to the parent's one if higher. from FreeBSD. | Federico G. Schwindt |
2008-11-24 | change a device descriptor get logic during the enumeration process. | Yojiro Uo |
2008-08-03 | revert part of rev. 1.65 where we set the address earlier. this seems | Federico G. Schwindt |
2008-07-28 | When getting the string descriptors, fetch 2 bytes (size and type) first, | Federico G. Schwindt |
2008-06-29 | add usb2.0 to usb1.1(ohci/uchi) handover request to usb subsystem. | Yojiro Uo |
2008-06-26 | First pass at removing clauses 3 and 4 from NetBSD licenses. | Ray Lai |
2008-06-21 | print vendor and product in hexa on debug. | Federico G. Schwindt |
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 |