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()