maemo.org Bugzilla – Full Text Bug Listing |
Summary: | FM Radio frequency not set for use in Japan | ||
---|---|---|---|
Product: | [Maemo Official Platform] Core | Reporter: | Kenroy Harrison <kenroyh> |
Component: | Kernel | Assignee: | unassigned <nobody> |
Status: | RESOLVED WONTFIX | QA Contact: | linux-kernel-bugs |
Severity: | enhancement | ||
Priority: | Low | CC: | andre_klapper, carsten.munk, dominikowski, maemo, martin.grimme, tamakoshihiroki, yauheni.kaliuta |
Version: | 4.0 | Keywords: | community-diablo, patch |
Target Milestone: | --- | ||
Hardware: | N800 | ||
OS: | Maemo | ||
Attachments: |
patch to enable FM band selection in tea5761
fixed patch Test Output from pyFMRadio Cleaned up patch following the kernel coding guidelines |
Created an attachment (id=609) [details] patch to enable FM band selection in tea5761 I have made a patch for the tea5761.c driver code. This is not yet tested (I'm not in Japan), but since it switches the BLIM bit, it should work as expected.
Created an attachment (id=610) [details] fixed patch Oops, found some bug in the patch. Here's a new patch.
Created an attachment (id=616) [details] Test Output from pyFMRadio
(From update of attachment 610 [details]) afaict the file being patched doesn't use spaces for indentation. if this were code for projects i'd work on, i'd reject the patch for not matching style (tabs only). please consider posting a patch that correctly follows file style (only tabs, not spaces) for indentation. hopefully we can find someone to upstream this patch.
Created an attachment (id=620) [details] Cleaned up patch following the kernel coding guidelines This patch now tries to follow the kernel coding guidelines. How are the chances to get this upstream and into Nokia's official kernels?