From b440f8616de90b990bf88ef9e5e0fd9ff1658f0a Mon Sep 17 00:00:00 2001 From: Johannes Marbach Date: Sat, 18 Sep 2021 13:56:40 +0200 Subject: [PATCH] Add multi-device PR --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f797f92..f8ec664 100644 --- a/README.md +++ b/README.md @@ -55,6 +55,7 @@ Upstreamed contributions so far: - [Add support for keypads to libinput driver] (✅ merged) - [Add full keyboard support to libinput/evdev driver] (✅ merged) - [Automatic device discovery via libinput] (✅ merged) +- [Make it possible to use multiple devices with the libinput and XKB drivers] (⏳ in review) # Development @@ -149,3 +150,4 @@ The Font Awesome font is licensed under the Open Font License version 1.1. [Add support for keypads to libinput driver]: https://github.com/lvgl/lv_drivers/pull/152 [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 +[Make it possible to use multiple devices with the libinput and XKB drivers]: https://github.com/lvgl/lv_drivers/pull/165