1. 05 2月, 2014 1 次提交
  2. 02 11月, 2013 1 次提交
  3. 30 7月, 2013 1 次提交
  4. 18 5月, 2013 1 次提交
  5. 24 4月, 2013 1 次提交
  6. 09 4月, 2013 1 次提交
  7. 28 3月, 2013 1 次提交
  8. 02 2月, 2013 2 次提交
  9. 14 1月, 2013 1 次提交
  10. 27 11月, 2012 1 次提交
  11. 25 9月, 2012 1 次提交
  12. 11 9月, 2012 1 次提交
    • B
      USB: ftdi_sio: do not claim CDC ACM function · f08dea73
      Bjørn Mork 提交于
      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: NFlorian Wöhrl <fw@woehrl.biz>
      Reported-by: NXiaofan Chen <xiaofanc@gmail.com>
      Cc: stable <stable@vger.kernel.org>
      Cc: Alan Cox <alan@linux.intel.com>
      Cc: Bruno Thomsen <bruno.thomsen@gmail.com>
      Signed-off-by: NBjørn Mork <bjorn@mork.no>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      f08dea73
  13. 06 9月, 2012 2 次提交
  14. 11 8月, 2012 1 次提交
  15. 13 6月, 2012 1 次提交
  16. 08 5月, 2012 1 次提交
  17. 16 3月, 2012 1 次提交
  18. 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
  19. 10 3月, 2012 1 次提交
  20. 09 3月, 2012 1 次提交
  21. 25 2月, 2012 1 次提交
  22. 04 2月, 2012 1 次提交
  23. 27 1月, 2012 1 次提交
  24. 25 1月, 2012 2 次提交
  25. 02 1月, 2012 1 次提交
  26. 02 12月, 2011 1 次提交
  27. 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
  28. 05 10月, 2011 1 次提交
  29. 11 8月, 2011 1 次提交
  30. 28 6月, 2011 1 次提交
  31. 09 6月, 2011 1 次提交
  32. 30 4月, 2011 1 次提交
  33. 14 4月, 2011 3 次提交
  34. 10 3月, 2011 1 次提交
  35. 04 2月, 2011 1 次提交