From 39856625a6de1e8c4b57c5938e1bf29d13cf1a9f Mon Sep 17 00:00:00 2001 From: Rui Carmo Date: Tue, 28 May 2024 14:21:53 +0100 Subject: [PATCH] add ID for new Bluetooth variant of spacemouse wireless --- src/dev.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dev.c b/src/dev.c index e7bfd68..22c50dd 100644 --- a/src/dev.c +++ b/src/dev.c @@ -80,7 +80,7 @@ static struct usbdb_entry { {{0x256f, 0xc633}, DEV_SMENT, DF_SWAPYZ | DF_INVYZ, bnhack_sment}, /* spacemouse enterprise */ {{0x256f, 0xc635}, DEV_SMCOMP, DF_SWAPYZ | DF_INVYZ, 0}, /* spacemouse compact */ {{0x256f, 0xc636}, DEV_SMMOD, DF_SWAPYZ | DF_INVYZ, 0}, /* spacemouse module */ - + {{0x256f, 0xc63a}, DEV_SMW, DF_SWAPYZ | DF_INVYZ, 0}, /* spacemouse wireless (Bluetooth) */ {{-1, -1}, DEV_UNKNOWN, 0} };