aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb/serial/uftdi.c
Commit message (Expand)AuthorAgeFilesLines
* Add new USB device ID.Hans Petter Selasky2012-08-221-0/+1
* Revert r239178 and implement two new functions, namelyHans Petter Selasky2012-08-151-9/+9
* Remove unused structure field.Hans Petter Selasky2012-08-101-5/+0
* Take advantage of new UCOM and bus functionality so thatHans Petter Selasky2012-08-101-2/+25
* Update the list of devices supported by the FTDI driver. It might beHans Petter Selasky2012-08-051-5/+597
* Refine r237102 a bit:Marius Strobl2012-06-181-3/+9
* - Add support for the FT2232 based egnite Turtelizer 2 JTAG/RS232 Adapter.Marius Strobl2012-06-141-55/+69
* - Add ID for the BeagleBone FTDI serial over usb port.Stanislav Sedov2012-01-161-0/+1
* BeagleBone uses an FTDI chip withTim Kientzle2012-01-151-0/+1
* Style change.Hans Petter Selasky2011-11-121-1/+1
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.Ed Schouten2011-11-071-1/+1
* - Move all USB device ID arrays into so-called sections,Hans Petter Selasky2011-06-241-1/+1
* Remove unneeded includes of <sys/linker_set.h>. Other headers that useJohn Baldwin2011-01-111-1/+0
* Support the Falcom Twist USB GSM/GPRS modem in uftdi(4)Gavin Atkinson2010-11-291-0/+1
* Implement ucom_set_pnpinfo_usb() providing ttyname and port numberNick Hibma2010-11-051-0/+2
* - Simplify the way unit/subunit allocation is done in ucom.Nick Hibma2010-11-031-1/+1
* Add more USB device IDs to supported list of devices.Hans Petter Selasky2010-10-141-0/+2
* Add missing MODULE_VERSION() definitions, this resolves problems aroundAndrew Thompson2010-09-011-0/+1
* Support the Pyramid KBS USB LCD under uftdi(4)Gavin Atkinson2010-07-281-0/+1
* Add new FTDI USB device ID.Andrew Thompson2010-05-121-0/+1
* Change USB_DEBUG to #ifdef and allow it to be turned off. Previously this hadAndrew Thompson2010-04-221-1/+1
* Use wMaxPacketSize for the uftdi input buffer size.Andrew Thompson2010-03-111-3/+1
* The NetBSD Foundation has granted permission to remove clause 3 and 4 fromJoel Dahl2010-03-031-7/+0
* Add device ID for the FTDI 4232H.Andrew Thompson2010-02-141-0/+1
* Use macros to strip off USB_VENDOR_ and USB_PRODUCT_ from some id tables to makeAndrew Thompson2009-12-261-37/+40
* add new ID to UFTDI driver.Andrew Thompson2009-12-221-0/+1
* Fix hardware issue with FTDI chips: avoid sending a zero length packet due toAndrew Thompson2009-12-091-1/+1
* Add new device ids.Andrew Thompson2009-12-091-0/+1
* Remove overuse of exclamation marks in kernel printfs, there mere fact aAndrew Thompson2009-11-261-1/+1
* Add new FTDI IDs.Andrew Thompson2009-09-281-0/+3
* Add experimental support for usb serial console and polled mode during DDB.Andrew Thompson2009-09-281-0/+9
* - Make struct usb_xfer opaque so that drivers can not access the internalsAndrew Thompson2009-06-231-30/+49
* s/usb2_/usb_|usbd_/ on all function names for the USB stack.Andrew Thompson2009-06-151-38/+38
* s/usb2_/usb_/ on all typedefs for the USB stack.Andrew Thompson2009-05-291-2/+2
* s/usb2_/usb_/ on all C structs for the USB stack.Andrew Thompson2009-05-281-38/+38
* Rename the usb sysctl tree from hw.usb2.* back to hw.usb.*.Andrew Thompson2009-05-211-2/+2
* - rename usb2_mode to usb_mode [1]Andrew Thompson2009-05-211-1/+1
* Add another FTDI serial converter.Takanori Watanabe2009-04-211-0/+1
* MFp4 //depot/projects/usb@159909Andrew Thompson2009-04-051-6/+6
* Add a couple of more things to the FTDI driver I came across:Joerg Wunsch2009-03-061-0/+2
* Rename the ushub device class back to uhub as it was in the old usb stack,Andrew Thompson2009-03-021-1/+1
* Move the serial drivers from Giant to using their own mutexs.Andrew Thompson2009-03-021-3/+7
* Move the new USB stack into its new home.Andrew Thompson2009-02-231-0/+784