adb_usb: Disable 16-bit extended USB mouse report
16-bit extended report is not required in most devices. Turbo Mouse 5 even uses range limited -126 to 126 for XY
This commit is contained in:
parent
13d57308be
commit
ae183105bb
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
#define LOCKING_RESYNC_ENABLE
|
||||
|
||||
// Mouse Extended Report
|
||||
#define MOUSE_EXT_REPORT
|
||||
//#define MOUSE_EXT_REPORT
|
||||
|
||||
// Second button in Apple Classic Mouse protocol is ignored as Mac OS9 and OSX does.
|
||||
// Without this some of 2-button mouses are unusable.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue