summaryrefslogtreecommitdiff
path: root/sys/dev/usb/uftdi.c
AgeCommit message (Expand)Author
2021-08-07Merge thorpej-cfargs2.thorpej
2021-04-24Merge thorpej-cfargs branch:thorpej
2020-03-14revert the 0x% -> %# change for fixed width formats pointed out by uwe.christos
2020-03-13PR/55068: sc.dying: Fix printf formats:christos
2020-01-07Localify, constify.maxv
2019-09-13Support serial speeds up to 12mbaud with newer FTDI chips.ryo
2019-05-09clean up ucom parents some more:mrg
2019-05-05remove explicit 'extern struct cfdriver <my>_cd;' and use ioconf.hmrg
2019-05-04clean up ucom / ucom-parent interface slightly:mrg
2018-02-20Attach uftdi to each interface found in the device separately.ws
2017-12-22Add RT Systems RTS-03jakllsch
2017-05-30add RTSYS CT57A to list of FTDI based USB serial devicesjnemeth
2016-12-15allow suspend with uftdi(4). it works fine.maya
2016-11-25+#include "opt_usb.h"skrll
2016-07-07KNF. Remove extra spaces. No functional change.msaitoh
2016-04-23Merge nick-nhusbskrll
2015-02-20PR/49681: Support BUFFALO PC-OP-RS1nonaka
2013-12-19Add support for FTDI FT230X.msaitoh
2013-06-02The hardware only supports xon/xoff processing for both directions together,mlelstv
2013-03-24New device Id for Beagle Bone, reviewed by bouyer@ and Lloyd Parkercheusov
2013-01-21force chip into serial modemlelstv
2013-01-20Add line to get the ftdi driver to use the serial function of the FTDI 232H.reinoud
2012-11-02match USB_PRODUCT_FTDI_MAXSTREAM_PKG_Ujakllsch
2012-08-11Use as large a packet size as the ftdi endpoint specifies.riastradh
2012-08-10Add OpenRD JTAGKey entrymatt
2012-02-11add Telldus Tellstick and Tellstick Duoplunky
2011-12-23Revert previous due to active usbmp branch(es).jakllsch
2011-12-22Adjust-away inconsistent and trailing whitespace.jakllsch
2011-07-11Match SHEEVAPLUG_JTAG.matt
2010-11-03Stop using the compatibility macros USB_ATTACH(), USB_DETACH(),dyoung
2010-03-13Fix PR kern/42838 using option #1 as described by KIYOHARA Takashi inscw
2010-01-18Add two CTI rs485 donglesmartin
2009-11-12Simplify activation hooks. (sc_dying must die!)dyoung
2009-09-23fix up USB drivers printing of autoconf informationplunky
2009-05-25add VID 0x6011 case to match FT4232H chip.nisimura
2009-05-24- detect FTDI chiptype from bcdDevice field to determine the number ofnisimura
2009-04-21Add support for USB serial adapter REX-USB60F which I tested.taca
2008-09-06PR/38202: Jeff McMahill: Support for Sealevel SeaPORT+4 USB to Serial adaptor.rmind
2008-05-24Split device_t and softc for all USB device drivers, and related cosmeticcube
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-04-05use aprint_*_dev and device_xnamecegger
2008-02-18Use device_t and its accessor functions.dyoung
2007-10-25remove #include <usbhid.h> as its not neededplunky
2007-09-13Remove a comment that is no longer true - this driver does, in fact,riz
2007-09-02Properly support both ports of the FTDI 2232C. This allows me toriz
2007-03-13Introduce different autoconf interface attributes for USB driversdrochner
2007-03-08Match the FTDI "Serial 2232C" chip; this allows a 16-port usb->serialriz
2006-11-16__unused removal on arguments; approved by core.christos
2006-10-12- sprinkle __unused on function decls.christos
2006-10-08Added support for the following devices:xtraeme