Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 15483
b: refs/heads/master
c: 95f209f
h: refs/heads/master
i:
  15481: 0b32db6
  15479: 9054595
v: v3
  • Loading branch information
Horst Schirmeier authored and Greg Kroah-Hartman committed Jan 4, 2006
1 parent c7df33d commit 6dd1863
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 17fa6e552f2fc6bb06af767b0abf9cb642e13404
refs/heads/master: 95f209f93663103db2a8fb989e226ac68a98b036
2 changes: 1 addition & 1 deletion trunk/drivers/usb/serial/pl2303.c
Original file line number Diff line number Diff line change
Expand Up @@ -810,7 +810,7 @@ static void pl2303_update_line_status(struct usb_serial_port *port,
struct pl2303_private *priv = usb_get_serial_port_data(port);
unsigned long flags;
u8 status_idx = UART_STATE;
u8 length = UART_STATE;
u8 length = UART_STATE + 1;

if ((le16_to_cpu(port->serial->dev->descriptor.idVendor) == SIEMENS_VENDOR_ID) &&
(le16_to_cpu(port->serial->dev->descriptor.idProduct) == SIEMENS_PRODUCT_ID_X65 ||
Expand Down

0 comments on commit 6dd1863

Please sign in to comment.