The patch number 10158 was added via Mauro Carvalho Chehab <[email protected]>
to http://linuxtv.org/hg/v4l-dvb master development tree.
Kernel patches in this development tree may be modified to be backward
compatible with older kernels. Compatibility modifications will be
removed before inclusion into the mainstream Kernel
If anyone has any objections, please let us know by sending a message to:
[email protected]
------
From: Mauro Carvalho Chehab <[email protected]>
merge: http://linuxtv.org/hg/~tlorenz/v4l-dvb
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
---
linux/Documentation/video4linux/si470x.txt | 1 +
linux/drivers/media/radio/radio-si470x.c | 4 ++++
2 files changed, 5 insertions(+)
diff -r a22f840f7650 -r e876c1b66fd8 linux/Documentation/video4linux/si470x.txt
--- a/linux/Documentation/video4linux/si470x.txt Wed Dec 31 00:26:09
2008 -0200
+++ b/linux/Documentation/video4linux/si470x.txt Wed Dec 31 00:34:49
2008 -0200
@@ -41,6 +41,7 @@ chips are known to work:
- 10c4:818a: Silicon Labs USB FM Radio Reference Design
- 06e1:a155: ADS/Tech FM Radio Receiver (formerly Instant FM Music)
(RDX-155-EF)
- 1b80:d700: KWorld USB FM Radio SnapMusic Mobile 700 (FM700)
+- 10c5:819a: DealExtreme USB Radio
Software
diff -r a22f840f7650 -r e876c1b66fd8 linux/drivers/media/radio/radio-si470x.c
--- a/linux/drivers/media/radio/radio-si470x.c Wed Dec 31 00:26:09 2008 -0200
+++ b/linux/drivers/media/radio/radio-si470x.c Wed Dec 31 00:34:49 2008 -0200
@@ -96,6 +96,8 @@
* 2008-10-20 Alexey Klimov <[email protected]>
* - add support for KWorld USB FM Radio FM700
* - blacklisted KWorld radio in hid-core.c and hid-ids.h
+ * 2008-12-03 Mark Lord <[email protected]>
+ * - add support for DealExtreme USB Radio
*
* ToDo:
* - add firmware download/update support
@@ -139,6 +141,8 @@ static struct usb_device_id si470x_usb_d
{ USB_DEVICE_AND_INTERFACE_INFO(0x06e1, 0xa155, USB_CLASS_HID, 0, 0) },
/* KWorld USB FM Radio SnapMusic Mobile 700 (FM700) */
{ USB_DEVICE_AND_INTERFACE_INFO(0x1b80, 0xd700, USB_CLASS_HID, 0, 0) },
+ /* DealExtreme USB Radio */
+ { USB_DEVICE_AND_INTERFACE_INFO(0x10c5, 0x819a, USB_CLASS_HID, 0, 0) },
/* Terminating entry */
{ }
};
---
Patch is available at:
http://linuxtv.org/hg/v4l-dvb/rev/e876c1b66fd8558a81160a5837b1631421f9477f
_______________________________________________
linuxtv-commits mailing list
[email protected]
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits