diff options
| author | Kristian Høgsberg <krh@redhat.com> | 2008-12-12 14:48:46 -0500 |
|---|---|---|
| committer | Kristian Høgsberg <krh@redhat.com> | 2008-12-12 14:48:46 -0500 |
| commit | 64949978f47607ea356b4c4e6c7a3379f1266ed7 (patch) | |
| tree | d5044aa64ab4a4059bebe7bc2ed9d273bf22d39f | |
| parent | a7700c8ff1b0ec5b06048092bb16f0531ec89e08 (diff) | |
| download | wayland-64949978f47607ea356b4c4e6c7a3379f1266ed7.tar.gz wayland-64949978f47607ea356b4c4e6c7a3379f1266ed7.tar.xz wayland-64949978f47607ea356b4c4e6c7a3379f1266ed7.zip | |
Fix default input device path.
| -rw-r--r-- | egl-compositor.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/egl-compositor.c b/egl-compositor.c index d6426c2..2b96454 100644 --- a/egl-compositor.c +++ b/egl-compositor.c @@ -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"; |
