| Commit message (Expand) | Author | Age | Files | Lines |
* | The usb configuration descriptor parameter providing the number of |  mglocker | 2021-01-27 | 1 | -2/+2 |
* | Add support for the PL2303HXN series chips to uplcom(4). The main |  patrick | 2020-11-13 | 1 | -18/+62 |
* | Nuke all occurrences of usbd_abort_pipe() if it gets called right |  mglocker | 2020-07-31 | 1 | -3/+1 |
* | Remove dead code which is actually duplicated a few lines above |  jasper | 2020-03-11 | 1 | -6/+1 |
* | USB_DEBUG -> UPLCOM_DEBUG. |  mpi | 2018-11-18 | 1 | -2/+2 |
* | Add an HP LD220 pole display |  mikeb | 2018-06-18 | 1 | -1/+2 |
* | Remove duplicate device identification so my usb drive attaches as a umass |  tb | 2018-04-27 | 1 | -2/+1 |
* | Delete unnecessary <sys/file.h> includes |  guenther | 2017-12-30 | 1 | -2/+1 |
* | A pile of sizes to free(9). In test for a few days in snapshots. |  deraadt | 2017-04-08 | 1 | -17/+17 |
* | Avoid calling usbd_set_config_index() in *_attach() and let the stack |  mpi | 2016-09-02 | 1 | -12/+2 |
* | 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 |
* | Nuke yet more obvious #include duplications. |  krw | 2014-11-18 | 1 | -2/+1 |
* | Kill the last dumb DVACT_DEACTIVATE handlers. |  mpi | 2014-07-12 | 1 | -29/+11 |
* | add a size argument to free. will be used soon, but for now default to 0. |  tedu | 2014-07-12 | 1 | -3/+3 |
* | 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-06 | 1 | -20/+18 |
* | Get rid of various 'typedef struct' definitions and use plain structure |  mglocker | 2013-04-15 | 1 | -12/+13 |
* | 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 |
* | Remove config_activate() and DVACT_ACTIVATE. PCMCIA's the only thing |  matthew | 2011-07-03 | 1 | -4/+1 |
* | garbage collect "usb events". without /dev/usb there is no way to access |  jakemsr | 2011-01-25 | 1 | -7/+1 |
* | BenQ M32 GSM/GPRS modem uses a custom product ID prolific PL2303; Mark Peoples |  deraadt | 2010-11-16 | 1 | -1/+2 |
* | remove dying flag in detach() function. |  yuo | 2010-09-24 | 1 | -2/+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 |
* | Palm 700WX from and tested by todd@ |  jsg | 2008-03-03 | 1 | -1/+2 |
* | I-O Data USB-RSAQ5 serial from Masao Uebayashi in NetBSD. |  jsg | 2008-02-22 | 1 | -1/+2 |
* | add Y.C. Cable USB-Serial adapter |  okan | 2008-01-22 | 1 | -2/+3 |
* | treat usb vendor/product names as a locator, and have usbd_print handle it, |  deraadt | 2007-10-11 | 1 | -8/+2 |
* | correct type printing |  deraadt | 2007-09-14 | 1 | -2/+2 |
* | adapt to new hx/non-hx type-selection algorithm from linux/dragonfly; ok jsg |  deraadt | 2007-09-13 | 1 | -4/+13 |
* | new product |  deraadt | 2007-09-12 | 1 | -2/+3 |
* | 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 | -18/+18 |
* | 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 | -16/+16 |
* | 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 | -16/+16 |
* | Farewell USB_{ATTACH,MATCH,DETACH}* you will not be missed. |  jsg | 2007-05-27 | 1 | -22/+23 |
* | Remove logprintf macro |  jsg | 2007-05-21 | 1 | -2/+2 |
* | Add an unbranded device I have, chip says its a PL-2303HX. |  jsg | 2007-04-23 | 1 | -1/+2 |
* | add the Belkin serial adapter. |  brad | 2006-08-04 | 1 | -1/+2 |
* | Remove comments in device list that duplicate man page, |  jsg | 2006-07-01 | 1 | -35/+18 |
* | In a drivers activate() entry point, if on DVACT_DEACTIVATE it does |  miod | 2006-06-23 | 1 | -2/+2 |
* | Add a bunch more uplcom devices found in Linux driver. |  jsg | 2006-04-15 | 1 | -2/+17 |
* | AirPrime EVDO does not work with uplcom as suspected. |  jsg | 2006-02-16 | 1 | -4/+2 |