netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] net: cdc_ncm: remove non-standard NCM device IDs
@ 2013-08-16 13:47 Enrico Mioso
  0 siblings, 0 replies; only message in thread
From: Enrico Mioso @ 2013-08-16 13:47 UTC (permalink / raw)
  To: bjorn; +Cc: linux-kernel, linux-usb, netdev, Greg Kroah-Hartman

Remove device IDs of NCM-like (but not NCM-conformant) devices, that are 
handled by the huawwei_cdc_ncm driver now.

Signed-off-by: Enrico Mioso <mrkiko.rs@gmail.com>
---

  drivers/net/usb/cdc_ncm.c |   11 -----------
  1 file changed, 11 deletions(-)
diff --git a/drivers/net/usb/cdc_ncm.c b/drivers/net/usb/cdc_ncm.c
index 62686be..31f43f7 100644
--- a/drivers/net/usb/cdc_ncm.c
+++ b/drivers/net/usb/cdc_ncm.c
@@ -1236,17 +1236,6 @@ static const struct usb_device_id cdc_devs[] = {
  	  .driver_info = (unsigned long)&wwan_info,
  	},

-	/* Huawei NCM devices disguised as vendor specific */
-	{ USB_VENDOR_AND_INTERFACE_INFO(0x12d1, 0xff, 0x02, 0x16),
-	  .driver_info = (unsigned long)&wwan_info,
-	},
-	{ USB_VENDOR_AND_INTERFACE_INFO(0x12d1, 0xff, 0x02, 0x46),
-	  .driver_info = (unsigned long)&wwan_info,
-	},
-	{ USB_VENDOR_AND_INTERFACE_INFO(0x12d1, 0xff, 0x02, 0x76),
-	  .driver_info = (unsigned long)&wwan_info,
-	},
-
  	/* Infineon(now Intel) HSPA Modem platform */
  	{ USB_DEVICE_AND_INTERFACE_INFO(0x1519, 0x0443,
  		USB_CLASS_COMM,

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2013-08-16 13:47 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-16 13:47 [PATCH] net: cdc_ncm: remove non-standard NCM device IDs Enrico Mioso

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).