From 9c33f93c1c9bfd37f33f638eccceefa4c0d5b5e6 Mon Sep 17 00:00:00 2001 From: Thomas Martitz Date: Mon, 28 May 2012 19:31:46 +0200 Subject: ypr0: Add kernel module to required support fm radio. To support fm radio a kernel module was written. This module is added to the patched firmware that loads Rockbox. It's pre-compiled but its source archive provided. The kernel module provides raw-access to the built-in si4709 radio chip. Our existing si 47xx drivers can be re-used this way. The module itself was written Lorenzo Miori, I only integrated it into the tree. Change-Id: I6205d28a505d57791eaeb627e6856b9a1eaeaeaa --- utils/ypr0tools/README | 3 +++ 1 file changed, 3 insertions(+) (limited to 'utils/ypr0tools/README') diff --git a/utils/ypr0tools/README b/utils/ypr0tools/README index 45777dd..c517eec 100644 --- a/utils/ypr0tools/README +++ b/utils/ypr0tools/README @@ -10,3 +10,6 @@ After that, R0.ROM is patched and can load Rockbox. rockbox.sh is a script to put into rockbox.zip. It's a small loader script that sets stuff up. + +files/lib/modules/si4709.ko is a replacement kernel module for fm radio support, +its source code is packaged in ./si4709.7z. -- cgit v1.1