1. 14 4月, 2011 1 次提交
  2. 10 3月, 2011 1 次提交
  3. 04 2月, 2011 2 次提交
  4. 23 1月, 2011 1 次提交
  5. 11 12月, 2010 1 次提交
  6. 01 12月, 2010 2 次提交
  7. 09 11月, 2010 1 次提交
  8. 23 10月, 2010 4 次提交
  9. 18 10月, 2010 1 次提交
  10. 04 9月, 2010 1 次提交
  11. 24 8月, 2010 2 次提交
  12. 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
  13. 27 7月, 2010 2 次提交
  14. 30 6月, 2010 1 次提交
  15. 21 5月, 2010 1 次提交
  16. 19 3月, 2010 1 次提交
  17. 03 3月, 2010 3 次提交
  18. 17 2月, 2010 2 次提交
  19. 24 12月, 2009 2 次提交
  20. 12 12月, 2009 1 次提交
  21. 23 9月, 2009 3 次提交
  22. 08 8月, 2009 2 次提交
  23. 29 7月, 2009 1 次提交
  24. 13 7月, 2009 2 次提交
    • K
      USB serial: Add ID for Turtelizer, an FT2232L-based JTAG/RS-232 adapter. · 14511412
      Krzysztof Halasa 提交于
      Adds USB ID for Turtelizer, an FT2232L-based JTAG/RS-232 adapter.
      Signed-off-by: NKrzysztof Ha³asa <khc@pm.waw.pl>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      14511412
    • M
      USB: ftdi: support NDI devices · b760dac2
      Martin Geleynse 提交于
      It enhances the driver for FTDI-based USB serial adapters to recognize and
      support Northern Digital Inc (NDI) measurement equipment. NDI has been
      providing this patch for various kernel flavors for several years and we would
      like to see these changes built in to the driver so that our equipement works
      without the need for customers to patch the kernel themselves.
      
      The patch makes small modifications to 2 files: ./drivers/usb/serial/ftdi_sio.c
      and ./drivers/usb/serial/ftdi_sio.h. It accomplishes 3 things:
      
      1. Define the VID and PIDs to allow the driver to recognize the NDI devices.
      2. Map the 19200 baud rate setting to our higher baud rate of 1.2Mb
         We would have chosen to map 38400 to the higher rate, similar to what
         several other vendors have done, but some of our legacy customers actually
         use 38400, therefore we remap 19200 to the higher rate.
      3. We set the default transmit latency in the FTDI chip to 1ms for our devices.
         Our devices are typically polled at 60Hz and the default ftdi latency
         seriously affects turn-around time and results in missed data frames. We
         have created a modprobe option that allows this setting to be increased.
         This has proven necessary particularly in some virtualized environments.
      Signed-off-by: NMartin P. Geleynse <mgeleyns@ndigital.com>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      
      b760dac2