The last batch of fixes.

This commit is contained in:
OBattler
2025-08-02 14:07:53 +02:00
parent e2b31c2142
commit 43a4bd7903
5 changed files with 108 additions and 20 deletions

View File

@@ -97,7 +97,9 @@ static mouse_t mouse_devices[] = {
{ &mouse_msserial_ballpoint_device },
{ &mouse_ltserial_device },
{ &mouse_ps2_device },
{ &mouse_upc_standalone_device }
#ifdef USE_STANDALONE_QUICKPORT
{ &mouse_upc_standalone_device },
#endif
#ifdef USE_WACOM
{ &mouse_wacom_device },
{ &mouse_wacom_artpad_device },

View File

@@ -79,7 +79,6 @@ enum {
STATE_SCAN /* UPC is waiting for the auxiliary command response. */
};
#define ENABLE_MOUSE_UPC_LOG 1
#ifdef ENABLE_MOUSE_UPC_LOG
int mouse_upc_do_log = ENABLE_MOUSE_UPC_LOG;