summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/uplcom.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* The usb configuration descriptor parameter providing the number ofmglocker2021-01-271-2/+2
* Add support for the PL2303HXN series chips to uplcom(4). The mainpatrick2020-11-131-18/+62
* Nuke all occurrences of usbd_abort_pipe() if it gets called rightmglocker2020-07-311-3/+1
* Remove dead code which is actually duplicated a few lines abovejasper2020-03-111-6/+1
* USB_DEBUG -> UPLCOM_DEBUG.mpi2018-11-181-2/+2
* Add an HP LD220 pole displaymikeb2018-06-181-1/+2
* Remove duplicate device identification so my usb drive attaches as a umasstb2018-04-271-2/+1
* Delete unnecessary <sys/file.h> includesguenther2017-12-301-2/+1
* A pile of sizes to free(9). In test for a few days in snapshots.deraadt2017-04-081-17/+17
* Avoid calling usbd_set_config_index() in *_attach() and let the stackmpi2016-09-021-12/+2
* Kill unused ioctl(2)s.mpi2016-05-241-36/+2
* Remove some includes include-what-you-use claims don'tjsg2015-03-141-2/+1
* Nuke yet more obvious #include duplications.krw2014-11-181-2/+1
* Kill the last dumb DVACT_DEACTIVATE handlers.mpi2014-07-121-29/+11
* add a size argument to free. will be used soon, but for now default to 0.tedu2014-07-121-3/+3
* Clean-up usbd_abort_pipe() usage.pirofti2013-11-151-5/+2
* Sort-out activate functionality for ucom(4) and it's parents.pirofti2013-11-151-5/+2
* Replace sc_dying in favour of usbd_is_dying() and usbd_deactivate().pirofti2013-11-061-20/+18
* Get rid of various 'typedef struct' definitions and use plain structuremglocker2013-04-151-12/+13
* proc.h is way too much header for usb to handle.tedu2013-03-281-2/+1
* you probably don't need to include vnode.h or reboot.h. you most definitelytedu2013-03-281-2/+1
* Remove config_activate() and DVACT_ACTIVATE. PCMCIA's the only thingmatthew2011-07-031-4/+1
* garbage collect "usb events". without /dev/usb there is no way to accessjakemsr2011-01-251-7/+1
* BenQ M32 GSM/GPRS modem uses a custom product ID prolific PL2303; Mark Peoplesderaadt2010-11-161-1/+2
* remove dying flag in detach() function.yuo2010-09-241-2/+1
* Get rid of devact enum, substitute it with an int and coresponding defines.pirofti2009-10-131-3/+3
* First pass at removing clauses 3 and 4 from NetBSD licenses.ray2008-06-261-8/+1
* Palm 700WX from and tested by todd@jsg2008-03-031-1/+2
* I-O Data USB-RSAQ5 serial from Masao Uebayashi in NetBSD.jsg2008-02-221-1/+2
* add Y.C. Cable USB-Serial adapterokan2008-01-221-2/+3
* treat usb vendor/product names as a locator, and have usbd_print handle it,deraadt2007-10-111-8/+2
* correct type printingderaadt2007-09-141-2/+2
* adapt to new hx/non-hx type-selection algorithm from linux/dragonfly; ok jsgderaadt2007-09-131-4/+13
* new productderaadt2007-09-121-2/+3
* Remove the definition and usage of the USB_DECLARE_DRIVER_CLASS andmbalmer2007-06-141-2/+17
* Apply some KNF after the recent removal of macros and type definitions.mbalmer2007-06-131-18/+18
* Remove the definition and use of the device_ptr_t which was a struct device *.mbalmer2007-06-121-3/+3
* Remove the usb_proc_ptr type definition, which was really a 'struct proc *'mbalmer2007-06-111-3/+3
* Remove the definition and use of the USBDEVNAME macro.mbalmer2007-06-101-16/+16
* Remove the definition and use of the USBDEV macro. It only created confusionmbalmer2007-06-101-3/+3
* Mechanical removal of USBBASEDEVICE. No binary change.mk2007-06-061-2/+2
* Remove the "Static" declaration of many functions. It was defined to be emptymbalmer2007-06-051-16/+16
* Farewell USB_{ATTACH,MATCH,DETACH}* you will not be missed.jsg2007-05-271-22/+23
* Remove logprintf macrojsg2007-05-211-2/+2
* Add an unbranded device I have, chip says its a PL-2303HX.jsg2007-04-231-1/+2
* add the Belkin serial adapter.brad2006-08-041-1/+2
* Remove comments in device list that duplicate man page,jsg2006-07-011-35/+18
* In a drivers activate() entry point, if on DVACT_DEACTIVATE it doesmiod2006-06-231-2/+2
* Add a bunch more uplcom devices found in Linux driver.jsg2006-04-151-2/+17
* AirPrime EVDO does not work with uplcom as suspected.jsg2006-02-161-4/+2