28 May, 2014

1 commit

  • The NovaTech OrionLXm uses an onboard FTDI serial converter for JTAG and
    console access.

    Here is the lsusb output:
    Bus 004 Device 123: ID 0403:7c90 Future Technology Devices
    International, Ltd

    Signed-off-by: George McCollister
    Cc: stable
    Signed-off-by: Johan Hovold
    Signed-off-by: Greg Kroah-Hartman

    George McCollister
     

17 Apr, 2014

1 commit


27 Feb, 2014

1 commit


06 Feb, 2014

1 commit


05 Feb, 2014

1 commit


02 Nov, 2013

1 commit


30 Jul, 2013

1 commit


18 May, 2013

1 commit

  • Here are two more devices that use FTDI USB-to-serial chips with new product ID's.

    The devices are the Newport Conex-AGP and Conex-CC motor controllers.
    (http://www.newport.com/CONEX-AGP-Integrated-Piezo-Motor-Rotation-Stages-/987623/1033/info.aspx)
    (http://www.newport.com/CONEX-CC-DC-Servo-Controller-Actuators/934114/1033/info.aspx)

    usb-devices command yields:

    P: Vendor=104d ProdID=3002 Rev=06.00
    S: Manufacturer=Newport
    S: Product=CONEX-CC

    as well as

    P: Vendor=104d ProdID=3006 Rev=06.00
    S: Manufacturer=Newport
    S: Product=CONEX-AGP

    Signed-off-by: Andrew Gomella
    Cc: stable
    Signed-off-by: Greg Kroah-Hartman

    Gomella, Andrew (NIH/NHLBI) [F]
     

24 Apr, 2013

1 commit

  • The current ST Micro Connect Lite uses the FT4232H hi-speed quad USB
    UART FTDI chip. It is also possible to drive STM reference targets
    populated with an on-board JTAG debugger based on the FT2232H chip with
    the same STMicroelectronics tools.

    For this reason, the ST Micro Connect Lite PIDs should be
    ST_STMCLT_2232_PID: 0x3746
    ST_STMCLT_4232_PID: 0x3747

    Signed-off-by: Adrian Thomasset
    Cc: stable
    Signed-off-by: Greg Kroah-Hartman

    Adrian Thomasset
     

09 Apr, 2013

1 commit


28 Mar, 2013

1 commit


02 Feb, 2013

2 commits


14 Jan, 2013

1 commit

  • Simple fix to add support for Crucible Technologies COMET Caller ID
    USB decoder - a device containing FTDI USB/Serial converter chip,
    handling 1200bps CallerID messages decoded from the phone line -
    adding correct USB PID is sufficient.

    Tested to apply cleanly and work flawlessly against 3.6.9, 3.7.0-rc8
    and 3.8.0-rc3 on both amd64 and x86 arches.

    Signed-off-by: Tomasz Mloduchowski
    Cc: stable
    Signed-off-by: Greg Kroah-Hartman

    Tomasz Mloduchowski
     

27 Nov, 2012

1 commit

  • The Newport AGILIS model AG-UC8 compact piezo motor controller
    (http://search.newport.com/?q=*&x2=sku&q2=AG-UC8)
    is yet another device using an FTDI USB-to-serial chip. It works
    fine with the ftdi_sio driver when adding

    options ftdi-sio product=0x3000 vendor=0x104d

    to modprobe.d. udevadm reports "Newport" as the manufacturer,
    and "Agilis" as the product name.

    Signed-off-by: Martin Teichmann
    Cc: stable
    Signed-off-by: Greg Kroah-Hartman

    Martin Teichmann
     

25 Sep, 2012

1 commit

  • TIAO/DIYGADGET USB Multi-Protocol Adapter (TUMPA) is an FTDI FT2232H
    based device which provides an easily accessible JTAG, SPI, I2C, serial
    breakout.

    http://www.diygadget.com/tiao-usb-multi-protocol-adapter-jtag-spi-i2c-serial.html
    http://www.tiaowiki.com/w/TIAO_USB_Multi_Protocol_Adapter_User%27s_Manual

    FTDI FT2232H provides two serial channels (A and B), but on the TUMPA
    channel A is dedicated to JTAG/SPI while channel B can be used for
    UART/RS-232: use the ftdi_jtag_quirk to expose only channel B as
    a usb-serial interface to userspace.

    Signed-off-by: Antonio Ospite
    Cc: stable
    Signed-off-by: Greg Kroah-Hartman

    Antonio Ospite
     

11 Sep, 2012

1 commit

  • The Microchip vid:pid 04d8:000a is used for their CDC ACM
    demo firmware application. This is a device with a single
    function conforming to the CDC ACM specification and with
    the intention of demonstrating CDC ACM class firmware and
    driver interaction. The demo is used on a number of
    development boards, and may also be used unmodified by
    vendors using Microchip hardware.

    Some vendors have re-used this vid:pid for other types of
    firmware, emulating FTDI chips. Attempting to continue to
    support such devices without breaking class based
    applications that by matching on interface
    class/subclass/proto being ff/ff/00. I have no information
    about the actual device or interface descriptors, but this
    will at least make the proper CDC ACM devices work again.
    Anyone having details of the offending device's descriptors
    should update this entry with the details.

    Reported-by: Florian Wöhrl
    Reported-by: Xiaofan Chen
    Cc: stable
    Cc: Alan Cox
    Cc: Bruno Thomsen
    Signed-off-by: Bjørn Mork
    Signed-off-by: Greg Kroah-Hartman

    Bjørn Mork
     

06 Sep, 2012

2 commits

  • This adds the USB PID for the NZR SEM 16+ USB energy monitor device
    . It works perfectly with the GPL software on
    .

    Signed-off-by: Horst Schirmeier
    Cc: stable
    Signed-off-by: Greg Kroah-Hartman

    Horst Schirmeier
     
  • Commit b69cc672052540 added support for the E-861. After acquiring a C-867, I
    realised that every Physik Instrumente's device has a different PID. They are
    listed in the Windows device driver's .inf file. So here are all PIDs for the
    current (and probably future) USB devices from Physik Instrumente.

    Compiled, but only actually tested on the E-861 and C-867.

    Signed-off-by: Éric Piel
    Cc: stable
    Signed-off-by: Greg Kroah-Hartman

    Éric Piel
     

11 Aug, 2012

1 commit


13 Jun, 2012

1 commit


08 May, 2012

1 commit


16 Mar, 2012

1 commit


15 Mar, 2012

1 commit

  • Add PID 0x6015, corresponding to the new series of FT-X chips
    (FT220XD, FT201X, FT220X, FT221X, FT230X, FT231X, FT240X). They all
    appear as serial devices, and seem indistinguishable except for the
    default product string stored in their EEPROM. The baudrate
    generation matches FT232RL devices.

    Tested with a FT201X and FT230X at various baudrates (100 - 3000000).

    Sample dmesg:
    ftdi_sio: v1.6.0:USB FTDI Serial Converters Driver
    usb 2-1: new full-speed USB device number 6 using ohci_hcd
    usb 2-1: New USB device found, idVendor=0403, idProduct=6015
    usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
    usb 2-1: Product: FT230X USB Half UART
    usb 2-1: Manufacturer: FTDI
    usb 2-1: SerialNumber: DC001WI6
    ftdi_sio 2-1:1.0: FTDI USB Serial Device converter detected
    drivers/usb/serial/ftdi_sio.c: ftdi_sio_port_probe
    drivers/usb/serial/ftdi_sio.c: ftdi_determine_type: bcdDevice = 0x1000, bNumInterfaces = 1
    usb 2-1: Detected FT-X
    usb 2-1: Number of endpoints 2
    usb 2-1: Endpoint 1 MaxPacketSize 64
    usb 2-1: Endpoint 2 MaxPacketSize 64
    usb 2-1: Setting MaxPacketSize 64
    drivers/usb/serial/ftdi_sio.c: read_latency_timer
    drivers/usb/serial/ftdi_sio.c: write_latency_timer: setting latency timer = 1
    drivers/usb/serial/ftdi_sio.c: create_sysfs_attrs
    drivers/usb/serial/ftdi_sio.c: sysfs attributes for FT-X
    usb 2-1: FTDI USB Serial Device converter now attached to ttyUSB0

    Signed-off-by: Jim Paris
    Cc: stable
    Signed-off-by: Greg Kroah-Hartman

    Jim Paris
     

10 Mar, 2012

1 commit


09 Mar, 2012

1 commit

  • Microchip VID (0x04d8) was mislabeled as Hornby VID according to USB-IDs.

    A Full Speed USB Demo Board PID (0x000a) was mislabeled as
    Hornby Elite (an Digital Command Controller Console for model railways).

    Most likely the Hornby based their design on
    PIC18F87J50 Full Speed USB Demo Board.

    Signed-off-by: Bruno Thomsen
    Cc: stable
    Signed-off-by: Greg Kroah-Hartman

    Bruno Thomsen
     

25 Feb, 2012

1 commit


04 Feb, 2012

1 commit


27 Jan, 2012

1 commit


25 Jan, 2012

2 commits


09 Jan, 2012

1 commit

  • * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial: (53 commits)
    Kconfig: acpi: Fix typo in comment.
    misc latin1 to utf8 conversions
    devres: Fix a typo in devm_kfree comment
    btrfs: free-space-cache.c: remove extra semicolon.
    fat: Spelling s/obsolate/obsolete/g
    SCSI, pmcraid: Fix spelling error in a pmcraid_err() call
    tools/power turbostat: update fields in manpage
    mac80211: drop spelling fix
    types.h: fix comment spelling for 'architectures'
    typo fixes: aera -> area, exntension -> extension
    devices.txt: Fix typo of 'VMware'.
    sis900: Fix enum typo 'sis900_rx_bufer_status'
    decompress_bunzip2: remove invalid vi modeline
    treewide: Fix comment and string typo 'bufer'
    hyper-v: Update MAINTAINERS
    treewide: Fix typos in various parts of the kernel, and fix some comments.
    clockevents: drop unknown Kconfig symbol GENERIC_CLOCKEVENTS_MIGR
    gpio: Kconfig: drop unknown symbol 'CS5535_GPIO'
    leds: Kconfig: Fix typo 'D2NET_V2'
    sound: Kconfig: drop unknown symbol ARCH_CLPS7500
    ...

    Fix up trivial conflicts in arch/powerpc/platforms/40x/Kconfig (some new
    kconfig additions, close to removed commented-out old ones)

    Linus Torvalds
     

02 Jan, 2012

1 commit


02 Dec, 2011

1 commit


19 Oct, 2011

1 commit

  • Some Stellaris evaluation kits have the JTAG/SWD FTDI chip onboard,
    and some, like EK-LM3S9B90, come with a separate In-Circuit Debugger
    Interface Board. The ICDI board can also be used stand-alone, for
    other boards and chips than the kit it came with. The ICDI has both
    old style 20-pin JTAG connector and new style JTAG/SWD 10-pin 1.27mm
    pitch connector.

    Tested with EK-LM3S9B90, where the BD-ICDI board is included.

    Signed-off-by: Peter Stuge
    Cc: stable
    Signed-off-by: Greg Kroah-Hartman

    Peter Stuge
     

05 Oct, 2011

1 commit


11 Aug, 2011

1 commit


28 Jun, 2011

1 commit

  • appended patch adds support for the new FTDI FT232H chip. This chip is a
    single channel version of the dual FT2232H/quad FT4232H, coming with it's
    own default PID 0x6014 (FT2232H uses the same PID 0x6010 like FT2232C,
    FT4232H has also it's own PID).

    The patch was checked on an UM232H module and a terminal program with TX/RX
    shorted to that typing in the terminal reproduced the characters.

    Signed-off-by: Uwe Bonnes
    Cc: stable
    Signed-off-by: Greg Kroah-Hartman

    Uwe Bonnes
     

09 Jun, 2011

1 commit


30 Apr, 2011

1 commit