PATCH: radio-si470x: add USB ID for dealextreme usb radio

From: Mark Lord
Date: Mon Dec 01 2008 - 16:59:36 EST


Add USB ID for the Sil4701 radio from DealExtreme.

Signed-off-by: Mark Lord <mlord@xxxxxxxxx>

--- linux/drivers/media/radio/radio-si470x.c.orig 2008-12-01 16:20:39.000000000 -0500
+++ linux/drivers/media/radio/radio-si470x.c 2008-12-01 16:20:18.000000000 -0500
@@ -142,6 +142,8 @@
static struct usb_device_id si470x_usb_driver_id_table[] = {
/* Silicon Labs USB FM Radio Reference Design */
{ USB_DEVICE_AND_INTERFACE_INFO(0x10c4, 0x818a, USB_CLASS_HID, 0, 0) },
+ /* DealExtreme USB Radio */
+ { USB_DEVICE_AND_INTERFACE_INFO(0x10c5, 0x819a, USB_CLASS_HID, 0, 0) },
/* ADS/Tech FM Radio Receiver (formerly Instant FM Music) */
{ USB_DEVICE_AND_INTERFACE_INFO(0x06e1, 0xa155, USB_CLASS_HID, 0, 0) },
/* Terminating entry */
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/