1. 16 3月, 2012 1 次提交
  2. 15 3月, 2012 1 次提交
    • J
      USB: ftdi_sio: add support for FT-X series devices · dc0827c1
      Jim Paris 提交于
      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: NJim Paris <jim@jtan.com>
      Cc: stable <stable@vger.kernel.org>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      dc0827c1
  3. 10 3月, 2012 1 次提交
  4. 09 3月, 2012 1 次提交
  5. 25 2月, 2012 1 次提交
  6. 04 2月, 2012 1 次提交
  7. 27 1月, 2012 1 次提交
  8. 25 1月, 2012 2 次提交
  9. 02 1月, 2012 1 次提交
  10. 02 12月, 2011 1 次提交
  11. 19 10月, 2011 1 次提交
    • P
      USB: ftdi_sio: Support TI/Luminary Micro Stellaris BD-ICDI Board · 3687f641
      Peter Stuge 提交于
      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: NPeter Stuge <peter@stuge.se>
      Cc: stable <stable@vger.kernel.org>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      3687f641
  12. 05 10月, 2011 1 次提交
  13. 11 8月, 2011 1 次提交
  14. 28 6月, 2011 1 次提交
  15. 09 6月, 2011 1 次提交
  16. 30 4月, 2011 1 次提交
  17. 14 4月, 2011 3 次提交
  18. 10 3月, 2011 1 次提交
  19. 04 2月, 2011 2 次提交
  20. 23 1月, 2011 1 次提交
  21. 11 12月, 2010 1 次提交
  22. 01 12月, 2010 2 次提交
  23. 09 11月, 2010 1 次提交
  24. 23 10月, 2010 4 次提交
  25. 18 10月, 2010 1 次提交
  26. 04 9月, 2010 1 次提交
  27. 24 8月, 2010 2 次提交
  28. 11 8月, 2010 2 次提交
    • D
      USB: ftdi_sio: device id for Navitator · b6180ef7
      dranch@trinnet.net 提交于
      This patch is to add a US Interface, Inc. "Navigator" USB device.
      Specifically, it's a HAM Radio USB sound modem that also
      incorporates three pairs of unique FTDI serial ports.  The standard
      Linux FTDI serial driver will only recognize the first two serial
      ports of an unknown FDTI derived device and this patch adds in
      recognition to these specific new IDs.
      Signed-off-by: NDavid A. Ranch <dranch@trinnet.net>
      Cc: stable <stable@kernel.org>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      
      
      b6180ef7
    • J
      USB: serial: enabling support for Segway RMP in ftdi_sio · afad1964
      John G. Rogers 提交于
      I have added the ProductID=0xe729 VendorID=FTDI_VID=0x0403 which will
      enable support for the Segway Robotic Mobility Platform (RMP200) in the
      ftdi_sio kernel module.  Currently, users of the Segway RMP200 must use
      a RUN+="/sbin/modprobe -q ftdi-sio product=0xe729 vendor=0x0403 in a
      udev rule to get the ftdi_sio module to handle the usb interface and
      mount it on /dev/ttyXXX.  This is not a good solution because some users
      will have multiple USB to Serial converters which will use the ftdi_sio
      module.
      Signed-off-by: NJohn Rogers <jgrogers@gmail.com>
      Cc: stable <stable@kernel.org>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      afad1964
  29. 27 7月, 2010 2 次提交