Opened 9 years ago
Closed 9 years ago
#7280 closed enhancement (fixed)
libinput-1.1.4
Reported by: | Fernando de Oliveira | Owned by: | Fernando de Oliveira |
---|---|---|---|
Priority: | normal | Milestone: | 7.9 |
Component: | BOOK | Version: | SVN |
Severity: | normal | Keywords: | |
Cc: |
Description ¶
http://www.freedesktop.org/software/libinput/libinput-1.1.4.tar.xz
http://www.freedesktop.org/software/libinput/libinput-1.1.4.tar.xz.sig
http://lists.freedesktop.org/archives/wayland-devel/2015-December/026233.html
MD5: 0945318141c1a9f52857bbf65d175f32 libinput-1.1.4.tar.xz
[ANNOUNCE] libinput 1.1.4 Peter Hutterer peter.hutterer at who-t.net Mon Dec 21 17:31:52 PST 2015 One significant change: previously, we used to take the device's fd from open_restricted() and start synching the device immediately. If the fd is not closed between a close_restricted() and a subsequent open_restricted(), or if the time between opening the fd and handing it to libinput is great enough, some events accumulate on the fd and are (in part) immediately replayed after opening the device or confusing libinput. We now drain any pending events on the fd after the caller hands it to us. Peter Hutterer (3): evdev: drain any pending evdev events on a device doc: add missing @config tag to libinput_config_send_event_modes configure.ac: libinput 1.1.4
Change History (2)
comment:1 by , 9 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 9 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Fixed at r16751.