1. 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
  2. 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
  3. 23 10月, 2010 1 次提交
  4. 18 10月, 2010 1 次提交
  5. 11 8月, 2010 1 次提交
  6. 21 5月, 2010 6 次提交
  7. 19 3月, 2010 1 次提交
  8. 03 3月, 2010 2 次提交
  9. 30 3月, 2009 1 次提交
  10. 25 3月, 2009 3 次提交
  11. 08 1月, 2009 2 次提交
  12. 14 8月, 2008 1 次提交
  13. 22 7月, 2008 1 次提交
  14. 10 7月, 2008 1 次提交
  15. 15 5月, 2008 1 次提交
  16. 25 4月, 2008 3 次提交
  17. 02 2月, 2008 3 次提交
  18. 20 10月, 2007 1 次提交
  19. 13 10月, 2007 1 次提交
  20. 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
  21. 09 5月, 2007 1 次提交
  22. 28 4月, 2007 1 次提交
  23. 12 1月, 2007 1 次提交
  24. 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
  25. 02 12月, 2006 1 次提交
  26. 04 11月, 2006 1 次提交
  27. 18 10月, 2006 1 次提交
    • K
      USB: Sierra Wireless driver update · 033a3fb9
      Kevin Lloyd 提交于
      The largest feature in this patch is that it adds significant throughput
      increase to the Sierra driver and adds support for modem status line
      control (e.g. the DTR line). This patch also updates the current sierra.c
      driver so that it supports both 3-port Sierra devices and 1-port legacy
      devices and removes Sierra's references in other related files (Kconfig and
      airprime.c).
      Signed-off-by: NKevin Lloyd  <linux@sierrawireless.com>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      033a3fb9