| Commit message (Expand) | Author | Age | Files | Lines |
* | update remaining usb.org URLs |  sthen | 2021-01-29 | 1 | -3/+3 |
* | Nuke all occurrences of usbd_abort_pipe() if it gets called right |  mglocker | 2020-07-31 | 1 | -3/+1 |
* | use the UE_GET_XFERTYPE macro where applicable |  jasper | 2020-02-22 | 1 | -4/+4 |
* | Remove unused struct member. |  kettenis | 2018-08-29 | 1 | -3/+1 |
* | Delete unnecessary <sys/file.h> includes |  guenther | 2017-12-30 | 1 | -2/+1 |
* | Remove quirks for two devices that are known to be CDC ACM protocol 0 |  jsg | 2017-03-29 | 1 | -10/+1 |
* | Match on class communications subclass abstract control model protocol |  jsg | 2017-03-29 | 1 | -2/+3 |
* | Kill unused ioctl(2)s. |  mpi | 2016-05-24 | 1 | -36/+2 |
* | Remove some includes include-what-you-use claims don't |  jsg | 2015-03-14 | 1 | -2/+1 |
* | allow Arduino Leonardo to attach to umodem(4), from Gregor Best |  sthen | 2015-02-16 | 1 | -1/+5 |
* | tedu another bunch of DVACT_DEACTIVATE handlers that do nothing but set |  mpi | 2014-07-12 | 1 | -27/+9 |
* | fixed some debug messages |  sasano | 2014-05-01 | 1 | -5/+5 |
* | Do not match control interfaces if their associated data interface is |  mpi | 2014-01-30 | 1 | -35/+38 |
* | remove a duplicated includ file. |  yuo | 2013-12-14 | 1 | -2/+1 |
* | Clean-up usbd_abort_pipe() usage. |  pirofti | 2013-11-15 | 1 | -5/+2 |
* | Sort-out activate functionality for ucom(4) and it's parents. |  pirofti | 2013-11-15 | 1 | -5/+2 |
* | Replace sc_dying in favour of usbd_is_dying() and usbd_deactivate(). |  pirofti | 2013-11-07 | 1 | -6/+5 |
* | Correctly abort and free the pipe when detaching the device. Found the |  mpi | 2013-07-05 | 1 | -1/+7 |
* | Rename three functions in usbdi.c to their right prefix (usb_* to usbd_*). |  mglocker | 2013-04-26 | 1 | -4/+4 |
* | Get rid of various 'typedef struct' definitions and use plain structure |  mglocker | 2013-04-15 | 1 | -21/+23 |
* | proc.h is way too much header for usb to handle. |  tedu | 2013-03-28 | 1 | -2/+1 |
* | you probably don't need to include vnode.h or reboot.h. you most definitely |  tedu | 2013-03-28 | 1 | -2/+1 |
* | Match on Atmel AT91 CDC ACM explicitly as it reports a protocol of 0 |  jsg | 2012-02-09 | 1 | -1/+7 |
* | Remove config_activate() and DVACT_ACTIVATE. PCMCIA's the only thing |  matthew | 2011-07-03 | 1 | -4/+1 |
* | silently clear the endpoint when the device has failed; ok jakemsr |  deraadt | 2011-03-22 | 1 | -3/+4 |
* | allow interfaces other than slaves of the union interface to be the |  jakemsr | 2011-02-17 | 1 | -7/+13 |
* | garbage collect "usb events". without /dev/usb there is no way to access |  jakemsr | 2011-01-25 | 1 | -7/+1 |
* | * instead of NULLing pointers to interface descriptors in the uaa, mark |  jakemsr | 2011-01-16 | 1 | -3/+3 |
* | don't match/attach devices without a data endpoint, since this driver |  jakemsr | 2010-12-02 | 1 | -48/+64 |
* | remove dying flag in detach() function. |  yuo | 2010-09-24 | 1 | -3/+1 |
* | Get rid of devact enum, substitute it with an int and coresponding defines. |  pirofti | 2009-10-13 | 1 | -3/+3 |
* | First pass at removing clauses 3 and 4 from NetBSD licenses. |  ray | 2008-06-26 | 1 | -8/+1 |
* | treat usb vendor/product names as a locator, and have usbd_print handle it, |  deraadt | 2007-10-11 | 1 | -8/+3 |
* | Use the right interface id when iterating over the control interface |  mbalmer | 2007-06-18 | 1 | -1/+2 |
* | Remove the definition and usage of the USB_DECLARE_DRIVER_CLASS and |  mbalmer | 2007-06-14 | 1 | -2/+17 |
* | Apply some KNF after the recent removal of macros and type definitions. |  mbalmer | 2007-06-13 | 1 | -21/+21 |
* | Remove the definition and use of the device_ptr_t which was a struct device *. |  mbalmer | 2007-06-12 | 1 | -3/+3 |
* | Remove the usb_proc_ptr type definition, which was really a 'struct proc *' |  mbalmer | 2007-06-11 | 1 | -3/+3 |
* | Remove the definition and use of the USBDEVNAME macro. |  mbalmer | 2007-06-10 | 1 | -17/+17 |
* | Remove the definition and use of the USBDEV macro. It only created confusion |  mbalmer | 2007-06-10 | 1 | -3/+3 |
* | Mechanical removal of USBBASEDEVICE. No binary change. |  mk | 2007-06-06 | 1 | -2/+2 |
* | Remove the "Static" declaration of many functions. It was defined to be empty |  mbalmer | 2007-06-05 | 1 | -19/+19 |
* | Farewell USB_{ATTACH,MATCH,DETACH}* you will not be missed. |  jsg | 2007-05-27 | 1 | -10/+13 |
* | Remove logprintf macro |  jsg | 2007-05-21 | 1 | -2/+2 |
* | very ugly indent |  deraadt | 2007-03-12 | 1 | -4/+4 |
* | Crank buffer sizes to the 1024 limit imposed by ttymalloc() |  jsg | 2006-07-26 | 1 | -5/+5 |
* | In a drivers activate() entry point, if on DVACT_DEACTIVATE it does |  miod | 2006-06-23 | 1 | -2/+2 |
* | Move contents of sys/select.h to sys/selinfo.h in preparation for a |  millert | 2005-11-21 | 1 | -2/+2 |
* | add support for the nokia 6680 with a ca-42 cable. |  dlg | 2005-09-28 | 1 | -66/+47 |
* | Don't keep the devinfo string on the stack, instead use malloc/free. |  brad | 2005-08-01 | 1 | -4/+5 |