1. 27 9月, 2012 1 次提交
  2. 25 9月, 2012 1 次提交
    • G
      USB: serial: remove vizzini driver · 64f0d8cd
      Greg Kroah-Hartman 提交于
      It's out-dated for the tty-layer stuff, and would require a bunch of
      work.  That's not really a big deal, the big issue is that there is no
      company contact for the hardware, so questions we have about it (like
      why isn't this just handled by the cdc-acm driver instead?) go
      unanswered.
      
      So drop the driver.  If someone comes along to help answer the
      questions, we can easily revert this and fix up the code.
      
      Cc: Alan Cox <alan@lxorguk.ukuu.org.uk>
      Cc: Rob Duncan <rob.duncan@exar.com>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      64f0d8cd
  3. 18 9月, 2012 1 次提交
    • G
      USB: serial: add vizzini driver · c05fecb1
      Greg Kroah-Hartman 提交于
      Here's a driver for the Vizzini USB to serial device.
      It looks to be copied from cdc-acm, and probably can be cleaned up a lot
      more.  Also, there's some odd "try to grab another interface" that is
      probably wrong.  And, if this really is a cdc-acm device, it probably
      should just be a quirk of the cdc-acm device, but I can't figure that
      out, and people have been using this driver for a long time now.  So
      merge it to let people use their hardware and clean it up over time.
      
      Driver written by Rob Duncan but cleaned up and forward ported to the
      latest kernel tree by me.
      
      Cc: Rob Duncan <rob.duncan@exar.com>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      c05fecb1
  4. 14 9月, 2012 1 次提交
    • G
      USB: serial: add zte_ev.c driver · 799ee924
      Greg Kroah-Hartman 提交于
      This adds a driver for the zte_ev set of usb to serial devices.  It is
      based on a patch floating around the internet that modified the generic
      usb-serial driver to only work for this type of device.
      
      I've left comments in the code that I think show the data commands being
      sent to the device, which I'm guessing come from a usb analyzer.  Maybe
      they can help others out as well.
      
      Many thanks to nirinA raseliarison for pointing the original patch out
      to me, and for testing that the driver works properly.
      Tested-by: NnirinA raseliarison <nirina.raseliarison@gmail.com>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      799ee924
  5. 11 5月, 2012 1 次提交
  6. 09 3月, 2012 1 次提交
  7. 29 2月, 2012 1 次提交
    • G
      USB: serial: add Fintek F81232 usb to serial driver · aac1fc38
      Greg Kroah-Hartman 提交于
      This is the first cut at a driver for the Fintek F81232 USB to serial
      single port converter.  This provides the initial framework for the
      device, and some data can move through it, but no line settings are
      handled, so it's not that useful yet.  It does give people a starting
      place to work from.
      
      Thank to Fintek for providing samples and specifications, without which,
      this driver would have never been able to be written.
      
      Cc: Amanda Ying <Amanda_Ying@fintek.com.tw>
      Cc: Tom Tsai <Tom_Tsai@fintek.com.tw>
      Cc: <linux-usb@vger.kernel.org>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      aac1fc38
  8. 25 8月, 2011 1 次提交
    • R
      usb: fix ipw.c build error, select USB_SERIAL_WWAN · 5d7a1c8a
      Randy Dunlap 提交于
      USB_SERIAL_IPW needs to select USB_SERIAL_WWAN to fix build errors:
      
      ipw.c:(.text+0x333841): undefined reference to `usb_wwan_close'
      ipw.c:(.text+0x3339e6): undefined reference to `usb_wwan_open'
      ipw.c:(.text+0x333bb9): undefined reference to `usb_wwan_release'
      drivers/built-in.o:(.data+0x29dac): undefined reference to `usb_wwan_startup'
      drivers/built-in.o:(.data+0x29db4): undefined reference to `usb_wwan_disconnect'
      drivers/built-in.o:(.data+0x29dd4): undefined reference to `usb_wwan_write'
      Signed-off-by: NRandy Dunlap <rdunlap@xenotime.net>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      5d7a1c8a
  9. 14 4月, 2011 1 次提交
    • J
      Revert "USB: sam-ba: add driver for Atmel SAM Boot Assistant (SAM-BA)" · b750106b
      Johan Hovold 提交于
      This reverts commit 90593899.
      
      SAM-BA devices identify themselves CDC-ACM devices and should be using
      the cdc-acm driver.
      
      Since commit 5b239f0a (USB: cdc-acm: Add pseudo
      modem without AT command capabilities) cdc-acm also binds to them.
      
      Note that the Atmel SAM-BA tools expect to use a USB-serial driver and thus
      require a symlink from /dev/ttyACMn to some /dev/ttyUSBm (with m < 30) to be
      able to select the device. This is simply a UI-issue that should be
      fixed by Atmel.
      
      Tested with the SAM-BA 2.10 tools and an Atmel at91sam9260-ek.
      Signed-off-by: NJohan Hovold <jhovold@gmail.com>
      Cc: Sven Köhler <sven.koehler@gmail.com>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      b750106b
  10. 23 10月, 2010 1 次提交
  11. 18 10月, 2010 1 次提交
  12. 11 8月, 2010 1 次提交
  13. 21 5月, 2010 6 次提交
  14. 19 3月, 2010 1 次提交
  15. 03 3月, 2010 2 次提交
  16. 30 3月, 2009 1 次提交
  17. 25 3月, 2009 3 次提交
  18. 08 1月, 2009 2 次提交
  19. 14 8月, 2008 1 次提交
  20. 22 7月, 2008 1 次提交
  21. 10 7月, 2008 1 次提交
  22. 15 5月, 2008 1 次提交
  23. 25 4月, 2008 3 次提交
  24. 02 2月, 2008 3 次提交
  25. 20 10月, 2007 1 次提交
  26. 13 10月, 2007 1 次提交
  27. 13 7月, 2007 1 次提交
    • K
      USB: oti6858 usb-serial driver (in Nokia CA-42 cable) · 49cdee0e
      Kees Lemmens 提交于
      Last week I've been searching for a driver for the CA-42 cable (see usb
       below) that fitted my kernel 2.6.20. I only found an abandoned version for a
       driver on your website that indeed worked on 2.6.18 but wouldn't even
       compile with a more recent 2.6.20 kernel.
      
      I fiddled 2 evenings with the kernel code and have patched it up now to work
      with the modifications in the 2.6.20 kernel. The patch is attached hereafter
      and it works fine (at least for me :-) ).
      
      Bus 2 Device 13: ID 0ea0:6858 Ours Technology, Inc.
      
      I had to fiddle a little with the settings in .gnokiirc but that also
       occurred with the older 2.6.18 kernel. Nevertheless, on one system with this
       cable and my Nokia 6070 I had best results with :
      
      model = 6510
      connection = dku5
      
      while on an other system with the same kernel, cable and phone it only worked
      with :
      
      model = AT
      connection = serial
      serial_write_usleep = 1
      
      
      From: Kees Lemmens <C.W.J.Lemmens@ewi.tudelft.nl>
      Cc: <pawel.kot@gmail.com>
      Cc: <bozo@andrews.hu>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      49cdee0e