1. 19 10月, 2011 6 次提交
  2. 05 10月, 2011 1 次提交
  3. 30 9月, 2011 1 次提交
  4. 27 9月, 2011 1 次提交
  5. 21 9月, 2011 1 次提交
  6. 18 9月, 2011 4 次提交
  7. 27 8月, 2011 1 次提交
  8. 26 8月, 2011 1 次提交
  9. 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
  10. 24 8月, 2011 1 次提交
    • K
      USB: use usb_endpoint_maxp() instead of le16_to_cpu() · 29cc8897
      Kuninori Morimoto 提交于
      Now ${LINUX}/drivers/usb/* can use usb_endpoint_maxp(desc) to get maximum packet size
      instead of le16_to_cpu(desc->wMaxPacketSize).
      This patch fix it up
      
      Cc: Armin Fuerst <fuerst@in.tum.de>
      Cc: Pavel Machek <pavel@ucw.cz>
      Cc: Johannes Erdfelt <johannes@erdfelt.com>
      Cc: Vojtech Pavlik <vojtech@suse.cz>
      Cc: Oliver Neukum <oliver@neukum.name>
      Cc: David Kubicek <dave@awk.cz>
      Cc: Johan Hovold <jhovold@gmail.com>
      Cc: Brad Hards <bhards@bigpond.net.au>
      Acked-by: NFelipe Balbi <balbi@ti.com>
      Cc: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
      Cc: Thomas Dahlmann <dahlmann.thomas@arcor.de>
      Cc: David Brownell <david-b@pacbell.net>
      Cc: David Lopo <dlopo@chipidea.mips.com>
      Cc: Alan Stern <stern@rowland.harvard.edu>
      Cc: Michal Nazarewicz <m.nazarewicz@samsung.com>
      Cc: Xie Xiaobo <X.Xie@freescale.com>
      Cc: Li Yang <leoli@freescale.com>
      Cc: Jiang Bo <tanya.jiang@freescale.com>
      Cc: Yuan-hsin Chen <yhchen@faraday-tech.com>
      Cc: Darius Augulis <augulis.darius@gmail.com>
      Cc: Xiaochen Shen <xiaochen.shen@intel.com>
      Cc: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
      Cc: OKI SEMICONDUCTOR, <toshiharu-linux@dsn.okisemi.com>
      Cc: Robert Jarzmik <robert.jarzmik@free.fr>
      Cc: Ben Dooks <ben@simtec.co.uk>
      Cc: Thomas Abraham <thomas.ab@samsung.com>
      Cc: Herbert Pötzl <herbert@13thfloor.at>
      Cc: Arnaud Patard <arnaud.patard@rtp-net.org>
      Cc: Roman Weissgaerber <weissg@vienna.at>
      Acked-by: NSarah Sharp <sarah.a.sharp@linux.intel.com>
      Cc: Tony Olech <tony.olech@elandigitalsystems.com>
      Cc: Florian Floe Echtler <echtler@fs.tum.de>
      Cc: Christian Lucht <lucht@codemercs.com>
      Cc: Juergen Stuber <starblue@sourceforge.net>
      Cc: Georges Toth <g.toth@e-biz.lu>
      Cc: Bill Ryder <bryder@sgi.com>
      Cc: Kuba Ober <kuba@mareimbrium.org>
      Cc: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
      Signed-off-by: NKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      29cc8897
  11. 23 8月, 2011 5 次提交
  12. 11 8月, 2011 2 次提交
  13. 09 8月, 2011 7 次提交
  14. 27 7月, 2011 1 次提交
  15. 19 7月, 2011 1 次提交
  16. 09 7月, 2011 1 次提交
  17. 28 6月, 2011 1 次提交
  18. 15 6月, 2011 1 次提交
  19. 09 6月, 2011 1 次提交
  20. 08 6月, 2011 1 次提交
    • G
      Revert "USB: option: add ID for ZTE MF 330" · 3095ec89
      Greg Kroah-Hartman 提交于
      This reverts commit a559d2c8.
      
      Turns out that device id 0x1d6b:0x0002 is a USB hub, which causes havoc
      when the option driver tries to bind to it.
      
      So revert this as it doesn't seem to be needed at all.
      
      Thanks to Michael Tokarev and Paweł Drobek for working on resolving this
      issue.
      
      Cc: Paweł Drobek <pawel.drobek@gmail.com>
      Cc: Michael Tokarev <mjt@tls.msk.ru>
      Cc: Dominik Brodowski <linux@dominikbrodowski.net>
      Cc: stable <stable@kernel.org>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      3095ec89
  21. 07 6月, 2011 1 次提交
    • T
      USB: option Add blacklist for ZTE K3765-Z (19d2:2002) · 7e8e62e4
      Torsten Hilbrich 提交于
      The funtion option_send_status times out when sending USB messages
      to the interfaces 0, 1, and 2 of this UMTS stick. This results in a
      5s timeout in the function causing other tty operations to feel very
      sluggish.
      
      This patch adds a blacklist entry for these 3 interfaces on the ZTE
      K3765-Z device.
      
      I was also able to reproduce the problem with v2.6.38 and v2.6.39.
      
      This is very similar to a problem fixed in
      
      commit 7a89e4cb
      Author: Herton Ronaldo Krzesinski <herton.krzesinski@canonical.com>
      Date:   Wed Mar 9 09:19:48 2011 +0000
      
          USB: serial: option: Apply OPTION_BLACKLIST_SENDSETUP also for ZTE MF626
      Signed-off-by: NTorsten Hilbrich <torsten.hilbrich@secunet.com>
      Cc: stable <stable@kernel.org>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      7e8e62e4