summaryrefslogtreecommitdiff
path: root/hid/patches/no-hid-singletones.patch
diff options
context:
space:
mode:
authorDevaev Maxim <[email protected]>2021-07-09 19:27:35 +0300
committerDevaev Maxim <[email protected]>2021-07-09 19:27:35 +0300
commit70141f0fbbded557daadf758d9d94589fca9f037 (patch)
tree5ea584a8c12ee0f0d3b3b20c4416c2855c3ebb57 /hid/patches/no-hid-singletones.patch
parent63d953d22efb1e9b73fd235b64269b3406569cb8 (diff)
renamed patches
Diffstat (limited to 'hid/patches/no-hid-singletones.patch')
-rw-r--r--hid/patches/no-hid-singletones.patch66
1 files changed, 0 insertions, 66 deletions
diff --git a/hid/patches/no-hid-singletones.patch b/hid/patches/no-hid-singletones.patch
deleted file mode 100644
index af971ea5..00000000
--- a/hid/patches/no-hid-singletones.patch
+++ /dev/null
@@ -1,66 +0,0 @@
-diff -u -r HID-Project/src/SingleReport/BootKeyboard.cpp _HID-Project/src/SingleReport/BootKeyboard.cpp
---- HID-Project/src/SingleReport/BootKeyboard.cpp 2019-07-13 21:16:23.000000000 +0300
-+++ _HID-Project/src/SingleReport/BootKeyboard.cpp 2020-11-17 18:59:36.618815374 +0300
-@@ -206,6 +206,6 @@
- }
-
-
--BootKeyboard_ BootKeyboard;
-+//BootKeyboard_ BootKeyboard;
-
-
-diff -u -r HID-Project/src/SingleReport/BootKeyboard.h _HID-Project/src/SingleReport/BootKeyboard.h
---- HID-Project/src/SingleReport/BootKeyboard.h 2019-07-13 21:16:23.000000000 +0300
-+++ _HID-Project/src/SingleReport/BootKeyboard.h 2020-11-17 19:00:54.967113649 +0300
-@@ -80,6 +80,6 @@
- uint8_t* featureReport;
- int featureLength;
- };
--extern BootKeyboard_ BootKeyboard;
-+//extern BootKeyboard_ BootKeyboard;
-
-
-diff -u -r HID-Project/src/SingleReport/BootMouse.cpp _HID-Project/src/SingleReport/BootMouse.cpp
---- HID-Project/src/SingleReport/BootMouse.cpp 2019-07-13 21:16:23.000000000 +0300
-+++ _HID-Project/src/SingleReport/BootMouse.cpp 2020-11-17 18:59:22.859113905 +0300
-@@ -139,6 +139,6 @@
- }
- }
-
--BootMouse_ BootMouse;
-+//BootMouse_ BootMouse;
-
-
-diff -u -r HID-Project/src/SingleReport/BootMouse.h _HID-Project/src/SingleReport/BootMouse.h
---- HID-Project/src/SingleReport/BootMouse.h 2019-07-13 21:16:23.000000000 +0300
-+++ _HID-Project/src/SingleReport/BootMouse.h 2020-11-17 19:01:04.076915591 +0300
-@@ -48,6 +48,6 @@
-
- virtual void SendReport(void* data, int length) override;
- };
--extern BootMouse_ BootMouse;
-+//extern BootMouse_ BootMouse;
-
-
-diff -u -r HID-Project/src/SingleReport/SingleAbsoluteMouse.cpp _HID-Project/src/SingleReport/SingleAbsoluteMouse.cpp
---- HID-Project/src/SingleReport/SingleAbsoluteMouse.cpp 2020-11-17 18:39:35.314843889 +0300
-+++ _HID-Project/src/SingleReport/SingleAbsoluteMouse.cpp 2020-11-17 18:59:12.189345326 +0300
-@@ -139,6 +139,6 @@
- USB_Send(pluggedEndpoint | TRANSFER_RELEASE, data, length);
- }
-
--SingleAbsoluteMouse_ SingleAbsoluteMouse;
-+//SingleAbsoluteMouse_ SingleAbsoluteMouse;
-
-
-diff -u -r HID-Project/src/SingleReport/SingleAbsoluteMouse.h _HID-Project/src/SingleReport/SingleAbsoluteMouse.h
---- HID-Project/src/SingleReport/SingleAbsoluteMouse.h 2019-07-13 21:16:23.000000000 +0300
-+++ _HID-Project/src/SingleReport/SingleAbsoluteMouse.h 2020-11-17 19:01:21.356539808 +0300
-@@ -49,6 +49,6 @@
-
- virtual inline void SendReport(void* data, int length) override;
- };
--extern SingleAbsoluteMouse_ SingleAbsoluteMouse;
-+//extern SingleAbsoluteMouse_ SingleAbsoluteMouse;
-
-