1. 05 11月, 2010 1 次提交
  2. 11 8月, 2010 2 次提交
  3. 19 3月, 2010 1 次提交
    • J
      tty_port,usb-console: Fix usb serial console open/close regression · 336cee42
      Jason Wessel 提交于
      Commit e1108a63 ("usb_serial: Use the
      shutdown() operation") breaks the ability to use a usb console
      starting in 2.6.33.  This was observed when using
      console=ttyUSB0,115200 as a boot argument with an FTDI device.  The
      error is:
      
      ftdi_sio ttyUSB0: ftdi_submit_read_urb - failed submitting read urb, error -22
      
      The handling of the ASYNCB_INITIALIZED changed in 2.6.32 such that in
      tty_port_shutdown() it always clears the flag if it is set.  The fix
      is to add a variable to the tty_port struct to indicate when the tty
      port is a console.
      
      CC: Alan Cox <alan@linux.intel.com>
      CC: Alan Stern <stern@rowland.harvard.edu>
      CC: Oliver Neukum <oliver@neukum.org>
      CC: Andrew Morton <akpm@linux-foundation.org>
      Signed-off-by: NJason Wessel <jason.wessel@windriver.com>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      336cee42
  4. 12 12月, 2009 7 次提交
  5. 01 12月, 2009 1 次提交
  6. 18 11月, 2009 1 次提交
  7. 20 9月, 2009 3 次提交
  8. 17 7月, 2009 1 次提交
  9. 25 6月, 2009 1 次提交
  10. 11 6月, 2009 4 次提交
  11. 03 1月, 2009 8 次提交
  12. 24 10月, 2008 1 次提交
  13. 14 10月, 2008 2 次提交