Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 88104
b: refs/heads/master
c: 1bfd669
h: refs/heads/master
v: v3
  • Loading branch information
Robert Spanton authored and Greg Kroah-Hartman committed Apr 2, 2008
1 parent 6d339b3 commit b65c254
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: cdc647a9b75741659bfc6acc44a6b3a646ad53bf
refs/heads/master: 1bfd6693cd66f1e79abce62d3e8c3647e1f59a55
4 changes: 2 additions & 2 deletions trunk/drivers/usb/serial/ti_usb_3410_5052.c
Original file line number Diff line number Diff line change
Expand Up @@ -265,8 +265,8 @@ static struct usb_serial_driver ti_1port_device = {
.description = "TI USB 3410 1 port adapter",
.usb_driver = &ti_usb_driver,
.id_table = ti_id_table_3410,
.num_interrupt_in = 1,
.num_bulk_in = 1,
.num_interrupt_in = NUM_DONT_CARE,
.num_bulk_in = NUM_DONT_CARE,
.num_bulk_out = 1,
.num_ports = 1,
.attach = ti_startup,
Expand Down

0 comments on commit b65c254

Please sign in to comment.