1. 23 4月, 2010 1 次提交
  2. 03 3月, 2010 5 次提交
  3. 10 10月, 2009 1 次提交
  4. 23 9月, 2009 4 次提交
  5. 20 9月, 2009 1 次提交
  6. 08 8月, 2009 1 次提交
    • K
      USB: pl2303: New vendor and product id · 49276560
      Khanh-Dang Nguyen Thu Lam 提交于
      I am submitting a patch for the pl2303 driver.  This patch adds support
      for the "Sony QN-3USB" cable (vendor=0x054c, product=0x0437).  This USB
      cable is a so-called data cable used to connect a Sony mobile phone to a
      computer.  Supported models are Sony CMD-J5, J6, J7, J16, J26, J70 and
      Z7.
      
      I have used this patch with my Sony CMD-J70 for several days and I
      haven't encountered any kernel/hardware issue.
      
      
      From: Khanh-Dang Nguyen Thu Lam <kdntl@yahoo.fr>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      49276560
  7. 13 7月, 2009 1 次提交
    • G
      USB: pl2303: New vendor and product id for the prolific driver · 8540d666
      Gianpaolo Cugola 提交于
      I recently bought a PC interface for the Cressi Edy dive computer
      (www.cressi.it) and discovered that it uses the pl2303 chip, albeit
      with ad-hoc vendor and product ids (04b8, 0521 respectively). Being in
      the process of writing a linux software for such device (cressi only
      provides a windows software), I patched the pl2303 linux driver to
      have the interface recognized. I am submitting you the patch (very
      basic) for inclusion in next kernel version.
      
      From: Gianpaolo Cugola <gianpaoloc@gmail.com>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      8540d666
  8. 11 7月, 2009 2 次提交
  9. 16 6月, 2009 2 次提交
  10. 11 6月, 2009 1 次提交
  11. 07 4月, 2009 1 次提交
  12. 18 12月, 2008 2 次提交
  13. 18 10月, 2008 1 次提交
  14. 14 10月, 2008 2 次提交
    • 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
    • J
      usb: fix pl2303 initialization · 4ad6de0b
      Jason Wessel 提交于
      This patch removes the private check for the termios_initialized for
      the pl2303 usb driver.  It forced the baud to 9600 on the first call
      to pl2303_set_termios()
      
      Based on the tty changes in the 2.6.27 kernel, the termios passed to
      the *_set_termios functions is always populated the first time.
      
      This means there is no need to privately initialize the settings the
      first time, and doing so will not allow the use of the kernel
      parameter "console=ttyUSB0,115200" as an example.
      Signed-off-by: NJason Wessel <jason.wessel@windriver.com>
      Signed-off-by: NAlan Cox <alan@redhat.com>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      4ad6de0b
  15. 14 8月, 2008 1 次提交
  16. 23 7月, 2008 2 次提交
  17. 04 7月, 2008 1 次提交
  18. 30 5月, 2008 1 次提交
  19. 21 5月, 2008 1 次提交
  20. 25 4月, 2008 4 次提交
  21. 25 3月, 2008 1 次提交
    • M
      USB: pl2303: another product ID · b483b6aa
      Max Arnold 提交于
      Device like this http://aldiga.com/english/A-100-USB-EDGE10.htm
      contains Prolific 2303 chip.
      Actually their site a bit outdated - I have AlDiga AL-11U
      GSM/GPRS/EDGE modem and it works with pl2303 module after adding
      corresponding product ID.
      
      By default modem uses baud rate 460800.  GSM chipset - SIMCom SIM600,
      quad band 850/900/1800/1900 MHz
      
      Device info:
      
      T:  Bus=04 Lev=01 Prnt=01 Port=00 Cnt=01 Dev#=  5 Spd=12  MxCh= 0
      D:  Ver= 1.10 Cls=00(>ifc ) Sub=00 Prot=00 MxPS= 8 #Cfgs=  1
      P:  Vendor=067b ProdID=0611 Rev= 0.00
      C:* #Ifs= 1 Cfg#= 1 Atr=a0 MxPwr=500mA
      I:* If#= 0 Alt= 0 #EPs= 3 Cls=ff(vend.) Sub=00 Prot=00 Driver=pl2303
      E:  Ad=81(I) Atr=03(Int.) MxPS=  10 Ivl=1ms
      E:  Ad=02(O) Atr=02(Bulk) MxPS=  64 Ivl=0ms
      E:  Ad=83(I) Atr=02(Bulk) MxPS=  64 Ivl=0ms
      
      From: Max Arnold <lwarxx@gmail.com>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      b483b6aa
  22. 02 2月, 2008 4 次提交