android_kernel_xiaomi_sm7250/drivers/usb/input
David Brownell 27d72e8572 [PATCH] usb suspend updates (interface suspend)
This is the first of a few installments of PM API updates to match the
recent switch to "pm_message_t".  This installment primarily affects
USB device drivers (for USB interfaces), and it changes the handful of
drivers which currently implement suspend methods:

    - <linux/usb.h> and usbcore, signature change

    - Some drivers only changed the signature, net effect this just
      shuts up "sparse -Wbitwise":
	* hid-core
	* stir4200

    - Two network drivers did that, and also grew slightly more
      featureful suspend code ... they now properly shut down
      their activities.  (As should stir4200...)
	* pegasus
	* usbnet

Note that the Wake-On-Lan (WOL) support in pegasus doesn't yet work; looks
to me like it's missing a request to turn it on, vs just configuring it.
The ASIX code in usbnet also has WOL hooks that are ready to use; untested.

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

Index: gregkh-2.6/drivers/net/irda/stir4200.c
===================================================================
2005-04-18 17:39:22 -07:00
..
aiptek.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
ati_remote.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
fixp-arith.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
hid-core.c [PATCH] usb suspend updates (interface suspend) 2005-04-18 17:39:22 -07:00
hid-debug.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
hid-ff.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
hid-input.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
hid-lgff.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
hid-tmff.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
hid.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
hiddev.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
kbtab.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
Kconfig Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
Makefile Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
mtouchusb.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
pid.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
pid.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
powermate.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
touchkitusb.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
usbkbd.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
usbmouse.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
wacom.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
xpad.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00