Fix default input device path.
authorKristian Høgsberg <krh@redhat.com>
Fri, 12 Dec 2008 19:48:46 +0000 (14:48 -0500)
committerKristian Høgsberg <krh@redhat.com>
Fri, 12 Dec 2008 19:48:46 +0000 (14:48 -0500)
egl-compositor.c

index d6426c2..2b96454 100644 (file)
@@ -1065,7 +1065,8 @@ pick_config(struct egl_compositor *ec)
 static const char gem_device[] = "/dev/dri/card0";
 
 static const char *macbook_air_default_input_device[] = {
-       "pci-0000:00:1d.0-usb-0:2:1*event*"
+       "pci-0000:00:1d.2-usb-0:2:1*event*",
+       NULL
 };
 
 static const char *option_background = "background.jpg";