diff --git a/openembedded/packages/matchbox-poky/matchbox-poky/etc/matchbox/session b/openembedded/packages/matchbox-poky/matchbox-poky/etc/matchbox/session index 6599e7dbb1..2806094a79 100755 --- a/openembedded/packages/matchbox-poky/matchbox-poky/etc/matchbox/session +++ b/openembedded/packages/matchbox-poky/matchbox-poky/etc/matchbox/session @@ -1,7 +1,18 @@ #!/bin/sh -## start up check hinge, XXX really needs to go in its own session -chkhinge26 /dev/input/event0 hinge-handler & +module_id() { + awk 'BEGIN { FS=": " } /Hardware/ { print $2 } '