Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 93307
b: refs/heads/master
c: e1879b1
h: refs/heads/master
i:
  93305: 1a41970
  93303: e617cf3
v: v3
  • Loading branch information
Matthias Geissert authored and Greg Kroah-Hartman committed Apr 25, 2008
1 parent f2e48d9 commit cc24e95
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: d1b1842c393cf322712b669ec887397b89ed2312
refs/heads/master: e1879b19b0abdb387e4aeb0b935a486cc75042fb
6 changes: 3 additions & 3 deletions trunk/drivers/usb/serial/ipaq.c
Original file line number Diff line number Diff line change
Expand Up @@ -571,9 +571,9 @@ static struct usb_serial_driver ipaq_device = {
.usb_driver = &ipaq_driver,
.id_table = ipaq_id_table,
.num_interrupt_in = NUM_DONT_CARE,
.num_bulk_in = 1,
.num_bulk_out = 1,
.num_ports = 1,
.num_bulk_in = NUM_DONT_CARE,
.num_bulk_out = NUM_DONT_CARE,
.num_ports = 2,
.open = ipaq_open,
.close = ipaq_close,
.attach = ipaq_startup,
Expand Down

0 comments on commit cc24e95

Please sign in to comment.