[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20120326132227.GA22887@redhat.com>
Date: Mon, 26 Mar 2012 09:22:27 -0400
From: Dave Jones <davej@...hat.com>
To: Guan Xin <guanx.bac@...il.com>
Cc: linux-kernel@...r.kernel.org
Subject: Re: Remove over-broad module alias from zaurus.
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@...hat.com> 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@...r.kernel.org 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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists