On Thu, Aug 26, 2010 at 03:20:06PM +0530, raj uprade wrote:
I don't even recall what you were trying to do here, sorry. Please
include more context in your emails, we get a lot of them.
Also, what function was this change made in?
I don't think such a quick line control change is going to do what you
think it does as there are delays on the device side for sending the
data out through the uart that don't sync right up with the usb host
side here. So it might be very easy to get out of order things
happening.
You need to make sure the data is really out the port before changing
any control lines. Can't you do this properly from userspace with no
kernel changes?
thanks,
greg k-h
--