Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Drake <dsd@laptop.org>2012-10-12 21:52:14 (GMT)
committer Daniel Drake <dsd@laptop.org>2012-10-12 21:52:14 (GMT)
commitf15cec4324d5c42bb217268fb5408ded9d96dba8 (patch)
treeac676c4a756d6e93f9a99b01cf110a998e1fd9e7
parenta07a1293ae022e9122527f76c8c475b5d82d926b (diff)
Rename touchscreen module to osk
osk (on-screen keyboard) is a better name for this module: touch support will be shipped on all platforms, this module is only really for the keyboard addition, and will soon be growing OSK-specific configuration.
-rw-r--r--examples/f18-xo1.75.ini2
-rw-r--r--examples/f18-xo4.ini2
-rw-r--r--examples/olpc-os-13.1.0-xo1.75.ini2
-rw-r--r--examples/olpc-os-13.1.0-xo4.ini2
-rw-r--r--modules/osk/README1
-rw-r--r--modules/osk/kspkglist.50.osk.inc (renamed from modules/touchscreen/kspkglist.50.touch.inc)0
-rw-r--r--modules/touchscreen/README2
7 files changed, 5 insertions, 6 deletions
diff --git a/examples/f18-xo1.75.ini b/examples/f18-xo1.75.ini
index 590b1a0..ee1c20e 100644
--- a/examples/f18-xo1.75.ini
+++ b/examples/f18-xo1.75.ini
@@ -24,7 +24,7 @@ addrepo_1=1,olpc-f18,http://rpmdropbox.laptop.org/f18/
addrepo_2=1,olpc-f18-xo1.75,http://rpmdropbox.laptop.org/f18-xo1.75/
add_excludes_to=fedora,fedora-updates,fedora-updates-testing
-[touchscreen]
+[osk]
[x11]
diff --git a/examples/f18-xo4.ini b/examples/f18-xo4.ini
index b070701..62fc8f6 100644
--- a/examples/f18-xo4.ini
+++ b/examples/f18-xo4.ini
@@ -24,7 +24,7 @@ addrepo_1=1,olpc-f18,http://rpmdropbox.laptop.org/f18/
addrepo_2=1,olpc-f18-xo4,http://rpmdropbox.laptop.org/f18-xo4/
add_excludes_to=fedora,fedora-updates,fedora-updates-testing
-[touchscreen]
+[osk]
[x11]
diff --git a/examples/olpc-os-13.1.0-xo1.75.ini b/examples/olpc-os-13.1.0-xo1.75.ini
index 25d0ccf..3cfe750 100644
--- a/examples/olpc-os-13.1.0-xo1.75.ini
+++ b/examples/olpc-os-13.1.0-xo1.75.ini
@@ -24,7 +24,7 @@ addrepo_1=1,olpc-f18,http://rpmdropbox.laptop.org/f18/
addrepo_2=1,olpc-f18-xo1.75,http://rpmdropbox.laptop.org/f18-xo1.75/
add_excludes_to=fedora,fedora-updates,fedora-updates-testing
-[touchscreen]
+[osk]
[x11]
diff --git a/examples/olpc-os-13.1.0-xo4.ini b/examples/olpc-os-13.1.0-xo4.ini
index 6b65b4c..705520c 100644
--- a/examples/olpc-os-13.1.0-xo4.ini
+++ b/examples/olpc-os-13.1.0-xo4.ini
@@ -24,7 +24,7 @@ addrepo_1=1,olpc-f18,http://rpmdropbox.laptop.org/f18/
addrepo_2=1,olpc-f18-xo4,http://rpmdropbox.laptop.org/f18-xo4/
add_excludes_to=fedora,fedora-updates,fedora-updates-testing
-[touchscreen]
+[osk]
[x11]
diff --git a/modules/osk/README b/modules/osk/README
new file mode 100644
index 0000000..a6b3f76
--- /dev/null
+++ b/modules/osk/README
@@ -0,0 +1 @@
+Include this module in your build if you want to enable the on-screen keyboard.
diff --git a/modules/touchscreen/kspkglist.50.touch.inc b/modules/osk/kspkglist.50.osk.inc
index 6e22b2c..6e22b2c 100644
--- a/modules/touchscreen/kspkglist.50.touch.inc
+++ b/modules/osk/kspkglist.50.osk.inc
diff --git a/modules/touchscreen/README b/modules/touchscreen/README
deleted file mode 100644
index b81f4ea..0000000
--- a/modules/touchscreen/README
+++ /dev/null
@@ -1,2 +0,0 @@
-Include this module in your build if you want to enable advanced touchscreen
-features such as the on-screen keyboard.