forked from nemomobile/moslo
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Move the N950 N9 parts to separate configs directory.
configs/n950-n9/init_preps.sh is installed to the image and executed by the init process during the init which contains some device specific prosesses that are needed. The moslo.config file contains some variables that define device specific functionality Signed-off-by: Marko Saukko <marko.saukko@jollamobile.com>
- Loading branch information
Marko Saukko
committed
May 15, 2013
1 parent
fdaf6b2
commit 8d009a2
Showing
8 changed files
with
69 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| /usr/sbin/bme_RX-71 | ||
| /usr/lib/hwi/hw/rx71.so | ||
| /usr/lib/hwi/ic/bq24153.so | ||
| /usr/lib/hwi/ic/bq24156.so | ||
| /usr/lib/hwi/ic/bq27521.so | ||
| /usr/lib/hwi/ic/twl5030.so | ||
| /usr/lib/hwi/ic/twl5031.so | ||
| /usr/lib/hwi/bc/tabby.so | ||
|
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| # Load modules | ||
| modprobe twl4030_keypad | ||
| modprobe g_nokia # load g_nokia to make bme function properly | ||
|
|
||
| #Start services | ||
| bme_RX-71 -n -c usr/lib/hwi/hw/rx71.so -d | ||
|
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| KERNEL_MODS="g_nokia g_file_storage sep_driver twl4030_keypad g_multi" | ||
| WD_DEVICE="/dev/twl4030_wdt" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters