Searched refs:ti_id_table_3410 (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/usb/serial/
H A Dti_usb_3410_5052.c229 static struct usb_device_id ti_id_table_3410[1+TI_EXTRA_VID_PID_COUNT+1] = { variable in typeref:struct:usb_device_id
266 .id_table = ti_id_table_3410,
358 j = ARRAY_SIZE(ti_id_table_3410) - TI_EXTRA_VID_PID_COUNT - 1;
360 ti_id_table_3410[j].idVendor = vendor_3410[i];
361 ti_id_table_3410[j].idProduct = product_3410[i];
362 ti_id_table_3410[j].match_flags = USB_DEVICE_ID_MATCH_DEVICE;
432 if (usb_match_id(serial->interface, ti_id_table_3410))

Completed in 34 milliseconds