From 5279f9080df0ff63d5543840b6bce47205725351 Mon Sep 17 00:00:00 2001 From: sorgelig Date: Sun, 1 Mar 2020 22:33:24 +0800 Subject: [PATCH] input: don't merge buggy raphnet devices. --- input.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/input.cpp b/input.cpp index 037de75..24241ed 100644 --- a/input.cpp +++ b/input.cpp @@ -2647,6 +2647,9 @@ void mergedevs() // merge multifunctional devices by id for (int i = 0; i < NUMDEV; i++) { + // Raphnet uses buggy firmware, don't merge it. + if (input[i].vid == 0x289B) continue; + input[i].bind = i; if (input[i].id[0] && !input[i].mouse) {