summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/uftdi.c
Commit message (Expand)AuthorAgeFilesLines
* Move usb to a graveyard location under sys/legacy/dev, it is intended that thethompsa2009-02-231-793/+0
* Add the dresden elektronik SensorTerminalBoard which uses an FT245.joerg2009-01-211-0/+15
* Add support for the MaxSream USB test carrier.remko2008-12-231-1/+3
* Bump the FTDI receive buffer size to 256 in order to improve throughput.phk2008-12-141-25/+26
* Integrate the new MPSAFE TTY layer to the FreeBSD operating system.ed2008-08-201-11/+16
* Calculate baud rate divisor instead of allowing only a fixed set ofemaste2008-01-251-18/+66
* Tactrix Openport supportimp2007-06-221-0/+6
* Crystalfontz CFA-635 20x4 USB LCDimp2007-06-221-0/+2
* s/logprintf/printf/gimp2007-06-201-2/+2
* Finish removal of usb_port.h macros.imp2007-06-181-4/+5
* Expand USB_MATCH_STARTimp2007-06-171-1/+1
* Expand USB_DETACH, USB_ATTACH and USB_MATCH inline. No functionalimp2007-06-131-3/+6
* Remove USBDEV() macro. We do not need a macro that is defined as itsimp2007-06-121-1/+1
* Expand USB_ATTACH_{ERROR,SUCCESS}_RETURN inline and eliminate fromimp2007-06-121-2/+2
* Cleanup messages printed on attach. Since the description gets set toimp2007-06-081-31/+13
* Remove compat ifdefs for version < 500014 from the rest of the USB files.brueffer2007-06-071-4/+0
* Fix spaces introduced in last commitimp2007-06-071-14/+14
* Add more IDs for the uftdi driver. Slight tweaks to patch by me.imp2007-06-051-1/+11
* Add MELCO PC-OP-RS Universal remote ID.takawata2007-04-301-0/+15
* More removing compatibility macros.imp2006-09-071-1/+1
* s/Static/static/gimp2006-09-061-15/+15
* Add support for FTDI's FT2232C twin channel chip.ticso2005-04-051-14/+26
* remove usbd_errstr(err) from printf.ticso2005-04-051-2/+2
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-061-1/+1
* Add support for the B&B Electronics USB->RS422/485 adapter.le2004-10-301-0/+15
* Add support to the uftdi driver for Intrepid Control Systems' vehiclebrooks2004-07-011-0/+19
* Product and vendor ids for SIIG US2308 USB to Serial adaptor.brooks2004-07-011-17/+39
* MFp4: First batch of dev/usb/usbdevs.h -> usbdevs.h changes.imp2004-06-271-1/+1
* Add support Sony/Ericsson SEMC DSS-20 SyncStation,sanpei2004-06-051-0/+2
* Add missing <sys/module.h> includesphk2004-05-301-0/+1
* Add support for Crystalfontz CFA-632, CFA-633 and CFA-634, all of themsobomax2004-03-181-0/+6
* Add new Matrix Orbital LCD panel id's so that they are recognized andpeter2004-03-021-1/+11
* Add support for Crystalfontz CFA-631 USB LCD (uftdi(4) driver).sobomax2004-01-241-1/+3
* Use __FBSDID().obrien2003-08-241-1/+3
* MFNetBSD:joe2003-07-141-2/+1
* WARNING: white space diffjmg2003-07-041-6/+6
* Fix duplicate sc_dying usage.akiyama2003-03-091-8/+6
* Back out M_* changes, per decision of the TRB.imp2003-02-191-1/+1
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-1/+1
* The uftdi driver runs with multiple instances.ticso2002-12-121-5/+0
* Apply some fixups in the driver_t's.joe2002-11-171-1/+1
* Use a sysctl for controlling the debugging output.joe2002-11-171-6/+19
* Add the uftdi ucom driver which supports the following adapters:joe2002-08-111-0/+611
OpenPOWER on IntegriCloud