linux/drivers/usb/net
David Brownell db69087437 [PATCH] usb_interface power state
This updates the handling of power state for USB interfaces.

  - Formalizes an existing invariant:  interface "power state" is a boolean:
    ON when I/O is allowed, and FREEZE otherwise.  It does so by defining
    some inlined helpers, then using them.

  - Adds a useful invariant:  the only interfaces marked active are those
    bound to non-suspended drivers.  Later patches build on this invariant.

  - Simplifies the interface driver API (and removes some error paths) by
    removing the requirement that they record power state changes during
    suspend and resume callbacks.  Now usbcore does that.

A few drivers were simplified to address that last change.

Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

 drivers/usb/core/hub.c       |   33 +++++++++------------
 drivers/usb/core/message.c   |    1
 drivers/usb/core/usb.c       |   65 +++++++++++++++++++++++++++++++++----------
 drivers/usb/core/usb.h       |   18 +++++++++++
 drivers/usb/input/hid-core.c |    2 -
 drivers/usb/misc/usbtest.c   |   10 ------
 drivers/usb/net/pegasus.c    |    2 -
 drivers/usb/net/usbnet.c     |    2 -
 8 files changed, 85 insertions(+), 48 deletions(-)
2005-10-28 16:47:38 -07:00
..
asix.c [PATCH] gfp_t: drivers/usb 2005-10-28 08:16:49 -07:00
catc.c [PATCH] USB: URB_ASYNC_UNLINK flag removed from the kernel 2005-09-08 16:23:04 -07:00
cdc_ether.c [PATCH] USB: usbnet (7/9) module for CDC Ethernet 2005-09-08 16:28:32 -07:00
cdc_subset.c [PATCH] USB: usbnet (2/9) module for simple network links 2005-09-08 16:28:31 -07:00
gl620a.c [PATCH] gfp_t: drivers/usb 2005-10-28 08:16:49 -07:00
kaweth.c [PATCH] gfp_t: drivers/usb 2005-10-28 08:16:49 -07:00
kawethfw.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
Kconfig [PATCH] USB: usbnet (9/9) module for pl2301/2302 cables 2005-09-08 16:28:33 -07:00
Makefile [PATCH] USB: usbnet (9/9) module for pl2301/2302 cables 2005-09-08 16:28:33 -07:00
net1080.c [PATCH] gfp_t: drivers/usb 2005-10-28 08:16:49 -07:00
pegasus.c [PATCH] usb_interface power state 2005-10-28 16:47:38 -07:00
pegasus.h [PATCH] NETDEV: Elecom (Laneed) LD-USBL/TX support. 2005-06-27 00:44:08 -04:00
plusb.c [PATCH] USB: usbnet (9/9) module for pl2301/2302 cables 2005-09-08 16:28:33 -07:00
rndis_host.c [PATCH] gfp_t: drivers/usb 2005-10-28 08:16:49 -07:00
rtl8150.c [PATCH] USB: disable tasklet if rtl8150 device is removed while active. 2005-10-28 16:47:37 -07:00
usbnet.c [PATCH] usb_interface power state 2005-10-28 16:47:38 -07:00
usbnet.h [PATCH] gfp_t: drivers/usb 2005-10-28 08:16:49 -07:00
zaurus.c [PATCH] gfp_t: drivers/usb 2005-10-28 08:16:49 -07:00
zd1201.c [PATCH] gfp_t: drivers/usb 2005-10-28 08:16:49 -07:00
zd1201.h [PATCH] USB: PM support for zd1201 2005-06-27 14:43:47 -07:00