1. 09 11月, 2010 1 次提交
  2. 23 10月, 2010 7 次提交
  3. 04 9月, 2010 1 次提交
  4. 24 8月, 2010 3 次提交
  5. 21 8月, 2010 1 次提交
  6. 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
  7. 10 8月, 2010 1 次提交
  8. 27 7月, 2010 2 次提交
  9. 30 6月, 2010 1 次提交
  10. 05 6月, 2010 1 次提交
    • D
      USB: ftdi_sio: fix DTR/RTS line modes · 6a1a82df
      Daniel Mack 提交于
      Call set_mctrl() and clear_mctrl() according to the flow control mode
      selected. This makes serial communication for FT232 connected devices
      work when CRTSCTS is not set.
      
      This fixes a regression introduced by 4175f3e3 ("tty_port: If we are
      opened non blocking we still need to raise the carrier"). This patch
      calls the low-level driver's dtr_rts() function which consequently sets
      TIOCM_DTR | TIOCM_RTS. A later call to set_termios() without CRTSCTS in
      cflags, however, does not reset these bits, and so data is not actually
      sent out on the serial wire.
      Signed-off-by: NDaniel Mack <daniel@caiaq.de>
      Cc: Johan Hovold <jhovold@gmail.com>
      Cc: Alan Cox <alan@linux.intel.com>
      Cc: stable <stable@kernel.org>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      6a1a82df
  11. 21 5月, 2010 11 次提交
  12. 19 3月, 2010 2 次提交
  13. 03 3月, 2010 7 次提交