1. 29 7月, 2009 1 次提交
  2. 13 7月, 2009 5 次提交
  3. 16 6月, 2009 4 次提交
  4. 11 6月, 2009 1 次提交
  5. 24 4月, 2009 1 次提交
  6. 18 4月, 2009 1 次提交
    • P
      USB: option: Add ids for D-Link DWM-652 3.5G modem · c00deaa5
      Pascal Terjan 提交于
      This patch allows D-Link DWM-652 3.5G modem to work.
      It is an express card but was only tested with the provided usb adapter as I
      don't have machines with express card connector.
      
      /dev/ttyUSB{0,1,2} get created, and using comgt on ttyUSB1 works fine :
      
      [root@plop tmp]# comgt -d /dev/ttyUSB1 -e
      
      Enter PIN number: XXXX
      Waiting for Registration..(120 sec max).
      Registered on Home network: "Orange France",2
      Signal Quality: 15,99
      
      From: Pascal Terjan <pterjan@mandriva.com>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      c00deaa5
  7. 25 3月, 2009 1 次提交
  8. 18 3月, 2009 4 次提交
  9. 28 2月, 2009 2 次提交
  10. 10 2月, 2009 2 次提交
  11. 28 1月, 2009 2 次提交
  12. 08 1月, 2009 2 次提交
  13. 01 12月, 2008 1 次提交
  14. 14 11月, 2008 1 次提交
  15. 23 10月, 2008 2 次提交
  16. 18 10月, 2008 5 次提交
  17. 14 10月, 2008 1 次提交
    • A
      tty: usb-serial krefs · 4a90f09b
      Alan Cox 提交于
      Use kref in the USB serial drivers so that we don't free tty structures
      from under the URB receive handlers as has historically been the case if
      you were unlucky. This also gives us a framework for general tty drivers to
      use tty_port objects and refcount.
      
      Contains two err->dev_err changes merged together to fix clashes in the
      -next tree.
      Signed-off-by: NAlan Cox <alan@redhat.com>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      4a90f09b
  18. 24 9月, 2008 1 次提交
  19. 22 8月, 2008 1 次提交
  20. 14 8月, 2008 2 次提交