mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-12-11 18:18:38 +00:00
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
===================================================================
|
||
|---|---|---|
| .. | ||
| act200l-sir.c | ||
| act200l.c | ||
| actisys-sir.c | ||
| actisys.c | ||
| ali-ircc.c | ||
| ali-ircc.h | ||
| au1k_ir.c | ||
| au1000_ircc.h | ||
| donauboe.c | ||
| donauboe.h | ||
| ep7211_ir.c | ||
| esi-sir.c | ||
| esi.c | ||
| girbil-sir.c | ||
| girbil.c | ||
| irda-usb.c | ||
| irda-usb.h | ||
| irport.c | ||
| irport.h | ||
| irtty-sir.c | ||
| irtty-sir.h | ||
| Kconfig | ||
| litelink-sir.c | ||
| litelink.c | ||
| ma600-sir.c | ||
| ma600.c | ||
| Makefile | ||
| mcp2120-sir.c | ||
| mcp2120.c | ||
| nsc-ircc.c | ||
| nsc-ircc.h | ||
| old_belkin-sir.c | ||
| old_belkin.c | ||
| sa1100_ir.c | ||
| sir_core.c | ||
| sir_dev.c | ||
| sir_dongle.c | ||
| sir_kthread.c | ||
| sir-dev.h | ||
| smsc-ircc2.c | ||
| smsc-ircc2.h | ||
| smsc-sio.h | ||
| stir4200.c | ||
| tekram-sir.c | ||
| tekram.c | ||
| via-ircc.c | ||
| via-ircc.h | ||
| vlsi_ir.c | ||
| vlsi_ir.h | ||
| w83977af_ir.c | ||
| w83977af_ir.h | ||
| w83977af.h | ||