Fix default input device path.

This commit is contained in:
Kristian Høgsberg 2008-12-12 14:48:46 -05:00
parent a7700c8ff1
commit 64949978f4
1 changed files with 2 additions and 1 deletions

View 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";