From d6b7215b95348a1e35518c9fbb42d8bf7f446624 Mon Sep 17 00:00:00 2001 From: Benoit Goby Date: Tue, 1 Mar 2011 17:53:14 -0800 Subject: [PATCH] mdm6600: Match subclass interface info during probe Change-Id: I0c17747b51a888e53b29cef4c409da2d67733ae1 Signed-off-by: Benoit Goby --- drivers/usb/serial/mdm6600.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/usb/serial/mdm6600.c b/drivers/usb/serial/mdm6600.c index 1e4ca6ab7bc3..a7407beaeb6d 100644 --- a/drivers/usb/serial/mdm6600.c +++ b/drivers/usb/serial/mdm6600.c @@ -59,7 +59,7 @@ static bool debug_data = false; #define MODEM_AUTOSUSPEND_DELAY msecs_to_jiffies(1000) static const struct usb_device_id mdm6600_id_table[] = { - { USB_DEVICE(0x22b8, 0x2a70) }, + { USB_DEVICE_AND_INTERFACE_INFO(0x22b8, 0x2a70, 0xff, 0xff, 0xff) }, { }, }; MODULE_DEVICE_TABLE(usb, mdm6600_id_table); -- 2.34.1