Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 146265
b: refs/heads/master
c: cc3447d
h: refs/heads/master
i:
  146263: ba0fd8e
v: v3
  • Loading branch information
Olivier Bornet authored and Linus Torvalds committed Jun 11, 2009
1 parent fc1ebb4 commit ccc4896
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: 5fcf62b0f1f24ee25931636216f28bc87448a60f
refs/heads/master: cc3447d179d8a5e16807e52b77d7f4c095ffedb7
2 changes: 1 addition & 1 deletion trunk/drivers/usb/serial/iuu_phoenix.c
Original file line number Diff line number Diff line change
Expand Up @@ -815,7 +815,7 @@ static int iuu_uart_on(struct usb_serial_port *port)
buf[0] = IUU_UART_ENABLE;
buf[1] = (u8) ((IUU_BAUD_9600 >> 8) & 0x00FF);
buf[2] = (u8) (0x00FF & IUU_BAUD_9600);
buf[3] = (u8) (0x0F0 & IUU_TWO_STOP_BITS) | (0x07 & IUU_PARITY_EVEN);
buf[3] = (u8) (0x0F0 & IUU_ONE_STOP_BIT) | (0x07 & IUU_PARITY_EVEN);

status = bulk_immediate(port, buf, 4);
if (status != IUU_OPERATION_OK) {
Expand Down

0 comments on commit ccc4896

Please sign in to comment.