summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authord3v1c3nv11 <d3v1c3nv11@users.noreply.github.com>2017-11-06 16:10:27 +0200
committerGitHub <noreply@github.com>2017-11-06 16:10:27 +0200
commited5bfa43f839c11ff766da567b7d0deb2802dcd8 (patch)
tree2a79aa990e4db78604f2232fc591a2e148557a12
parent4092af7efe4aa6b125ef0c19d76663d76eab19c1 (diff)
Delete lufa_addwheelmouse.patch
-rw-r--r--lufa_addwheelmouse.patch25
1 files changed, 0 insertions, 25 deletions
diff --git a/lufa_addwheelmouse.patch b/lufa_addwheelmouse.patch
deleted file mode 100644
index 9fbeb89..0000000
--- a/lufa_addwheelmouse.patch
+++ /dev/null
@@ -1,25 +0,0 @@
---- LUFA/Drivers/USB/Class/Common/HIDClassCommon.h
-+++ LUFA/Drivers/USB/Class/Common/HIDClassCommon.h
-@@ -505,13 +505,6 @@
- HID_RI_REPORT_COUNT(8, 0x02), \
- HID_RI_REPORT_SIZE(8, (((MinAxisVal >= -128) && (MaxAxisVal <= 127)) ? 8 : 16)), \
- HID_RI_INPUT(8, HID_IOF_DATA | HID_IOF_VARIABLE | (AbsoluteCoords ? HID_IOF_ABSOLUTE : HID_IOF_RELATIVE)), \
-+ HID_RI_USAGE(8, 0x38), \
-+ HID_RI_LOGICAL_MINIMUM(8, -127), \
-+ HID_RI_LOGICAL_MAXIMUM(8, 127), \
-+ HID_RI_PHYSICAL_MINIMUM(8, -1), \
-+ HID_RI_PHYSICAL_MAXIMUM(8, 1), \
-+ HID_RI_REPORT_SIZE(8, 0x08), \
-+ HID_RI_INPUT(8, HID_IOF_DATA | HID_IOF_VARIABLE | HID_IOF_RELATIVE), \
- HID_RI_END_COLLECTION(0), \
- HID_RI_END_COLLECTION(0)
-
-@@ -660,7 +653,6 @@
- uint8_t Button; /**< Button mask for currently pressed buttons in the mouse. */
- int8_t X; /**< Current delta X movement of the mouse. */
- int8_t Y; /**< Current delta Y movement on the mouse. */
-+ int8_t Wheel;
- } ATTR_PACKED USB_MouseReport_Data_t;
-
- /** \brief Standard HID Boot Protocol Keyboard Report.
-