aboutsummaryrefslogtreecommitdiffstats
diff options
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-08-07 16:31:07 +0900
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-08-07 16:31:07 +0900
commit3adc9d2367449906d48b73c245b32ead9f9c8e07 (patch)
treeff01508de221b64aa9006313d98b8ba12c013fe3
parentbff1dff74d7d6d1bbe6aacc9b74d3c64d3443edd (diff)
downloadpatches-3adc9d2367449906d48b73c245b32ead9f9c8e07.tar.gz
update patch
-rw-r--r--usb-serial-move-the-simple-drivers-into.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/usb-serial-move-the-simple-drivers-into.patch b/usb-serial-move-the-simple-drivers-into.patch
index f77d7f3c3fb818..c7285a1c0ed236 100644
--- a/usb-serial-move-the-simple-drivers-into.patch
+++ b/usb-serial-move-the-simple-drivers-into.patch
@@ -8,9 +8,9 @@ device, mush them all into one file, with a macro, so as to make it easy
to add new ones.
Cc: "René Bürgel" <rene.buergel@sohard.de>
-Cc: Wei Shuai <cpuwolf@gmail.com>
+Acked-by: Wei Shuai <cpuwolf@gmail.com>
Cc: Josh Triplett <josh@joshtriplett.org>
-Cc: Frans Klaver <frans.klaver@xsens.com>
+Acked-by: Frans Klaver <frans.klaver@xsens.com>
Cc: "Wesley W. Terpstra" <w.terpstra@gsi.de>
Cc: Johan Hovold <jhovold@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
@@ -565,7 +565,7 @@ Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
+ { USB_DEVICE(0x22b8, 0x2a64) }, /* Motorola KRZR K1m */ \
+ { USB_DEVICE(0x22b8, 0x2c84) }, /* Motorola VE240 phone */ \
+ { USB_DEVICE(0x22b8, 0x2c64) } /* Motorola V950 phone */
-+DEVICE(moto, MOTO_IDS);
++DEVICE(moto_modem, MOTO_IDS);
+
+/* HP4x (48/49) Generic Serial driver */
+#define HP4X_IDS() \
@@ -588,7 +588,7 @@ Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
+ &funsoft_device,
+ &flashloader_device,
+ &vivopay_device,
-+ &moto_device,
++ &moto_modem_device,
+ &hp4x_device,
+ &suunto_device,
+ &siemens_mpi_device,