diff options
author | Maxim Devaev <[email protected]> | 2021-08-17 10:47:49 +0300 |
---|---|---|
committer | Maxim Devaev <[email protected]> | 2021-08-17 10:47:53 +0300 |
commit | b7cf7b4523c28bed43346bb593add7ff4bc993e1 (patch) | |
tree | ab742576b44e930f7bb1fa92ffe22327c1b9f5f9 /hid/patch.py | |
parent | df098bd075e26fb6ecc75b2f7be5923371741677 (diff) |
upstream HID + win98 patch instad of the fork
Diffstat (limited to 'hid/patch.py')
-rw-r--r-- | hid/patch.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hid/patch.py b/hid/patch.py index c5b091c4..9c253295 100644 --- a/hid/patch.py +++ b/hid/patch.py @@ -40,3 +40,4 @@ _patch(_get_pkg_path("framework-arduino-avr"), "patches/arduino-get-plugged-endp _libs = _get_libs() _patch(_libs["HID-Project"], "patches/hid-shut-up.patch") _patch(_libs["HID-Project"], "patches/hid-no-singletones.patch") +_patch(_libs["HID-Project"], "patches/hid-win98.patch") |