USB: fix suspend support for usblp
authorOliver Neukum <oliver@neukum.org>
Thu, 5 Oct 2006 07:04:11 +0000 (09:04 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 17 Oct 2006 21:46:31 +0000 (14:46 -0700)
commit516077c1ee8a4a47cc41634a29954b636f3975ea
tree937b43dd72ce5a745efb2f2b670c9ced199423d1
parent44960af1b6ab3e8fd23dc134fcf7862caf42936b
USB: fix suspend support for usblp

this implements suspend support for usblp. According to the CUPS people
ENODEV will make CUPS retry the job. Thus it is returned in the runtime
case. My printer survives suspend/resume cycles with it.

Signed-off-by: Oliver Neukum <oliver@neukum.name>
Signed-off-by: Vojtech Pavlik <vojtech@suse.cz>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/class/usblp.c