summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/serial/uftdi.c
Commit message (Expand)AuthorAgeFilesLines
* Implement ucom_set_pnpinfo_usb() providing ttyname and port numbern_hibma2010-11-051-0/+2
* - Simplify the way unit/subunit allocation is done in ucom.n_hibma2010-11-031-1/+1
* Add more USB device IDs to supported list of devices.hselasky2010-10-141-0/+2
* Add missing MODULE_VERSION() definitions, this resolves problems aroundthompsa2010-09-011-0/+1
* Support the Pyramid KBS USB LCD under uftdi(4)gavin2010-07-281-0/+1
* Add new FTDI USB device ID.thompsa2010-05-121-0/+1
* Change USB_DEBUG to #ifdef and allow it to be turned off. Previously this hadthompsa2010-04-221-1/+1
* Use wMaxPacketSize for the uftdi input buffer size.thompsa2010-03-111-3/+1
* The NetBSD Foundation has granted permission to remove clause 3 and 4 fromjoel2010-03-031-7/+0
* Add device ID for the FTDI 4232H.thompsa2010-02-141-0/+1
* Use macros to strip off USB_VENDOR_ and USB_PRODUCT_ from some id tables to makethompsa2009-12-261-37/+40
* add new ID to UFTDI driver.thompsa2009-12-221-0/+1
* Fix hardware issue with FTDI chips: avoid sending a zero length packet due tothompsa2009-12-091-1/+1
* Add new device ids.thompsa2009-12-091-0/+1
* Remove overuse of exclamation marks in kernel printfs, there mere fact athompsa2009-11-261-1/+1
* Add new FTDI IDs.thompsa2009-09-281-0/+3
* Add experimental support for usb serial console and polled mode during DDB.thompsa2009-09-281-0/+9
* - Make struct usb_xfer opaque so that drivers can not access the internalsthompsa2009-06-231-30/+49
* s/usb2_/usb_|usbd_/ on all function names for the USB stack.thompsa2009-06-151-38/+38
* s/usb2_/usb_/ on all typedefs for the USB stack.thompsa2009-05-291-2/+2
* s/usb2_/usb_/ on all C structs for the USB stack.thompsa2009-05-281-38/+38
* Rename the usb sysctl tree from hw.usb2.* back to hw.usb.*.thompsa2009-05-211-2/+2
* - rename usb2_mode to usb_mode [1]thompsa2009-05-211-1/+1
* Add another FTDI serial converter.takawata2009-04-211-0/+1
* MFp4 //depot/projects/usb@159909thompsa2009-04-051-6/+6
* Add a couple of more things to the FTDI driver I came across:joerg2009-03-061-0/+2
* Rename the ushub device class back to uhub as it was in the old usb stack,thompsa2009-03-021-1/+1
* Move the serial drivers from Giant to using their own mutexs.thompsa2009-03-021-3/+7
* Move the new USB stack into its new home.thompsa2009-02-231-0/+784
OpenPOWER on IntegriCloud