diff options
| -rw-r--r-- | recipes/linux/linux-palmpre/defconfig | 2 | ||||
| -rw-r--r-- | recipes/linux/linux-palmpre_git.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes/linux/linux-palmpre/defconfig b/recipes/linux/linux-palmpre/defconfig index 08c5bb0454..7bdaf0ce69 100644 --- a/recipes/linux/linux-palmpre/defconfig +++ b/recipes/linux/linux-palmpre/defconfig @@ -892,7 +892,7 @@ CONFIG_INPUT_MISC=y # CONFIG_INPUT_KEYSPAN_REMOTE is not set # CONFIG_INPUT_POWERMATE is not set # CONFIG_INPUT_YEALINK is not set -# CONFIG_INPUT_UINPUT is not set +CONFIG_INPUT_UINPUT=y CONFIG_HSDL9100_PROX_SENSOR=y CONFIG_LIGHTSENSOR_AMBIENT6200=y CONFIG_INPUT_ACCELEROMETER=y diff --git a/recipes/linux/linux-palmpre_git.bb b/recipes/linux/linux-palmpre_git.bb index 59e8d6c2f1..47d71def34 100644 --- a/recipes/linux/linux-palmpre_git.bb +++ b/recipes/linux/linux-palmpre_git.bb @@ -13,7 +13,7 @@ S = "${WORKDIR}/git/" SRCREV = "96eba42952e860f652e66a72569319dfd35756dc" KV = "2.6.24" -PR="r1" +PR="r2" PV = "${KV}+gitr${SRCPV}" # linux.inc overrides LOCAVERSION but we like to stay with the one used originally |
