From f96441b9faf769c9ecdd4d338b605ea3d0cc4010 Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Tue, 9 Nov 2004 00:36:47 +0000 Subject: Disable bk EOLN_NATIVE conversions on all files in packages FILESPATHs, to prevent it screwing up patches. BKrev: 4190111fA4MuVozAqwE7xOSL9fr-TA --- tslib/tslib/collie/tslib.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'tslib/tslib/collie/tslib.sh') diff --git a/tslib/tslib/collie/tslib.sh b/tslib/tslib/collie/tslib.sh index e69de29bb2..187b7ce6d2 100644 --- a/tslib/tslib/collie/tslib.sh +++ b/tslib/tslib/collie/tslib.sh @@ -0,0 +1,10 @@ +#!/bin/sh + +if (uname -r|grep -q 'embedix'); then + TSLIB_TSDEVICE=/dev/ts + TSLIB_TSEVENTTYPE=COLLIE +else + TSLIB_TSDEVICE=/dev/input/event0 +fi + +export TSLIB_TSDEVICE TSLIB_TSEVENTTYPE -- cgit 1.2.3-korg