Phil Dibowitz wrote:
Al Borchers wrote:
Is
the app using ppp to connect with the phone, by any chance?

Nope ...

Then probably the app is opening the port O_NONBLOCK but not expecting short writes.

The program is called "multisync" and its the IrMC plugin that talks to my phone, ...

Thanks for the info. If I have time I will try to look at this.

While I'm at it, I've run into another problem - after syncing A-F, I get a "transfer interrupted," and best I can tell it is because of this:

Jul 26 00:05:02 rider kernel: drivers/usb/serial/pl2303.c: pl2303_ioctl (0) cmd = 0x5401
Jul 26 00:05:02 rider kernel: drivers/usb/serial/pl2303.c: pl2303_ioctl not supported = 0x5401

This is probably not the source of the problem. 0x5401 is the TCGETS ioctl which gets the stty settings. The pl2303 driver does not handle this ioctl itself--it lets the tty subsystem handle it. So this message does not indicate any error itself.

You can send me the full log and I will see if I see anything more suspicious.

Also, while I'm at it -- that small one-line patch I sent in -- did I need to send that directly to Greg or anything? Its a very trivial patch, but it'd be nice if I didn't have to fix that line in the next version of the kernel...

I would CC to Greg. Also add a Signed-off-by: line.

-- Al





-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click
_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to