diff -Nru iuu_phoenix-0.9/V2.6/iuu_phoenix.c iuu_phoenix-0.9-Fix/V2.6/iuu_phoenix.c --- iuu_phoenix-0.9/V2.6/iuu_phoenix.c 2008-01-18 22:30:42.000000000 +0100 +++ iuu_phoenix-0.9-Fix/V2.6/iuu_phoenix.c 2009-03-15 12:47:16.000000000 +0100 @@ -42,7 +42,7 @@ /* * Version Information */ -#define DRIVER_VERSION "v0.8" +#define DRIVER_VERSION "v0.9-fix" #define DRIVER_DESC "Infinity USB Unlimited Phoenix driver" static struct usb_device_id id_table[] = { @@ -116,9 +116,9 @@ .name = "IUU Phoenix", }, .id_table = id_table, - .num_interrupt_in = NUM_DONT_CARE, - .num_bulk_in = 1, - .num_bulk_out = 1, +// .num_interrupt_in = NUM_DONT_CARE, +// .num_bulk_in = 1, +// .num_bulk_out = 1, .num_ports = 1, .open = iuu_open, .close = iuu_close,