The last batch of fixes.
This commit is contained in:
@@ -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 },
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user