[Yaird-devel] yaird : error: unrecognised line in /proc/bus/input/devices: U: Uniq= (fatal)

Fender Bender akr0 at hotmail.com
Thu Jul 12 19:40:31 UTC 2007


Probably everyone with a little knowledge in Parl fixed this already,
but here it is anyway ,since its not fixed in Debian Sid,
This comes from someone without perl knowledge so please,be gentle, it+s 
just a quick copy and paste but works for me(kernel 2.6.22.1):


--- InputTab.pm.OLD	2007-07-12 20:46:50.000000000 +0200
+++ InputTab.pm	2007-07-12 20:48:11.000000000 +0200
@@ -70,6 +70,12 @@
			# Do not keep track of this.
			# $work->{sysfs} = $1;
		}
+
+		elsif ($line =~ /^U: Uniq=(.*)$/) {
+			# Do not keep track of this.
+			# $work->{sysfs} = $1;
+		}
+
		elsif ($line =~ /^B: ([A-Z]+)=(.*)$/) {
			$work->{capabilities}{$1} = $2;
		}


There is a issue with reading the kernel config regarding unknown line 
because the kernel-version is is not explicitly given but through a  uname  
, - i just pasted the version in and it worked, someone should look into 
it..

_________________________________________________________________
Sie suchen E-Mails, Dokumente oder Fotos? Die neue MSN Suche Toolbar mit 
Windows-Desktopsuche liefert in sekundenschnelle Ergebnisse. Jetzt neu! 
http://desktop.msn.de/ Jetzt gratis downloaden!




More information about the Yaird-devel mailing list