summaryrefslogtreecommitdiff
path: root/packages/mamona/cx3110x-770he-0.8.1
AgeCommit message (Collapse)AuthorFiles
2009-03-17rename packages/ to recipes/ per earlier agreementDenys Dmytriyenko11
See links below for more details: http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326 http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816 Signed-off-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Mike Westerhof <mwester@dls.net> Acked-by: Philip Balister <philip@balister.org> Acked-by: Khem Raj <raj.khem@gmail.com> Acked-by: Marcin Juszkiewicz <hrw@openembedded.org> Acked-by: Koen Kooi <koen@openembedded.org> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2008-10-23cx3110x: fix ooops while connecting with nmRicardo Salveti1
Basically we backported sm_drv_set_scan from the new driver, adding more spin_locks. Signed-off-by: Ricardo Salveti <ricardo.salveti@openbossa.org>
2008-10-23cx3110x-{chinooke,770he}: It's no longer needed to bring up the wireless ↵Abner Silva1
interface, because it is now up to networkmanager. Signed-off-by: Rodrigo Vivi <rodrigo.vivi@openbossa.org>
2008-10-23cx3110x: we should call wlan-cal after loading the moduleRicardo Salveti1
The problem: wlan-cal tool is also proprietary. Signed-off-by: Ricardo Salveti <ricardo.salveti@openbossa.org>
2008-10-23cx3110x: Rearranging completely the cx3110x driver buildAloisio Almeida Jr10
1. Different package names to each kernel. Now we can provide packages to more than one kernel at the same repository. 2. Creating inc file. 3. Including init.d script to configure the right module. 4. Adapting task-mamona to these changes Signed-off-by: Rodrigo Vivi <rodrigo.vivi@openbossa.org>