[linux-usb-devel] [PATCH 004/004] cypress_m8: implement graceful failure handling

2006-08-29 Thread Mike Isely
From: Mike Isely <[EMAIL PROTECTED]> When receiving a fatal error from the USB core, e.g. EILSEQ (which can happen if the polling interval is too short), fail gracefully. Previously the driver would fill the log with useless error messages or (more alarmingly) silently spin forever trying to write

[linux-usb-devel] [PATCH 004/004] cypress_m8: implement graceful failure handling

2006-08-26 Thread Mike Isely
From: Mike Isely <[EMAIL PROTECTED]> When receiving a fatal error from the USB core, e.g. EILSEQ (which can happen if the polling interval is too short), fail gracefully. Previously the driver would fill the log with useless error messages or (more alarmingly) silently spin forever trying to writ

Re: [linux-usb-devel] [PATCH 004/004] cypress_m8: implement graceful failure handling

2006-08-18 Thread Mike Isely
On Thu, 17 Aug 2006, Lonnie Mendez wrote: > On Wed, 2006-08-16 at 23:17 -0500, Mike Isely wrote: >> From: Mike Isely <[EMAIL PROTECTED]> >> >> When receiving a fatal error from the USB core, e.g. EILSEQ (which can >> happen if the polling interval is too short), fail gracefully. >> Previously the

Re: [linux-usb-devel] [PATCH 004/004] cypress_m8: implement graceful failure handling

2006-08-17 Thread Lonnie Mendez
On Wed, 2006-08-16 at 23:17 -0500, Mike Isely wrote: > From: Mike Isely <[EMAIL PROTECTED]> > > When receiving a fatal error from the USB core, e.g. EILSEQ (which can > happen if the polling interval is too short), fail gracefully. > Previously the driver would fill the log with useless error mess

[linux-usb-devel] [PATCH 004/004] cypress_m8: implement graceful failure handling

2006-08-16 Thread Mike Isely
From: Mike Isely <[EMAIL PROTECTED]> When receiving a fatal error from the USB core, e.g. EILSEQ (which can happen if the polling interval is too short), fail gracefully. Previously the driver would fill the log with useless error messages or (more alarmingly) silently spin forever trying to write