USB: usbtmc: add protocol 1 support
[deliverable/linux.git] / drivers / usb / class / usbtmc.c
index 895a0983900121ccd19542670da41ae490aaa9b9..c40a9b284cc94217d9a45c1b09d838904571fa67 100644 (file)
@@ -50,6 +50,7 @@
 
 static struct usb_device_id usbtmc_devices[] = {
        { USB_INTERFACE_INFO(USB_CLASS_APP_SPEC, 3, 0), },
+       { USB_INTERFACE_INFO(USB_CLASS_APP_SPEC, 3, 1), },
        { 0, } /* terminating entry */
 };
 MODULE_DEVICE_TABLE(usb, usbtmc_devices);
This page took 0.025154 seconds and 5 git commands to generate.