On Sat, Aug 26, 2006 at 01:13:06PM -0500, Mike Isely wrote:
> diff -uprN -X linux-2.6.18-rc4/Documentation/dontdiff 
> linux-2.6.18-rc4/drivers/usb/serial/cypress_m8.c 
> p1/drivers/usb/serial/cypress_m8.c
> --- linux-2.6.18-rc4/drivers/usb/serial/cypress_m8.c  2006-08-26 
> 12:06:07.000000000 -0500
> +++ p1/drivers/usb/serial/cypress_m8.c        2006-08-26 12:42:58.000000000 
> -0500
> @@ -129,6 +129,8 @@ struct cypress_private {
>       int cmd_ctrl;                      /* always set this to 1 before 
>       issuing a command */
>       struct cypress_buf *buf;           /* write buffer */
>       int write_urb_in_use;              /* write urb in use indicator */
> +     int write_urb_interval;            /* interval to use for write urb 
> */
> +     int read_urb_interval;             /* interval to use for read urb */
>       int termios_initialized;
>       __u8 line_control;                 /* holds dtr / rts value */
>       __u8 current_status;               /* received from last read - info 
>       on dsr,cts,cd,ri,etc */

The reason I could not apply these patches last time is the same this
time.  Look at the first two characters on these diff lines showing the
surrounding lines of code.  They contain 2 spaces, when they should only
contain 1 space.  I think you have a problem with your email client.

I think it has something to do with using "format=flowed" in your
Content-Type: header.

Care to retry this to prevent me from having to edit all of these
patches by hand?

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

Reply via email to