Re: Remove over-broad module alias from zaurus.

From: Dave Jones
Date: Mon Mar 26 2012 - 09:22:28 EST


On Mon, Mar 26, 2012 at 03:14:00PM +0200, Guan Xin wrote:
> On Mon, Mar 26, 2012 at 2:49 PM, Dave Jones <davej@xxxxxxxxxx> wrote:

> > Yes, just cut-n-paste one of the other entries, change the ID,
> > make sure it works and send a diff.
> >
> This patch is tested to work with 2.6.39.4 and 3.2.13.
>
> --- a/drivers/net/usb/zaurus.c 2012-03-26 14:59:36.702998639 +0200
> +++ b/drivers/net/usb/zaurus.c 2012-03-26 15:02:16.860801959 +0200
> @@ -332,6 +332,11 @@
> .driver_info = ZAURUS_PXA_INFO,
> },
> {
> + /* Motorola Rokr E6 */
> + USB_DEVICE_AND_INTERFACE_INFO(0x22b8, 0x6027, USB_CLASS_COMM,
> + USB_CDC_SUBCLASS_MDLM, USB_CDC_PROTO_NONE),
> + .driver_info = (unsigned long) &bogus_mdlm_info,
> +}, {
> /* Motorola MOTOMAGX phones */
> USB_DEVICE_AND_INTERFACE_INFO(0x22b8, 0x6425, USB_CLASS_COMM,
> USB_CDC_SUBCLASS_MDLM, USB_CDC_PROTO_NONE),
>

Looks good, but needs a Signed-off-by: line. See Documentation/SubmittingPatches
(Also Cc: netdev@xxxxxxxxxxxxxxx so it gets picked up by patchwork)

thanks,

Dave

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/