Jump to content

duraaraa

Members
  • Posts

    4
  • Joined

  • Last visited

duraaraa's Achievements

Private

Private (2/17)

0

Reputation

  1. @sontrg I tried building your kext with the code from bitbucket, because I want to try to fix the double click issue somehow, and I wanted to fix the crash on resume from suspend with Release build. Unfortunately, it did not build. So, I changed it so it would build: ORIGINAL ApplePS2Device.h: public: UInt8 commandsCount; void * completionTarget; PS2CompletionAction completionAction; void * completionParam; queue_chain_t chain; PS2Command commands[]; CHANGED public: UInt8 commandsCount; void * completionTarget; PS2CompletionAction completionAction; void * completionParam; queue_chain_t chain; PS2Command commands[0]; After this it built. But, unfortunately, it did not recognize my trackpad (all the other builds supplied in this thread by you do.) So I don't know what's different. Any idea? Or, any plan to revisit these issues in the future? I know that the ALPS drivers for Linux have seen very big updates recently. Best regards, and thanks for all your work so far. If these two issues are fixed, it will be good enough for me to use permanently!
  2. Odd question, but if anyone knows it'd be helpful. I have a Precision M4800, which suffers from the double click problem. I'm wondering if anyone knows of maybe an older M series laptop which wouldn't suffer from this problem. I'm thinking I could just order the part containing the touchpad and swap it out. I generally wouldn't care except for the fact that I'm so close to having a 100% system.
  3. Unfortunately, it looks like no one is developing it right now.
  4. I don't know if anyone is still working on this, but I have a Precision M4800, which also has an ALPS setup with a track pad and a pointing stick. One of yeahoon's debug builds (debug_2) works, and sontrg's latest build works, although waking from sleep works only with the debug build. The biggest problem for me is one which seems to have been previously discussed. I am a pointing stick user, so the trackpad means nothing to me. Although, with sontrg's build it seems to work perfectly. However, the upper left click button for the pointing stick sometimes acts as if it is being double clicked when being pressed normally. If someone could fix only that, I would be tremendously happy, as everything else works great. Thanks!
×
×
  • Create New...