summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/uftdi.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Match on the FTDI Suunto product id, from Kristaps Dzonsons who testedjsg2016-12-121-1/+2
* Only match devices with a valid configuration.mpi2015-06-181-60/+12
* Remove some includes include-what-you-use claims don'tjsg2015-03-141-2/+1
* tedu another bunch of DVACT_DEACTIVATE handlers that do nothing but setmpi2014-07-121-29/+11
* Make sure the USB device pointer is valid even if attach fails sincempi2014-02-041-3/+4
* Fix a null dereference introduced when converting this driver to usempi2014-02-031-2/+2
* FTX support; from Chris Hettrickderaadt2014-01-071-1/+2
* add SACOM USB485BLyuo2013-12-131-1/+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-7/+5
* Begin conversion of USB stack to return int instead of usbd_status,jeremy2013-11-021-2/+2
* Get rid of various 'typedef struct' definitions and use plain structuremglocker2013-04-151-5/+5
* Support FTDI FT2232H. This has a new base clock rate, different divisor,deraadt2012-09-111-8/+49
* sync to new ufdti; Mark Peoplesderaadt2011-10-281-2/+3
* Add Stollmann Active USB ISDN Terminal Adapter.mpf2011-10-201-1/+2
* Interface cable for Yaesu ham radios, ok deraadtckuethe2011-10-071-1/+2
* 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
* Add another 340 product ids found in the linux driverjsg2010-02-231-4/+339
* Support OpenRD JTAGKey, expect spip the jtag interface port.deraadt2009-12-161-1/+8
* Get rid of devact enum, substitute it with an int and coresponding defines.pirofti2009-10-131-3/+3
* sync to MECANIQUE change, and add a uftdi found there, spotted by Henrik Hellerstedtderaadt2009-04-221-1/+2
* new ftdi; 8U232AM4; Takanori Watanabe spotted itderaadt2009-04-211-1/+2
* Add a missing device. Found by Alex Brodsky <abrodsky@acs.winnipeg.ca>.mbalmer2008-11-261-1/+2
* Don't terminate the array of matching product/vendor IDs with { 0, 0 }mbalmer2008-07-101-3/+2
* First pass at removing clauses 3 and 4 from NetBSD licenses.ray2008-06-261-8/+1
* Add a bunch of ELV Elektronik ftdi based devices found in thejsg2008-06-021-1/+21
* attach FTDI 2232Lfkr2008-04-171-1/+2
* Bring in some changes from DragonFly:jsg2008-03-181-159/+275
* Simon Dick in FreeBSD PR 96714jsg2008-02-221-3/+11
* support little I-O DATA UPS GPS thingyderaadt2007-11-111-1/+15
* treat usb vendor/product names as a locator, and have usbd_print handle it,deraadt2007-10-111-10/+5
* attach CFA 635 as a uftdi.pyr2007-09-191-1/+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-11/+11
* Remove the definition and use of the device_ptr_t which was a struct device *.mbalmer2007-06-121-4/+4
* Remove the definition and use of the USBDEVNAME macro.mbalmer2007-06-101-4/+4
* 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-15/+15
* Farewell USB_{ATTACH,MATCH,DETACH}* you will not be missed.jsg2007-05-271-9/+10
* Sirius To PC Interface is a uftdi; marco@azbsd.orgderaadt2007-03-031-3/+5
* Add support for MaxStream XBee ZigBee Development Kit USB interface.jsg2007-02-071-1/+3
* match the Coastal ChipWorks TNC-X (yet another uftdi)jason2006-08-101-1/+3
* In a drivers activate() entry point, if on DVACT_DEACTIVATE it doesmiod2006-06-231-2/+2
* algorithmically handle baudrate requests, allowing all sorts ofderaadt2006-06-161-19/+67
* more microHAM devicesjason2006-05-111-3/+13
* support the microHAM radio/computer interfacesjason2006-05-111-1/+7
* Support for Falcom Samba GPRS modem; from tm@openbsd.ru.grange2006-03-261-2/+4