1. 09 3月, 2012 1 次提交
  2. 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
  3. 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
  4. 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
  5. 23 10月, 2010 1 次提交
  6. 18 10月, 2010 1 次提交
  7. 11 8月, 2010 1 次提交
  8. 21 5月, 2010 6 次提交
  9. 19 3月, 2010 1 次提交
  10. 03 3月, 2010 2 次提交
  11. 30 3月, 2009 1 次提交
  12. 25 3月, 2009 3 次提交
  13. 08 1月, 2009 2 次提交
  14. 14 8月, 2008 1 次提交
  15. 22 7月, 2008 1 次提交
  16. 10 7月, 2008 1 次提交
  17. 15 5月, 2008 1 次提交
  18. 25 4月, 2008 3 次提交
  19. 02 2月, 2008 3 次提交
  20. 20 10月, 2007 1 次提交
  21. 13 10月, 2007 1 次提交
  22. 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
  23. 09 5月, 2007 1 次提交
  24. 28 4月, 2007 1 次提交
  25. 12 1月, 2007 1 次提交
  26. 06 1月, 2007 1 次提交
    • A
      USB: funsoft is borken on sparc · 6a3c3d49
      Andrew Morton 提交于
      drivers/usb/serial/funsoft.c: In function `funsoft_ioctl':
      drivers/usb/serial/funsoft.c:35: warning: dereferencing `void *' pointer
      drivers/usb/serial/funsoft.c:35: error: request for member `c_iflag' in something not a structure or union
      drivers/usb/serial/funsoft.c:35: error: request for member `c_iflag' in something not a structure or union
      drivers/usb/serial/funsoft.c:35: error: request for member `c_iflag' in something not a structure or union
      drivers/usb/serial/funsoft.c:35: warning: type defaults to `int' in declaration of `type name'
      drivers/usb/serial/funsoft.c:35: warning: dereferencing `void *' pointer
      drivers/usb/serial/funsoft.c:35: error: request for member `c_oflag' in something not a structure or union
      drivers/usb/serial/funsoft.c:35: error: request for member `c_oflag' in something not a structure or union
      drivers/usb/serial/funsoft.c:35: error: request for member `c_oflag' in something not a structure or union
      drivers/usb/serial/funsoft.c:35: warning: type defaults to `int' in declaration of `type name'
      drivers/usb/serial/funsoft.c:35: warning: dereferencing `void *' pointer
      drivers/usb/serial/funsoft.c:35: error: request for member `c_cflag' in something not a structure or union
      drivers/usb/serial/funsoft.c:35: error: request for member `c_cflag' in something not a structure or union
      drivers/usb/serial/funsoft.c:35: error: request for member `c_cflag' in something not a structure or union
      drivers/usb/serial/funsoft.c:35: warning: type defaults to `int' in declaration of `type name'
      drivers/usb/serial/funsoft.c:35: warning: dereferencing `void *' pointer
      drivers/usb/serial/funsoft.c:35: error: request for member `c_lflag' in something not a structure or union
      drivers/usb/serial/funsoft.c:35: error: request for member `c_lflag' in something not a structure or union
      drivers/usb/serial/funsoft.c:35: error: request for member `c_lflag' in something not a structure or union
      drivers/usb/serial/funsoft.c:35: warning: type defaults to `int' in declaration of `type name'
      drivers/usb/serial/funsoft.c:35: warning: dereferencing `void *' pointer
      drivers/usb/serial/funsoft.c:35: error: request for member `c_line' in something not a structure or union
      drivers/usb/serial/funsoft.c:35: error: request for member `c_line' in something not a structure or union
      drivers/usb/serial/funsoft.c:35: error: request for member `c_line' in something not a structure or union
      drivers/usb/serial/funsoft.c:35: warning: type defaults to `int' in declaration of `type name'
      drivers/usb/serial/funsoft.c:35: warning: dereferencing `void *' pointer
      drivers/usb/serial/funsoft.c:35: error: request for member `c_cc' in something not a structure or union
      drivers/usb/serial/funsoft.c:35: warning: dereferencing `void *' pointer
      drivers/usb/serial/funsoft.c:35: error: request for member `c_cc' in something not a structure or union
      drivers/usb/serial/funsoft.c:35: error: request for member `c_cc' in something not a structure or union
      drivers/usb/serial/funsoft.c:35: error: request for member `c_cc' in something not a structure or union
      drivers/usb/serial/funsoft.c:35: warning: type defaults to `int' in declaration of `type name'
      drivers/usb/serial/funsoft.c:35: warning: dereferencing `void *' pointer
      drivers/usb/serial/funsoft.c:35: error: request for member `c_cc' in something not a structure or union
      drivers/usb/serial/funsoft.c:35: error: request for member `c_cc' in something not a structure or union
      drivers/usb/serial/funsoft.c:35: error: request for member `c_cc' in something not a structure or union
      drivers/usb/serial/funsoft.c:35: warning: type defaults to `int' in declaration of `type name'
      drivers/usb/serial/funsoft.c:35: warning: dereferencing `void *' pointer
      drivers/usb/serial/funsoft.c:35: error: request for member `c_cc' in something not a structure or union
      drivers/usb/serial/funsoft.c:35: error: request for member `c_cc' in something not a structure or union
      drivers/usb/serial/funsoft.c:35: error: request for member `c_cc' in something not a structure or union
      drivers/usb/serial/funsoft.c:35: warning: type defaults to `int' in declaration of `type name'
      drivers/usb/serial/funsoft.c:35: warning: dereferencing `void *' pointer
      drivers/usb/serial/funsoft.c:35: error: request for member `c_cc' in something not a structure or union
      drivers/usb/serial/funsoft.c:35: error: request for member `c_cc' in something not a structure or union
      drivers/usb/serial/funsoft.c:35: error: request for member `c_cc' in something not a structure or union
      drivers/usb/serial/funsoft.c:35: warning: type defaults to `int' in declaration of `type name'
      
      Cc: David Clare <david@funsoft.com>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      6a3c3d49
  27. 02 12月, 2006 1 次提交