* [PATCH] usb: serial: Add Rigblaster Advantage to device table
@ 2013-03-07 22:01 Steve Conklin
2013-03-07 23:19 ` [PATCH v2] " Steve Conklin
2013-03-07 23:36 ` [PATCH] " Sergei Shtylyov
0 siblings, 2 replies; 3+ messages in thread
From: Steve Conklin @ 2013-03-07 22:01 UTC (permalink / raw)
To: linux-usb, linux-kernel
The Rigblaster Advantage is an amateur radio interface sold by West Mountain Radio. It contains a cp210x serial interface but the device ID is not in the driver.
Signed-off-by: Steve Conklin <sconklin@canonical.com>
---
drivers/usb/serial/cp210x.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/usb/serial/cp210x.c b/drivers/usb/serial/cp210x.c
index edc0f0d..78721ba 100644
--- a/drivers/usb/serial/cp210x.c
+++ b/drivers/usb/serial/cp210x.c
@@ -85,6 +85,7 @@ static const struct usb_device_id id_table[] = {
{ USB_DEVICE(0x10C4, 0x813F) }, /* Tams Master Easy Control */
{ USB_DEVICE(0x10C4, 0x814A) }, /* West Mountain Radio RIGblaster P&P */
{ USB_DEVICE(0x10C4, 0x814B) }, /* West Mountain Radio RIGtalk */
+ { USB_DEVICE(0x2405, 0x0003) }, /* West Mountain Radio RIGblaster Advantage */
{ USB_DEVICE(0x10C4, 0x8156) }, /* B&G H3000 link cable */
{ USB_DEVICE(0x10C4, 0x815E) }, /* Helicomm IP-Link 1220-DVM */
{ USB_DEVICE(0x10C4, 0x815F) }, /* Timewave HamLinkUSB */
--
1.7.9.5
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [PATCH v2] usb: serial: Add Rigblaster Advantage to device table
2013-03-07 22:01 [PATCH] usb: serial: Add Rigblaster Advantage to device table Steve Conklin
@ 2013-03-07 23:19 ` Steve Conklin
2013-03-07 23:36 ` [PATCH] " Sergei Shtylyov
1 sibling, 0 replies; 3+ messages in thread
From: Steve Conklin @ 2013-03-07 23:19 UTC (permalink / raw)
To: linux-usb, linux-kernel
The Rigblaster Advantage is an amateur radio interface sold by West Mountain
Radio. It contains a cp210x serial interface but the device ID is not in
the driver.
Signed-off-by: Steve Conklin <sconklin@canonical.com>
---
drivers/usb/serial/cp210x.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/usb/serial/cp210x.c b/drivers/usb/serial/cp210x.c
index edc0f0d..78721ba 100644
--- a/drivers/usb/serial/cp210x.c
+++ b/drivers/usb/serial/cp210x.c
@@ -85,6 +85,7 @@ static const struct usb_device_id id_table[] = {
{ USB_DEVICE(0x10C4, 0x813F) }, /* Tams Master Easy Control */
{ USB_DEVICE(0x10C4, 0x814A) }, /* West Mountain Radio RIGblaster P&P */
{ USB_DEVICE(0x10C4, 0x814B) }, /* West Mountain Radio RIGtalk */
+ { USB_DEVICE(0x2405, 0x0003) }, /* West Mountain Radio RIGblaster Advantage */
{ USB_DEVICE(0x10C4, 0x8156) }, /* B&G H3000 link cable */
{ USB_DEVICE(0x10C4, 0x815E) }, /* Helicomm IP-Link 1220-DVM */
{ USB_DEVICE(0x10C4, 0x815F) }, /* Timewave HamLinkUSB */
--
1.7.9.5
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] usb: serial: Add Rigblaster Advantage to device table
2013-03-07 22:01 [PATCH] usb: serial: Add Rigblaster Advantage to device table Steve Conklin
2013-03-07 23:19 ` [PATCH v2] " Steve Conklin
@ 2013-03-07 23:36 ` Sergei Shtylyov
1 sibling, 0 replies; 3+ messages in thread
From: Sergei Shtylyov @ 2013-03-07 23:36 UTC (permalink / raw)
To: Steve Conklin; +Cc: linux-usb, linux-kernel
Hello.
On 03/08/2013 01:01 AM, Steve Conklin wrote:
> The Rigblaster Advantage is an amateur radio interface sold by West Mountain Radio. It contains a cp210x serial interface but the device ID is not in the driver.
Wrap your changelog lines at about 76 (80 max) characters please.
> Signed-off-by: Steve Conklin <sconklin@canonical.com>
>
WBR, Sergei
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-03-07 23:21 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-07 22:01 [PATCH] usb: serial: Add Rigblaster Advantage to device table Steve Conklin
2013-03-07 23:19 ` [PATCH v2] " Steve Conklin
2013-03-07 23:36 ` [PATCH] " Sergei Shtylyov
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox