Re: [PATCH 2.6.13-rc3-git9] pl2303: pl2303_update_line_status data length fix

2005-08-08 Thread Horst Schirmeier
On Mon, 08 Aug 2005, Greg KH wrote: > On Thu, Jul 28, 2005 at 03:32:20PM +0200, Horst Schirmeier wrote: > > Minimum data length must be UART_STATE + 1, as data[UART_STATE] is being > > accessed for the new line_state. Although PL-2303 hardware is not > > expected to send data with exactly UART_STAT

Re: [PATCH 2.6.13-rc3-git9] pl2303: pl2303_update_line_status data length fix

2005-08-08 Thread Greg KH
On Thu, Jul 28, 2005 at 03:32:20PM +0200, Horst Schirmeier wrote: > Minimum data length must be UART_STATE + 1, as data[UART_STATE] is being > accessed for the new line_state. Although PL-2303 hardware is not > expected to send data with exactly UART_STATE length, this keeps it on > the safe side.

[PATCH 2.6.13-rc3-git9] pl2303: pl2303_update_line_status data length fix

2005-07-28 Thread Horst Schirmeier
Minimum data length must be UART_STATE + 1, as data[UART_STATE] is being accessed for the new line_state. Although PL-2303 hardware is not expected to send data with exactly UART_STATE length, this keeps it on the safe side. Signed-off-by: Horst Schirmeier <[EMAIL PROTECTED]> --- --- linux-2.6.13