summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-evdev_1.3.0.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-evdev: Upgrade 1.3.0 -> 1.4.0Leon Anavi2021-01-251-23/+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 (#138). - Add the util.find_ecodes_by_regex() helper function. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-evdev: Consolidate in a single fileLeon Anavi2020-06-101-1/+21
| | | | | | | | Consolidate inc and bb files into a single bb file. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-evdev: upgrade 1.2.0 -> 1.3.0Pierre-Jean Texier2020-03-041-0/+3
Remove patch applied upstream. See full changelog https://python-evdev.readthedocs.io/en/latest/changelog.html Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>