USB: cdc-wdm: QMI devices are now handled by qmi_wwan
authorBjørn Mork <bjorn@mork.no>
Wed, 20 Jun 2012 09:53:23 +0000 (11:53 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 20 Jun 2012 23:20:24 +0000 (16:20 -0700)
commit1a86e156e249e5d5c7b8dd4bf93701bb6ccb3cd9
tree6fd511b4927df95c06e8ede2ae0b7e4be11a4a26
parentc50f2af8e1a33e95e4d3b7af9db05ed9096c6072
USB: cdc-wdm: QMI devices are now handled by qmi_wwan

qmi_wwan has been changed to drive both the control and data
interface for all QMI/wwan devices, using cdc-wdm as a subdriver.
Remove the stale device ID entries from cdc-wdm.

>From now on new QMI/wwan devices will only need to be added to
the qmi_wwan driver, regardless of the USB descriptor layout

Note that this is not appropriate for stable/longterm kernels
despite being a device ID patch.

Cc: Oliver Neukum <oliver@neukum.org>
Signed-off-by: Bjørn Mork <bjorn@mork.no>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/class/cdc-wdm.c