diff options
Diffstat (limited to 'usb-serial-move-the-simple-drivers-into.patch')
| -rw-r--r-- | usb-serial-move-the-simple-drivers-into.patch | 8 |
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, |
