Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
python3-evdev: Upgrade 1.3.0 -> 1.4.0
Upgrade to release 1.4.0: - Fix InputDevice.set_absinfo to allow setting parameters to zero. - Fix off-by-one in ioctl_EVIOCG_bits, which causes value at the end of the list to not be reported back. - Fix set_absinfo to allow setting parameters to zero. - Fix leak when returning BlockingIOError from a read. - Fix "There is no current event loop in thread" error for non asyncio code. - Prevent InputDevice destructor from blocking. - Add missing return codes to os.strerror() calls and fix force feedback example in docs (openembedded#138). - Add the util.find_ecodes_by_regex() helper function. Signed-off-by: Leon Anavi <[email protected]> Signed-off-by: Khem Raj <[email protected]>
- Loading branch information