]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitf9bf2db25d63f34833b0d51f3ba81c3a976f9d4d
tree937b43dd72ce5a745efb2f2b670c9ced199423d1
parent9918596e6a3e47ba8b3c2d149c1fecab34490497
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