[pkg-fso-commits] [SCM] openmoko-files-config, various files for the Openmoko devices branch, upstream, updated. upstream/20080912-18-g9d01b62

Luca Capello luca at pca.it
Mon Jun 8 01:12:46 UTC 2009


The following commit has been merged in the upstream branch:
commit 175794754a1c6284a8141996269bab226a241e74
Author: Luca Capello <luca at pca.it>
Date:   Sun Jun 7 20:03:02 2009 +0200

    common/etc/udev/rules.d/55-openmoko-gta01-gta02.rules: new file
    
    In FSO-milestone5.1 images, GTA01 and GTA02 share the same
    udev rules files, thus ship in the common/ folder a simplified
    version with only the rules necessary for Debian.

diff --git a/GTA01_Neo-1973/etc/udev/rules.d/55-gta01-neo1973.rules b/GTA01_Neo-1973/etc/udev/rules.d/55-gta01-neo1973.rules
deleted file mode 100644
index c8ec070..0000000
--- a/GTA01_Neo-1973/etc/udev/rules.d/55-gta01-neo1973.rules
+++ /dev/null
@@ -1,16 +0,0 @@
-KERNEL=="rfcomm[0-9]*", NAME="%k", GROUP="users", MODE="0660"
-
-# Firmware Helper (Freerunner)
-# ACTION=="add", SUBSYSTEM=="firmware", RUN+="/lib/udev/firmware_helper"
-
-# Firmware Helper
-ACTION=="add", SUBSYSTEM=="firmware", RUN+="/lib/udev/firmware.sh"
-
-# Samsung UARTS
-KERNEL=="s3c2410_serial[0-9]",   NAME="ttySAC%n"
-
-# Touchscreen for Xglamo (Freerunner)
-# SUBSYSTEM=="input", ATTRS{modalias}=="input:b0013vDEADpBEEFe0101-e0,1,3,k14A,ra0,1,18,mlsfw", SYMLINK+="ts"
-
-# Create a symlink to any touchscreen input device
-SUBSYSTEM=="input", KERNEL=="event[0-9]*", SYSFS{modalias}=="input:*-e0*,3,*a0,1,*18,*", SYMLINK+="input/touchscreen0"
diff --git a/GTA02_Neo-FreeRunner/etc/udev/rules.d/55-gta02-neo-freerunner.rules b/GTA02_Neo-FreeRunner/etc/udev/rules.d/55-gta02-neo-freerunner.rules
deleted file mode 100644
index 0d69d8c..0000000
--- a/GTA02_Neo-FreeRunner/etc/udev/rules.d/55-gta02-neo-freerunner.rules
+++ /dev/null
@@ -1,10 +0,0 @@
-KERNEL=="rfcomm[0-9]*", NAME="%k", GROUP="users", MODE="0660"
-
-# Firmware Helper
-ACTION=="add", SUBSYSTEM=="firmware", RUN+="/lib/udev/firmware_helper"
-
-# Samsung UARTS
-KERNEL=="s3c2410_serial[0-9]",   NAME="ttySAC%n"
-
-# Touchscreen for Xglamo
-SUBSYSTEM=="input", ATTRS{modalias}=="input:b0013vDEADpBEEFe0101-e0,1,3,k14A,ra0,1,18,mlsfw", SYMLINK+="ts"
diff --git a/common/etc/udev/rules.d/55-openmoko-gta01-gta02.rules b/common/etc/udev/rules.d/55-openmoko-gta01-gta02.rules
new file mode 100644
index 0000000..3fbd524
--- /dev/null
+++ b/common/etc/udev/rules.d/55-openmoko-gta01-gta02.rules
@@ -0,0 +1,5 @@
+# Samsung UARTS
+KERNEL=="s3c2410_serial[0-9]",   NAME="ttySAC%n"
+
+# Create a symlink to any touchscreen input device
+SUBSYSTEM=="input", KERNEL=="event[0-9]*", SYSFS{modalias}=="input:*-e0*,3,*a0,1,*18,*", SYMLINK+="input/touchscreen0"

-- 
openmoko-files-config, various files for the Openmoko devices



More information about the pkg-fso-commits mailing list