All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] USB SERIAL: option.c: add 2020:4000 IDs
@ 2015-06-10 18:38 Claudio Cappelli
  2015-06-12  7:32 ` Claudio Cappelli
  0 siblings, 1 reply; 5+ messages in thread
From: Claudio Cappelli @ 2015-06-10 18:38 UTC (permalink / raw)
  To: linux-usb; +Cc: Johan Hovold, Greg Kroah-Hartman, linux-kernel

From: Claudio Cappelli <claudio.cappelli.linux@gmail.com>

Add device Olivetti Olicard 300 (Network Connect: MT6225) - IDs 2020:4000.

Signed-off-by: Claudio Cappelli <claudio.cappelli.linux@gmail.com>
Suggested-by: Lars Melin <larsm17@gmail.com>

---

drivers/usb/serial/option.c |    1 +
 1 file changed, 1 insertion(+)



--- linux/drivers/usb/serial/option.c.orig	2015-06-10 10:42:43.000000000 +0200
+++ linux/drivers/usb/serial/option.c	2015-06-10 10:53:06.825265579 +0200
@@ -1765,6 +1765,7 @@ static const struct usb_device_id option
 	{ USB_DEVICE_AND_INTERFACE_INFO(0x2001, 0x7d03, 0xff, 0x00, 0x00) },
 	{ USB_DEVICE_AND_INTERFACE_INFO(0x07d1, 0x3e01, 0xff, 0xff, 0xff) }, /* D-Link DWM-152/C1 */
 	{ USB_DEVICE_AND_INTERFACE_INFO(0x07d1, 0x3e02, 0xff, 0xff, 0xff) }, /* D-Link DWM-156/C1 */
+	{ USB_DEVICE_INTERFACE_CLASS(0x2020, 0x4000, 0xff) },                /* OLICARD300 - MT6225 */
 	{ USB_DEVICE(INOVIA_VENDOR_ID, INOVIA_SEW858) },
 	{ USB_DEVICE(VIATELECOM_VENDOR_ID, VIATELECOM_PRODUCT_CDS7) },
 	{ } /* Terminating entry */


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH v2] USB SERIAL: option.c: add 2020:4000 IDs
  2015-06-10 18:38 [PATCH v2] USB SERIAL: option.c: add 2020:4000 IDs Claudio Cappelli
@ 2015-06-12  7:32 ` Claudio Cappelli
  2015-06-13  0:41   ` Greg Kroah-Hartman
  2015-06-17  9:55   ` Johan Hovold
  0 siblings, 2 replies; 5+ messages in thread
From: Claudio Cappelli @ 2015-06-12  7:32 UTC (permalink / raw)
  To: linux-usb; +Cc: Johan Hovold, Greg Kroah-Hartman, linux-kernel

On Wednesday 10 June 2015 20:38:30 Claudio Cappelli wrote:
> From: Claudio Cappelli <claudio.cappelli.linux@gmail.com>
> 
> Add device Olivetti Olicard 300 (Network Connect: MT6225) - IDs 2020:4000.
> 
> Signed-off-by: Claudio Cappelli <claudio.cappelli.linux@gmail.com>
> Suggested-by: Lars Melin <larsm17@gmail.com>
> 
> ---
> 
> drivers/usb/serial/option.c |    1 +
>  1 file changed, 1 insertion(+)
> 
> 
> 
> --- linux/drivers/usb/serial/option.c.orig	2015-06-10 10:42:43.000000000 +0200
> +++ linux/drivers/usb/serial/option.c	2015-06-10 10:53:06.825265579 +0200
> @@ -1765,6 +1765,7 @@ static const struct usb_device_id option
>  	{ USB_DEVICE_AND_INTERFACE_INFO(0x2001, 0x7d03, 0xff, 0x00, 0x00) },
>  	{ USB_DEVICE_AND_INTERFACE_INFO(0x07d1, 0x3e01, 0xff, 0xff, 0xff) }, /* D-Link DWM-152/C1 */
>  	{ USB_DEVICE_AND_INTERFACE_INFO(0x07d1, 0x3e02, 0xff, 0xff, 0xff) }, /* D-Link DWM-156/C1 */
> +	{ USB_DEVICE_INTERFACE_CLASS(0x2020, 0x4000, 0xff) },                /* OLICARD300 - MT6225 */
>  	{ USB_DEVICE(INOVIA_VENDOR_ID, INOVIA_SEW858) },
>  	{ USB_DEVICE(VIATELECOM_VENDOR_ID, VIATELECOM_PRODUCT_CDS7) },
>  	{ } /* Terminating entry */
>



Was this second version in the right format?
Since it was my first patch submit, I'd be
grateful if you could confirm.

Thanks!
See you


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH v2] USB SERIAL: option.c: add 2020:4000 IDs
  2015-06-12  7:32 ` Claudio Cappelli
@ 2015-06-13  0:41   ` Greg Kroah-Hartman
  2015-06-17  9:55   ` Johan Hovold
  1 sibling, 0 replies; 5+ messages in thread
From: Greg Kroah-Hartman @ 2015-06-13  0:41 UTC (permalink / raw)
  To: Claudio Cappelli; +Cc: linux-usb, Johan Hovold, linux-kernel

On Fri, Jun 12, 2015 at 09:32:31AM +0200, Claudio Cappelli wrote:
> On Wednesday 10 June 2015 20:38:30 Claudio Cappelli wrote:
> > From: Claudio Cappelli <claudio.cappelli.linux@gmail.com>
> > 
> > Add device Olivetti Olicard 300 (Network Connect: MT6225) - IDs 2020:4000.
> > 
> > Signed-off-by: Claudio Cappelli <claudio.cappelli.linux@gmail.com>
> > Suggested-by: Lars Melin <larsm17@gmail.com>
> > 
> > ---
> > 
> > drivers/usb/serial/option.c |    1 +
> >  1 file changed, 1 insertion(+)
> > 
> > 
> > 
> > --- linux/drivers/usb/serial/option.c.orig	2015-06-10 10:42:43.000000000 +0200
> > +++ linux/drivers/usb/serial/option.c	2015-06-10 10:53:06.825265579 +0200
> > @@ -1765,6 +1765,7 @@ static const struct usb_device_id option
> >  	{ USB_DEVICE_AND_INTERFACE_INFO(0x2001, 0x7d03, 0xff, 0x00, 0x00) },
> >  	{ USB_DEVICE_AND_INTERFACE_INFO(0x07d1, 0x3e01, 0xff, 0xff, 0xff) }, /* D-Link DWM-152/C1 */
> >  	{ USB_DEVICE_AND_INTERFACE_INFO(0x07d1, 0x3e02, 0xff, 0xff, 0xff) }, /* D-Link DWM-156/C1 */
> > +	{ USB_DEVICE_INTERFACE_CLASS(0x2020, 0x4000, 0xff) },                /* OLICARD300 - MT6225 */
> >  	{ USB_DEVICE(INOVIA_VENDOR_ID, INOVIA_SEW858) },
> >  	{ USB_DEVICE(VIATELECOM_VENDOR_ID, VIATELECOM_PRODUCT_CDS7) },
> >  	{ } /* Terminating entry */
> >
> 
> 
> 
> Was this second version in the right format?
> Since it was my first patch submit, I'd be
> grateful if you could confirm.

Be patient, kernel maintainers are busy people...

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH v2] USB SERIAL: option.c: add 2020:4000 IDs
  2015-06-12  7:32 ` Claudio Cappelli
  2015-06-13  0:41   ` Greg Kroah-Hartman
@ 2015-06-17  9:55   ` Johan Hovold
  1 sibling, 0 replies; 5+ messages in thread
From: Johan Hovold @ 2015-06-17  9:55 UTC (permalink / raw)
  To: Claudio Cappelli
  Cc: linux-usb, Johan Hovold, Greg Kroah-Hartman, linux-kernel

On Fri, Jun 12, 2015 at 09:32:31AM +0200, Claudio Cappelli wrote:
> On Wednesday 10 June 2015 20:38:30 Claudio Cappelli wrote:
> > From: Claudio Cappelli <claudio.cappelli.linux@gmail.com>
> > 
> > Add device Olivetti Olicard 300 (Network Connect: MT6225) - IDs 2020:4000.
> > 
> > Signed-off-by: Claudio Cappelli <claudio.cappelli.linux@gmail.com>
> > Suggested-by: Lars Melin <larsm17@gmail.com>
> > 
> > ---
> > 
> > drivers/usb/serial/option.c |    1 +
> >  1 file changed, 1 insertion(+)
> > 
> > 
> > 
> > --- linux/drivers/usb/serial/option.c.orig	2015-06-10 10:42:43.000000000 +0200
> > +++ linux/drivers/usb/serial/option.c	2015-06-10 10:53:06.825265579 +0200
> > @@ -1765,6 +1765,7 @@ static const struct usb_device_id option
> >  	{ USB_DEVICE_AND_INTERFACE_INFO(0x2001, 0x7d03, 0xff, 0x00, 0x00) },
> >  	{ USB_DEVICE_AND_INTERFACE_INFO(0x07d1, 0x3e01, 0xff, 0xff, 0xff) }, /* D-Link DWM-152/C1 */
> >  	{ USB_DEVICE_AND_INTERFACE_INFO(0x07d1, 0x3e02, 0xff, 0xff, 0xff) }, /* D-Link DWM-156/C1 */
> > +	{ USB_DEVICE_INTERFACE_CLASS(0x2020, 0x4000, 0xff) },                /* OLICARD300 - MT6225 */
> >  	{ USB_DEVICE(INOVIA_VENDOR_ID, INOVIA_SEW858) },
> >  	{ USB_DEVICE(VIATELECOM_VENDOR_ID, VIATELECOM_PRODUCT_CDS7) },
> >  	{ } /* Terminating entry */
> >
> 
> Was this second version in the right format?
> Since it was my first patch submit, I'd be
> grateful if you could confirm.

Looks good. I've added the usb-devices output from your earlier mail to
the commit message and queued it up for 4.2-rc2.

Thanks,
Johan

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH v2] USB SERIAL: option.c: add 2020:4000 IDs
@ 2015-06-18 10:05 Claudio Cappelli
  0 siblings, 0 replies; 5+ messages in thread
From: Claudio Cappelli @ 2015-06-18 10:05 UTC (permalink / raw)
  To: Johan Hovold; +Cc: linux-usb, Greg Kroah-Hartman, linux-kernel

On Wednesday 17 June 2015 11:55:37 Johan Hovold wrote:
> On Fri, Jun 12, 2015 at 09:32:31AM +0200, Claudio Cappelli wrote:
> >
> > Was this second version in the right format?
> > Since it was my first patch submit, I'd be
> > grateful if you could confirm.
>
> Looks good. I've added the usb-devices output from your earlier mail to
> the commit message and queued it up for 4.2-rc2.
>
> Thanks,
> Johan
>

Thanks to you!
Glad to have been helpful!

See you.

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2015-06-18 10:05 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-06-10 18:38 [PATCH v2] USB SERIAL: option.c: add 2020:4000 IDs Claudio Cappelli
2015-06-12  7:32 ` Claudio Cappelli
2015-06-13  0:41   ` Greg Kroah-Hartman
2015-06-17  9:55   ` Johan Hovold
2015-06-18 10:05 Claudio Cappelli

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.