Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (dfa9e57b928b4ab55de4c5cddc24be8d5b6c4d4f)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (dfa9e57b928b4ab55de4c5cddc24be8d5b6c4d4f)
  • Date: Sun, 13 Oct 2013 11:09:30 -0500

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

ChangeLog | 4 ++++
kernels/psmouse-elantech/BUILD | 7 +++++++
kernels/psmouse-elantech/DETAILS | 15 +++++++++++++++
kernels/psmouse-elantech/HISTORY | 2 ++
kernels/psmouse-elantech/INSTALL | 3 +++
kernels/psmouse-elantech/PREPARE | 7 +++++++
kernels/psmouse-elantech/TRIGGERS | 1 +
7 files changed, 39 insertions(+)

New commits:
commit dfa9e57b928b4ab55de4c5cddc24be8d5b6c4d4f
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

psmouse-elantech: new spell, psmouse kernel module with support for
elantech with multitouch

diff --git a/ChangeLog b/ChangeLog
index fef8096..24ed050 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2013-10-13 Vlad Glagolev <stealth AT sourcemage.org>
+ * kernels/psmouse-elantech: new spell, psmouse kernel module with
+ support for elantech with multitouch
+
2013-10-13 Jeremy Blosser <jblosser AT sourcemage.org>
* chat-libs/libstrophe: new spell, XMPP library in C
* chat-im/profanity: new spell, console based XMPP client
diff --git a/kernels/psmouse-elantech/BUILD b/kernels/psmouse-elantech/BUILD
new file mode 100755
index 0000000..2a79ad5
--- /dev/null
+++ b/kernels/psmouse-elantech/BUILD
@@ -0,0 +1,7 @@
+cd "$SOURCE_DIRECTORY/src" &&
+
+make -C "$INSTALL_ROOT/usr/src/linux" M=$PWD \
+ EXTRA_CFLAGS="-DCONFIG_MOUSE_PS2
-DCONFIG_MOUSE_PS2_ELANTECH" \
+ CONFIG_MOUSE_PS2=m \
+ CONFIG_MOUSE_PS2_ELANTECH=y \
+ psmouse.ko
diff --git a/kernels/psmouse-elantech/DETAILS
b/kernels/psmouse-elantech/DETAILS
new file mode 100755
index 0000000..e4e847e
--- /dev/null
+++ b/kernels/psmouse-elantech/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=psmouse-elantech
+ VERSION=v6
+ SOURCE=$SPELL-$VERSION.tar.bz2
+ SOURCE_URL[0]=http://planet76.com/drivers/elantech/$SOURCE
+
SOURCE_HASH=sha512:0c7cd8ed4745ee14093ee752e110ba71070d3d112853cc73e08fe65ec7094fa172eb560e658f8d231259f9f4f5bf52ea8ed4fdccc6d63a1d414bd5f1454a2980
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ WEB_SITE=http://planet76.com/
+ LICENSE[0]=GPL
+ GATHER_DOCS="off"
+ ENTERED=20131013
+ KEYWORDS=""
+ SHORT="psmouse kernel module with support for elantech with
multitouch"
+cat << EOF
+psmouse kernel module with support for elantech with multitouch.
+EOF
diff --git a/kernels/psmouse-elantech/HISTORY
b/kernels/psmouse-elantech/HISTORY
new file mode 100644
index 0000000..ae76ff8
--- /dev/null
+++ b/kernels/psmouse-elantech/HISTORY
@@ -0,0 +1,2 @@
+2013-10-13 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS, BUILD, INSTALL, PREPARE, TRIGGERS: created spell
diff --git a/kernels/psmouse-elantech/INSTALL
b/kernels/psmouse-elantech/INSTALL
new file mode 100755
index 0000000..6387f21
--- /dev/null
+++ b/kernels/psmouse-elantech/INSTALL
@@ -0,0 +1,3 @@
+cd "$SOURCE_DIRECTORY/src" &&
+
+make -C "$INSTALL_ROOT/usr/src/linux" M=$PWD modules_install
diff --git a/kernels/psmouse-elantech/PREPARE
b/kernels/psmouse-elantech/PREPARE
new file mode 100755
index 0000000..6cade45
--- /dev/null
+++ b/kernels/psmouse-elantech/PREPARE
@@ -0,0 +1,7 @@
+. $GRIMOIRE/FUNCTIONS &&
+
+if [[ $(get_kernel_config CONFIG_MOUSE_PS2) == "y" ||
+ $(get_kernel_config CONFIG_MOUSE_PS2) == "m" ]]; then
+ message "${PROBLEM_COLOR}Your kernel appears to have psmouse device
support enabled (CONFIG_MOUSE_PS2 is set to 'y' or 'm'). $SPELL will not
function with this, please set it to 'n'.${DEFAULT_COLOR}"
+ return 1
+fi
diff --git a/kernels/psmouse-elantech/TRIGGERS
b/kernels/psmouse-elantech/TRIGGERS
new file mode 100755
index 0000000..5c92593
--- /dev/null
+++ b/kernels/psmouse-elantech/TRIGGERS
@@ -0,0 +1 @@
+on_cast linux cast_self



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (dfa9e57b928b4ab55de4c5cddc24be8d5b6c4d4f), Vlad Glagolev, 10/13/2013

Archive powered by MHonArc 2.6.24.

Top of Page