On Tue, Dec 18, 2012 at 05:53:38PM +0500, Den Ladin wrote:
> Very simple, but very necessary.
> Suitable for all versions of the kernel > 2.6

Your patch looks good (included below for reference), but could you
please resubmit it inline to linux-usb@vger.kernel.org?

Have a look at Documentation/SubmittingPatches in the kernel tree for
further details.

Thanks,
Johan

> --- linux-3.7.1/drivers/usb/class/cdc-acm.c.orig 2012-12-18 
> 18:41:52.218652192 +0600
> +++ linux-3.7.1/drivers/usb/class/cdc-acm.c   2012-12-18 18:42:08.062750137 
> +0600
> @@ -1602,6 +1602,9 @@ static const struct usb_device_id acm_id
>       { USB_DEVICE(0x0572, 0x1340), /* Conexant CX93010-2x UCMxx */
>       .driver_info = NO_UNION_NORMAL,
>       },
> +     { USB_DEVICE(0x05f9, 0x4002), /* PSC Scanning, Magellan 800i */
> +     .driver_info = NO_UNION_NORMAL,
> +     },
>       { USB_DEVICE(0x1bbb, 0x0003), /* Alcatel OT-I650 */
>       .driver_info = NO_UNION_NORMAL, /* reports zero length descriptor */
>       },
--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to