Comment 75 for bug 1810183

Revision history for this message
Julian Oertel (clunphumb) wrote :

Hello,

I was able to take a more in-depth look at the log and ran some additional tests. I was able to determine the command which is used for turning on the lights of the numberpad:

i2ctransfer -f -y 0 w13@0x15 0x05 0x00 0x3d 0x03 0x06 0x00 0x07 0x00 0x0d 0x14 0x03 0x01 0xad

To turn them off, one can use:
i2ctransfer -f -y 0 w13@0x15 0x05 0x00 0x3d 0x03 0x06 0x00 0x07 0x00 0x0d 0x14 0x03 0x00 0xad

Still, the numberpad isn't working properly but I hope someone is now able to make it work. I will keep trying to figure this out, but I'm not an expert in this at all.