summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/umodem.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* update remaining usb.org URLssthen2021-01-291-3/+3
* Nuke all occurrences of usbd_abort_pipe() if it gets called rightmglocker2020-07-311-3/+1
* use the UE_GET_XFERTYPE macro where applicablejasper2020-02-221-4/+4
* Remove unused struct member.kettenis2018-08-291-3/+1
* Delete unnecessary <sys/file.h> includesguenther2017-12-301-2/+1
* Remove quirks for two devices that are known to be CDC ACM protocol 0jsg2017-03-291-10/+1
* Match on class communications subclass abstract control model protocoljsg2017-03-291-2/+3
* Kill unused ioctl(2)s.mpi2016-05-241-36/+2
* Remove some includes include-what-you-use claims don'tjsg2015-03-141-2/+1
* allow Arduino Leonardo to attach to umodem(4), from Gregor Beststhen2015-02-161-1/+5
* tedu another bunch of DVACT_DEACTIVATE handlers that do nothing but setmpi2014-07-121-27/+9
* fixed some debug messagessasano2014-05-011-5/+5
* Do not match control interfaces if their associated data interface ismpi2014-01-301-35/+38
* remove a duplicated includ file.yuo2013-12-141-2/+1
* 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-071-6/+5
* Correctly abort and free the pipe when detaching the device. Found thempi2013-07-051-1/+7
* Rename three functions in usbdi.c to their right prefix (usb_* to usbd_*).mglocker2013-04-261-4/+4
* Get rid of various 'typedef struct' definitions and use plain structuremglocker2013-04-151-21/+23
* 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
* Match on Atmel AT91 CDC ACM explicitly as it reports a protocol of 0jsg2012-02-091-1/+7
* Remove config_activate() and DVACT_ACTIVATE. PCMCIA's the only thingmatthew2011-07-031-4/+1
* silently clear the endpoint when the device has failed; ok jakemsrderaadt2011-03-221-3/+4
* allow interfaces other than slaves of the union interface to be thejakemsr2011-02-171-7/+13
* garbage collect "usb events". without /dev/usb there is no way to accessjakemsr2011-01-251-7/+1
* * instead of NULLing pointers to interface descriptors in the uaa, markjakemsr2011-01-161-3/+3
* don't match/attach devices without a data endpoint, since this driverjakemsr2010-12-021-48/+64
* remove dying flag in detach() function.yuo2010-09-241-3/+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
* treat usb vendor/product names as a locator, and have usbd_print handle it,deraadt2007-10-111-8/+3
* Use the right interface id when iterating over the control interfacembalmer2007-06-181-1/+2
* 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-21/+21
* 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-17/+17
* 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-19/+19
* Farewell USB_{ATTACH,MATCH,DETACH}* you will not be missed.jsg2007-05-271-10/+13
* Remove logprintf macrojsg2007-05-211-2/+2
* very ugly indentderaadt2007-03-121-4/+4
* Crank buffer sizes to the 1024 limit imposed by ttymalloc()jsg2006-07-261-5/+5
* In a drivers activate() entry point, if on DVACT_DEACTIVATE it doesmiod2006-06-231-2/+2
* Move contents of sys/select.h to sys/selinfo.h in preparation for amillert2005-11-211-2/+2
* add support for the nokia 6680 with a ca-42 cable.dlg2005-09-281-66/+47
* Don't keep the devinfo string on the stack, instead use malloc/free.brad2005-08-011-4/+5