From 39017b9a88351db31093e4ca3215ce845c49f090 Mon Sep 17 00:00:00 2001 From: zhanghongyuan Date: Tue, 3 Mar 2026 10:17:16 +0800 Subject: [PATCH] fix(input): check device availability enable UINPUT device in input device. log: cenable UINPUT device in input device. bug: https://pms.uniontech.com/bug-view-347463.html --- deepin-devicemanager/src/DeviceManager/DeviceInput.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deepin-devicemanager/src/DeviceManager/DeviceInput.cpp b/deepin-devicemanager/src/DeviceManager/DeviceInput.cpp index d33dd261..11f3e221 100644 --- a/deepin-devicemanager/src/DeviceManager/DeviceInput.cpp +++ b/deepin-devicemanager/src/DeviceManager/DeviceInput.cpp @@ -13,7 +13,7 @@ #include #include -QStringList DeviceInput::m_supportInterfaces= {"PS/2", "Bluetooth", "I2C", "USB"}; +QStringList DeviceInput::m_supportInterfaces= {"PS/2", "Bluetooth", "I2C", "USB", "UINPUT"}; DeviceInput::DeviceInput() : DeviceBaseInfo()