public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] USB: ftdi_sio: add product_id for Marvell OpenRD Base, Client
@ 2009-08-06 14:39 Dhaval Vasa
  2009-08-06 15:21 ` Greg KH
  0 siblings, 1 reply; 4+ messages in thread
From: Dhaval Vasa @ 2009-08-06 14:39 UTC (permalink / raw)
  To: gregkh, linux-usb; +Cc: linux-kernel, dhaval.vasa

reference:
http://www.open-rd.org

Signed-off-by: Dhaval Vasa <dhaval.vasa@einfochips.com>
---
 drivers/usb/serial/ftdi_sio.h |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/drivers/usb/serial/ftdi_sio.h b/drivers/usb/serial/ftdi_sio.h
index 24dbd99..4285b14 100644
--- a/drivers/usb/serial/ftdi_sio.h
+++ b/drivers/usb/serial/ftdi_sio.h
@@ -954,6 +954,13 @@
 #define AURICAL_USB_PID		0x0010	/* Aurical USB Audiometer */
 
 /*
+ * Marvell OpenRD Base, Client
+ * http://www.open-rd.org
+ * OpenRD Base, Client use VID 0x0403
+ */
+#define MARVELL_OPENRD_PID	0x9e90
+
+/*
  *   BmRequestType:  1100 0000b
  *   bRequest:       FTDI_E2_READ
  *   wValue:         0
-- 
1.6.0.6

-- 
_____________________________________________________________________
Disclaimer: This e-mail message and all attachments transmitted with it
are intended solely for the use of the addressee and may contain legally
privileged and confidential information. If the reader of this message
is not the intended recipient, or an employee or agent responsible for
delivering this message to the intended recipient, you are hereby
notified that any dissemination, distribution, copying, or other use of
this message or its attachments is strictly prohibited. If you have
received this message in error, please notify the sender immediately by
replying to this message and please delete it from your computer. Any
views expressed in this message are those of the individual sender
unless otherwise stated.Company has taken enough precautions to prevent
the spread of viruses. However the company accepts no liability for any
damage caused by any virus transmitted by this email.
_____________________________________________________________________
 

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

* Re: [PATCH] USB: ftdi_sio: add product_id for Marvell OpenRD Base, Client
  2009-08-06 14:39 [PATCH] USB: ftdi_sio: add product_id for Marvell OpenRD Base, Client Dhaval Vasa
@ 2009-08-06 15:21 ` Greg KH
  2009-08-07 11:03   ` Dhaval Vasa
  0 siblings, 1 reply; 4+ messages in thread
From: Greg KH @ 2009-08-06 15:21 UTC (permalink / raw)
  To: Dhaval Vasa; +Cc: linux-usb, linux-kernel

On Thu, Aug 06, 2009 at 08:09:26PM +0530, Dhaval Vasa wrote:
> reference:
> http://www.open-rd.org
> 
> Signed-off-by: Dhaval Vasa <dhaval.vasa@einfochips.com>
> ---
>  drivers/usb/serial/ftdi_sio.h |    7 +++++++
>  1 files changed, 7 insertions(+), 0 deletions(-)

You also need to change ftdi_sio.c in order to add support for this
device id.  Care to redo the patch?

thanks,

greg k-h

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

* Re: [PATCH] USB: ftdi_sio: add product_id for Marvell OpenRD Base, Client
  2009-08-06 15:21 ` Greg KH
@ 2009-08-07 11:03   ` Dhaval Vasa
  0 siblings, 0 replies; 4+ messages in thread
From: Dhaval Vasa @ 2009-08-07 11:03 UTC (permalink / raw)
  To: Greg KH; +Cc: linux-usb, linux-kernel

Greg KH wrote:
> On Thu, Aug 06, 2009 at 08:09:26PM +0530, Dhaval Vasa wrote:
>> reference:
>> http://www.open-rd.org
>>
>> Signed-off-by: Dhaval Vasa <dhaval.vasa@einfochips.com>
>> ---
>>  drivers/usb/serial/ftdi_sio.h |    7 +++++++
>>  1 files changed, 7 insertions(+), 0 deletions(-)
> 
> You also need to change ftdi_sio.c in order to add support for this
> device id.  Care to redo the patch?

Yes, I will; thanks for pointing out.  I am again submitting patch.

- Dhaval
-- 
_____________________________________________________________________
Disclaimer: This e-mail message and all attachments transmitted with it
are intended solely for the use of the addressee and may contain legally
privileged and confidential information. If the reader of this message
is not the intended recipient, or an employee or agent responsible for
delivering this message to the intended recipient, you are hereby
notified that any dissemination, distribution, copying, or other use of
this message or its attachments is strictly prohibited. If you have
received this message in error, please notify the sender immediately by
replying to this message and please delete it from your computer. Any
views expressed in this message are those of the individual sender
unless otherwise stated.Company has taken enough precautions to prevent
the spread of viruses. However the company accepts no liability for any
damage caused by any virus transmitted by this email.
_____________________________________________________________________
 

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

* [PATCH] USB: ftdi_sio: add product_id for Marvell OpenRD Base, Client
@ 2009-08-07 11:56 Dhaval Vasa
  0 siblings, 0 replies; 4+ messages in thread
From: Dhaval Vasa @ 2009-08-07 11:56 UTC (permalink / raw)
  To: gregkh, linux-usb; +Cc: linux-kernel, dhaval.vasa

reference:
http://www.open-rd.org

Signed-off-by: Dhaval Vasa <dhaval.vasa@einfochips.com>
---
 drivers/usb/serial/ftdi_sio.c |    2 ++
 drivers/usb/serial/ftdi_sio.h |    7 +++++++
 2 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/drivers/usb/serial/ftdi_sio.c b/drivers/usb/serial/ftdi_sio.c
index b574878..9cdca4d 100644
--- a/drivers/usb/serial/ftdi_sio.c
+++ b/drivers/usb/serial/ftdi_sio.c
@@ -699,6 +699,8 @@ static struct usb_device_id id_table_combined [] = {
 		.driver_info = (kernel_ulong_t)&ftdi_jtag_quirk },
 	{ USB_DEVICE(LARSENBRUSGAARD_VID, LB_ALTITRACK_PID) },
 	{ USB_DEVICE(GN_OTOMETRICS_VID, AURICAL_USB_PID) },
+	{ USB_DEVICE(FTDI_VID, MARVELL_OPENRD_PID),
+		.driver_info = (kernel_ulong_t)&ftdi_jtag_quirk },
 	{ },					/* Optional parameter entry */
 	{ }					/* Terminating entry */
 };
diff --git a/drivers/usb/serial/ftdi_sio.h b/drivers/usb/serial/ftdi_sio.h
index 24dbd99..4285b14 100644
--- a/drivers/usb/serial/ftdi_sio.h
+++ b/drivers/usb/serial/ftdi_sio.h
@@ -954,6 +954,13 @@
 #define AURICAL_USB_PID		0x0010	/* Aurical USB Audiometer */
 
 /*
+ * Marvell OpenRD Base, Client
+ * http://www.open-rd.org
+ * OpenRD Base, Client use VID 0x0403
+ */
+#define MARVELL_OPENRD_PID	0x9e90
+
+/*
  *   BmRequestType:  1100 0000b
  *   bRequest:       FTDI_E2_READ
  *   wValue:         0
-- 
1.6.3.3

-- 
_____________________________________________________________________
Disclaimer: This e-mail message and all attachments transmitted with it
are intended solely for the use of the addressee and may contain legally
privileged and confidential information. If the reader of this message
is not the intended recipient, or an employee or agent responsible for
delivering this message to the intended recipient, you are hereby
notified that any dissemination, distribution, copying, or other use of
this message or its attachments is strictly prohibited. If you have
received this message in error, please notify the sender immediately by
replying to this message and please delete it from your computer. Any
views expressed in this message are those of the individual sender
unless otherwise stated.Company has taken enough precautions to prevent
the spread of viruses. However the company accepts no liability for any
damage caused by any virus transmitted by this email.
_____________________________________________________________________
 

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

end of thread, other threads:[~2009-08-07 11:55 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-06 14:39 [PATCH] USB: ftdi_sio: add product_id for Marvell OpenRD Base, Client Dhaval Vasa
2009-08-06 15:21 ` Greg KH
2009-08-07 11:03   ` Dhaval Vasa
  -- strict thread matches above, loose matches on Subject: below --
2009-08-07 11:56 Dhaval Vasa

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox