From 323938ef659d89bf9de06f6bb030405edef8ed79 Mon Sep 17 00:00:00 2001 From: RehabMan Date: Mon, 20 May 2013 19:47:43 -0700 Subject: [PATCH] update README.md to document oem-id/oem-table-id --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 9cebf69..18b207b 100644 --- a/README.md +++ b/README.md @@ -82,6 +82,11 @@ Note: often times you will see either of the two problems mentioned above right ### Change Log: +future v1.8.4 + +- Added option to override DSDT oemId/oemTableId via ioreg properties on PS2K device. This is for clover as it is necessary to override oemId because Clover patches the DSDT to reflect oemId as "Apple ". In order to work around this bug, we can now provide an "RM,oem-id" property in the PS2K device. Although it isn't necessary (for Clover), you can also provide an override oemTableId via a property "RM,oem-table-id". For an example of use, see the ProBook 4530s patches (02_DSDTPatch.txt, search for PS2K). This allows you to use the driver unmodified on Clover and still get the proper configuration selected via Platform Profile setup, provided you have the proper injection in your DSDT. This may end up being useful for other computers as well, when the OEM has chosen poor names for oemId/oemTableId. + + 2013-05-07 v1.8.3 - WakeDelay in ioreg for ApplePS2Controller is now correct integer type instead of bool.