Add new pull request for upstreamin automatic device discovery

This commit is contained in:
Johannes Marbach 2021-09-05 13:23:54 +02:00
parent 4ee2fed3a3
commit e791b6dba5

View file

@ -36,6 +36,7 @@ Upstreamed contributions so far:
- [Add support for keypads to libinput driver] (✅ merged)
- [Don't compile example assets when disabled in lv_conf.h] (✅ merged)
- [Add full keyboard support to libinput/evdev driver] (⏳ in review)
- [Automatic device discovery via libinput] (⏳ in review)
# Operation
@ -72,3 +73,4 @@ Unl0kr is licensed under the GNU General Public License as published by the Free
[Add support for keypads to libinput driver]: https://github.com/lvgl/lv_drivers/pull/152
[Don't compile example assets when disabled in lv_conf.h]: https://github.com/lvgl/lvgl/pull/2523
[Add full keyboard support to libinput/evdev driver]: https://github.com/lvgl/lv_drivers/pull/156
[Automatic device discovery via libinput]: https://github.com/lvgl/lv_drivers/pull/157