VoodooSMBus / VoodooRMI

Synaptic Trackpad driver over SMBus/I2C for macOS
GNU General Public License v2.0
232 stars 19 forks source link

Support for 0x432f touchscreen by Raydium #172

Open Mifaxav opened 11 months ago

Mifaxav commented 11 months ago

Describe the bug A clear and concise description of what the bug is. If the trackpad is not working, or behaving weirdly, you are expected to provide a Log.

Its just not working or im not doing it right... The touchpad is USB based btw

To Reproduce Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

N/A

Expected behavior A clear and concise description of what you expected to happen.

The touchscreen should work with gestures if im not mistaken

Log The log command is not very good if you are trying to get logs from early boot. Generally it's better to add msgbuf=1048576 to your boot args and use sudo dmesg | grep -i vrmi > ~/Desktop/log.txt once booted in. You will want to use the DEBUG version of the driver as it provides more logging info. If you attach a log using the RELEASE version, we may ask you to use the DEBUG version and redo the log. This will provides logs for VoodooRMI from when the device was booted up.

N/A

1Revenger1 commented 11 months ago

Does this use the RMI4 protocol? This would be the first RMI4 touchscreen I've seen, maybe double check in Linux to see what it uses? Check for hid-rmi. If it says hid-multitouch, then you want VoodooI2CHID.

If this is RMI4 and is over USB, then likely the I2C transport needs to be rewritten or a new HID transport is needed.