Re: [linux-usb-devel] [PATCH]suspend support for usblp

2006-10-05 Thread linux-os (Dick Johnson)
On Thu, 5 Oct 2006, Oliver Neukum wrote: > Hi, > > 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. > > Regards > Oliver

Re: [linux-usb-devel] [PATCH]suspend support for usblp

2006-10-05 Thread Pavel Machek
Hi! > 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. Does it allow uhci to powersave, thus saving lots of power?

Re: [linux-usb-devel] [PATCH]suspend support for usblp

2006-10-05 Thread Vojtech Pavlik
On Thu, Oct 05, 2006 at 09:04:11AM +0200, Oliver Neukum wrote: > Hi, > > 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. > > Regards >

[linux-usb-devel] [PATCH]suspend support for usblp

2006-10-05 Thread Oliver Neukum
Hi, 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. Regards Oliver Signed-off-by: Oliver Neukum <[EMAIL PROTECTED]> --