On Wed, Aug 16, 2006 at 11:17:10PM -0500, Mike Isely wrote: > From: Mike Isely <[EMAIL PROTECTED]> > > The polling interval for the device can't always be 1msec. If it is > too quick, the device can fail causing a fatal (to the driver) EILSEQ > error from the USB core. The actual correct value is reported by the > device as part of its configuration data, so use that value as the > default. On a DeLorme Earthmate for example, the device reports that > it wants a 6msec interval. As part of this fix, the "interval" module > option has been fixed as well; the device's default can be overridden > by specifying interval=<value> as a module option. > > Signed-off-by: Mike Isely <[EMAIL PROTECTED]> > > --- > > This patch set is baselined against vanilla kernel 2.6.17.6.
Can you resend this whole patch series against the latest 2.6.18-rc4 kernel? I can't get it to apply at all against the latest kernel, and don't want to mess anything up. Also, please CC: me on patches you want to have applied so I make sure I pick them up. > cypress_m8.c | 28 +++++++++++++++++++++------- > 1 file changed, 21 insertions(+), 7 deletions(-) > > diff -uprN -X baseline/Documentation/dontdiff > baseline/drivers/usb/serial/cypress_m8.c p1/drivers/usb/serial/cypress_m8.c > --- baseline/drivers/usb/serial/cypress_m8.c 2006-07-15 14:00:43.000000000 > -0500 > +++ p1/drivers/usb/serial/cypress_m8.c 2006-08-16 22:16:37.000000000 > -0500 > @@ -74,7 +74,7 @@ > static int debug; > #endif > static int stats; > -static int interval; > +static int interval = 0; > > /* > * Version Information And yes, don't do this, the kernel janitors will just come back along and take it out again. It saves memory if you do not do this. thanks, greg k-h ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ linux-usb-devel@lists.sourceforge.net To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-devel