packaging: Bump up to 1.8.0
authorjeon <jhyuni.kang@samsung.com>
Fri, 21 Feb 2020 05:41:48 +0000 (14:41 +0900)
committerjeon <jhyuni.kang@samsung.com>
Tue, 5 Jan 2021 10:07:48 +0000 (19:07 +0900)
packaging/libevdev.spec
tools/touchpad-edge-detector.c

index 5094598..c6bd55a 100644 (file)
@@ -1,5 +1,5 @@
 Name:           libevdev
-Version:        1.5.7
+Version:        1.8.0
 Release:        0
 License:        MIT
 Summary:        wrapper library for evdev input devices
index 8472c27..9056f76 100644 (file)
@@ -160,7 +160,7 @@ pid_vid_matchstr(struct libevdev *dev, char *match, size_t sz)
 static inline void
 dmi_matchstr(struct libevdev *dev, char *match, size_t sz)
 {
-       char modalias[PATH_MAX];
+       char modalias[PATH_MAX - 7];
        FILE *fp;
 
        fp = fopen("/sys/class/dmi/id/modalias", "r");