summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorSteve Conklin <sconklin@canonical.com>2013-03-07 17:19:33 -0600
committerBen Hutchings <ben@decadent.org.uk>2013-03-20 15:03:35 +0000
commit0c0e37536ded9ea09152791b2ee534b613a59d2c (patch)
tree5ffeb94a514d4fc9617608cda8a43d76bbf755d6 /drivers
parent88ef123457c203b3c2a40ecb9b3022ecdd7b7dcb (diff)
downloadlinux-stable-0c0e37536ded9ea09152791b2ee534b613a59d2c.tar.gz
linux-stable-0c0e37536ded9ea09152791b2ee534b613a59d2c.tar.bz2
linux-stable-0c0e37536ded9ea09152791b2ee534b613a59d2c.zip
usb: serial: Add Rigblaster Advantage to device table
commit a57e82a18779ab8a5e5a1f5841cef937cf578913 upstream. 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> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/usb/serial/cp210x.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/serial/cp210x.c b/drivers/usb/serial/cp210x.c
index 96cd80c14e38..913a178c17a3 100644
--- a/drivers/usb/serial/cp210x.c
+++ b/drivers/usb/serial/cp210x.c
@@ -91,6 +91,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 */