diff options
author | Evgeny Zinoviev <me@ch1p.io> | 2021-02-03 17:21:42 +0300 |
---|---|---|
committer | Evgeny Zinoviev <me@ch1p.io> | 2021-02-03 21:25:48 +0300 |
commit | a57e131a63b6dac9bad73bed2284c24406598f6f (patch) | |
tree | 00e8f1e0180a122a3629a51dd22208788b152a2f /seabios-macbook-fix.patch | |
parent | 52475cdb32c7b9befa1d3a92df3c06eef7e438a7 (diff) |
Update MacBook Pro 10,1, remove SeaBIOS patch, update README
Diffstat (limited to 'seabios-macbook-fix.patch')
-rw-r--r-- | seabios-macbook-fix.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/seabios-macbook-fix.patch b/seabios-macbook-fix.patch deleted file mode 100644 index d537501..0000000 --- a/seabios-macbook-fix.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/src/hw/usb-hid.c b/src/hw/usb-hid.c -index fa4d9a2..7d3561c 100644 ---- a/src/hw/usb-hid.c -+++ b/src/hw/usb-hid.c -@@ -59,7 +59,7 @@ usb_kbd_setup(struct usbdevice_s *usbdev - // XXX - this enables the first found keyboard (could be random) - return -1; - -- if (epdesc->wMaxPacketSize != 8) -+ if (epdesc->wMaxPacketSize != 8 && epdesc->wMaxPacketSize != 10) - return -1; - - // Enable "boot" protocol. |