Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 195526
b: refs/heads/master
c: f26c288
h: refs/heads/master
v: v3
  • Loading branch information
Johan Hovold authored and Greg Kroah-Hartman committed May 20, 2010
1 parent 2e264f0 commit 2f87297
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: 6d1bf48e240bde4e9c7313ccdd2fe32f37f67ad4
refs/heads/master: f26c2889a4d937371e2ec9b5690ac407f0496634
2 changes: 1 addition & 1 deletion trunk/drivers/usb/serial/aircable.c
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ static int aircable_prepare_write_buffer(struct usb_serial_port *port,
buf[1] = TX_HEADER_1;
put_unaligned_le16(count, &buf[2]);

return count;
return count + HCI_HEADER_LENGTH;
}

static int aircable_probe(struct usb_serial *serial,
Expand Down

0 comments on commit 2f87297

Please sign in to comment.