projects
/
platform
/
upstream
/
libinput.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3d2264e
)
touchpad: fix whitespace issue
author
Peter Hutterer
<peter.hutterer@who-t.net>
Fri, 5 Jun 2015 00:10:56 +0000
(10:10 +1000)
committer
Peter Hutterer
<peter.hutterer@who-t.net>
Fri, 5 Jun 2015 00:10:56 +0000
(10:10 +1000)
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
src/evdev-mt-touchpad.c
patch
|
blob
|
history
diff --git
a/src/evdev-mt-touchpad.c
b/src/evdev-mt-touchpad.c
index 24f33f46f80edea4339fae985ffbef5783550713..0154e895c502fe2e60f6ce522893766ec8d816cb 100644
(file)
--- a/
src/evdev-mt-touchpad.c
+++ b/
src/evdev-mt-touchpad.c
@@
-1150,7
+1150,7
@@
evdev_tag_touchpad(struct evdev_device *device,
*/
bustype = libevdev_get_id_bustype(device->evdev);
if (bustype == BUS_USB) {
-
if (libevdev_get_id_vendor(device->evdev) == VENDOR_ID_APPLE)
+ if (libevdev_get_id_vendor(device->evdev) == VENDOR_ID_APPLE)
device->tags |= EVDEV_TAG_INTERNAL_TOUCHPAD;
} else if (bustype != BUS_BLUETOOTH)
device->tags |= EVDEV_TAG_INTERNAL_TOUCHPAD;