Jump to content

DavidFangf

Members
  • Posts

    2
  • Joined

  • Last visited

DavidFangf's Achievements

Private

Private (2/17)

0

Reputation

  1. Okay, I've managed to patch the binary myself. Here I provide the details for my patching process. File: ApplePS2ElanTouchpad.kext/Contents/MacOS/ApplePS2ElanTouchpad Modify: 01d9d (dec 7581) 41 C6 86 F5 03 00 00 0B // mov byte [ds:r14+0xf5], 0xb To: 01d9d (dec 7581) 41 C6 86 F5 03 00 00 03 // mov byte [ds:r14+0xf5], 0x3 Maybe you can add a device-specific code to prevent from rebooting on troublesome Gigabyte laptops. Thanks for your awesome driver!
  2. Hello, I'm trying to install to Gigabyte U2442F running Yosemite however during boot I get the message "Retrying ps2 command 0x0b" then it reboots. I think the problem is at "ApplePS2ElanTouchpad/ApplePS2ElanTouchpad.cpp" according to https://bugzilla.kernel.org/show_bug.cgi?id=61151#c2 which suggests that changing etd->reg_10 = 0x0b to etd->reg_10 = 0x03 would fix this issue on Gigabyte U2442. The repo on GitHub seems to be old, so can you help make a device-specified version of your driver? Thank you for your great work. Attached is the error message just before it reboots.
×
×
  • Create New...