commit | 95f209f93663103db2a8fb989e226ac68a98b036 | [log] [tgz] |
---|---|---|
author | Horst Schirmeier <horst@schirmeier.com> | Thu Jul 28 15:32:20 2005 +0200 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Wed Jan 04 13:51:41 2006 -0800 |
tree | 459d85d3012707d2d7d588cfff88a67c3485db48 | |
parent | 17fa6e552f2fc6bb06af767b0abf9cb642e13404 [diff] |
[PATCH] USB: pl2303_update_line_status data length fix 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 <horst@schirmeier.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>