The patch number 10157 was added via Tobias Lorenz <[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]
------
Add USB ID for the Sil4701 radio from DealExtreme.
Signed-off-by: Mark Lord <[email protected]>
Cc: Tobias Lorenz <[email protected]>
Cc: Greg KH <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Code beautifications and documentation added.
Signed-off-by: Tobias Lorenz <[email protected]>
---
linux/Documentation/video4linux/si470x.txt | 1 +
linux/drivers/media/radio/radio-si470x.c | 4 ++++
2 files changed, 5 insertions(+)
diff -r 6bab82c6096e -r 42f57f457d9d linux/Documentation/video4linux/si470x.txt
--- a/linux/Documentation/video4linux/si470x.txt Wed Dec 03 15:32:11
2008 -0200
+++ b/linux/Documentation/video4linux/si470x.txt Wed Dec 03 19:26:15
2008 +0100
@@ -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 6bab82c6096e -r 42f57f457d9d linux/drivers/media/radio/radio-si470x.c
--- a/linux/drivers/media/radio/radio-si470x.c Wed Dec 03 15:32:11 2008 -0200
+++ b/linux/drivers/media/radio/radio-si470x.c Wed Dec 03 19:26:15 2008 +0100
@@ -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/42f57f457d9d3a91d5f3966b59bfa87679ecb1c7
_______________________________________________
linuxtv-commits mailing list
[email protected]
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits