]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
usblp: continuously poll for status
authorPete Zaitcev <zaitcev@redhat.com>
Wed, 7 Jan 2009 00:20:42 +0000 (17:20 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 24 Mar 2009 23:20:26 +0000 (16:20 -0700)
commitdd44be6b17ac52238aa6c7f46b906d9fb76e7052
tree7e7d94aeced10435c3e6abb91b7563a126e866a5
parent5c16034d73da2c1b663aa25dedadbc533b3d811c
usblp: continuously poll for status

The usblp in 2.6.18 polled for status regardless if we actually needed it.
At some point I dropped it, to save the batteries if nothing else.
As it turned out, printers exist (e.g. Canon BJC-3000) that need prodding
this way or else they stop. This patch restores the old behaviour.
If you want to save battery, don't leave jobs in the print queue.

I tested this on my printers by printing and examining usbmon traces
to make sure status is being requested and printers continue to print.
Tuomas Jäntti verified the fix on BJC-3000.

Signed-off-by: Pete Zaitcev <zaitcev@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/class/usblp.c