On Mon, 28 Aug 2006, Greg KH wrote:

> 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?

Yes, of course I'll do this.  It will be a couple days before I can get to 
it unfortunately.

I've been running pine here for 9+ years and never had this problem. 
Must have been a recent change in the MUA config.  (Stranger still, I 
previsouly did test-apply one of these patches straight out of the 
received e-mail post here and it worked.)

Sorry about the further hassle.  I've submitted patches before (a long 
time before) without this kind of trouble.

>
> thanks,
>
> greg k-h

   -Mike

-- 
                         |         Mike Isely          |     PGP fingerprint
      Spammers Die!!     |                             | 03 54 43 4D 75 E5 CC 92
                         |   isely @ pobox (dot) com   | 71 16 01 E2 B5 F5 C1 E8
                         |                             |

-------------------------------------------------------------------------
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