summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/uslcom.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add product id for the USB serial adapter found in Juniper SRX 300.remi2019-04-241-1/+2
* Accept baud rates up to 2 Mbps as these are supported by CP2104 and laterkettenis2017-05-201-2/+2
* Avoid calling usbd_set_config_index() in *_attach() and let the stackmpi2016-09-021-10/+2
* The USB console port on Aruba 7xxx wireless controllers shows up asreyk2016-03-311-1/+2
* Rename some wrongly defined *_CONFIG_NO into *_CONFIG_INDEX.mpi2016-01-071-3/+3
* CP2110 is handled by uslhcom not uslcomjsg2015-06-181-2/+1
* Add a uslcom id for the Netgear M7100 console from Andrew Daugherity.jsg2015-06-161-1/+43
* Remove some includes include-what-you-use claims don'tjsg2015-03-141-2/+1
* USB_VENDOR_SILABS:USB_PRODUCT_SILABS_CP210X_4(0x10c4:0xea80) issasano2014-11-231-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
* 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-10/+8
* Get rid of various 'typedef struct' definitions and use plain structuremglocker2013-04-151-3/+3
* add support for hardware flow control, from FreeBSDjsg2012-09-291-8/+25
* add some uslcom devices from FreeBSDjsg2012-09-291-5/+75
* From Gavin Atkinson in FreeBSD SVN rev 238778:jsg2012-09-291-8/+10
* add Vaisala's "USB instrument cable" entryyuo2011-09-161-2/+3
* 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
* 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
* Add a bunch of uslcom devices found in the Linux driver.jsg2008-03-221-3/+17
* IRZ MC35pu GSM Terminaljsg2008-03-181-1/+2
* Allow for any baud rate within a range rather thanjsg2007-11-241-26/+11
* treat usb vendor/product names as a locator, and have usbd_print handle it,deraadt2007-10-111-5/+1
* attach uslcom to the track systems traqmatejcs2007-10-081-1/+2
* support 230400 speedjcs2007-10-081-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-8/+8
* Remove the definition and use of the device_ptr_t which was a struct device *.mbalmer2007-06-121-3/+3
* Remove the definition and use of the USBDEVNAME macro.mbalmer2007-06-101-6/+6
* 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-11/+11
* Farewell USB_{ATTACH,MATCH,DETACH}* you will not be missed.jsg2007-05-271-15/+16
* Remove logprintf macrojsg2007-05-211-2/+2
* Add some device ids found in Linux driver.jsg2007-02-171-2/+8
* In a drivers activate() entry point, if on DVACT_DEACTIVATE it doesmiod2006-06-231-2/+2
* Add a close method to send the shutdown command, which presumablyjsg2006-04-291-2/+20
* Driver for Silicon Laboratories CP2101/CP2102 based serial adapters.jsg2006-04-291-0/+411