SOURCES: udev-input.helper - revereted old, bogus hotplug changes
freetz
freetz at pld-linux.org
Sat Oct 22 11:40:42 CEST 2005
Author: freetz Date: Sat Oct 22 09:40:42 2005 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- revereted old, bogus hotplug changes
---- Files affected:
SOURCES:
udev-input.helper (1.1 -> 1.2)
---- Diffs:
================================================================
Index: SOURCES/udev-input.helper
diff -u SOURCES/udev-input.helper:1.1 SOURCES/udev-input.helper:1.2
--- SOURCES/udev-input.helper:1.1 Wed Oct 19 15:01:23 2005
+++ SOURCES/udev-input.helper Sat Oct 22 11:40:37 2005
@@ -167,12 +167,12 @@
relBits="$9"
shift 9
- absBits="{$1}"
- cbsBits="{$2}"
- ledBits="{$3}"
- sndBits="{$4}"
- ffBits="{$5}"
- driverInfo=$(({$6}))
+ absBits="$1"
+ cbsBits="$2"
+ ledBits="$3"
+ sndBits="$4"
+ ffBits="$5"
+ driverInfo=$(($6))
: checkmatch $module
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SOURCES/udev-input.helper?r1=1.1&r2=1.2&f=u
More information about the pld-cvs-commit
mailing list