From: Alan Curry Date: Wed, 25 Jul 2007 01:28:32 +0000 (+1000) Subject: [POWERPC] Fix Pegasos keyboard detection X-Git-Tag: v2.6.23-rc2~190^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f5d834fc34e61f1a40435981062000e5d2b2baa8;p=pandora-kernel.git [POWERPC] Fix Pegasos keyboard detection As of 2.6.22 the kernel doesn't recognize the i8042 keyboard/mouse controller on the PegasosPPC. This is because of a feature/bug in the OF device tree: the "device_type" attribute is an empty string instead of "8042" as the kernel expects. This adds a secondary detection which looks for a device whose *name* is "8042" if there is no device whose *type* is "8042". Signed-off-by: Alan Curry Acked-by: Benjamin Herrenschmidt Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed