Comment 269 for bug 1810183

Revision history for this message
Frederic Pageot (frpageot) wrote :

Well, I found, for my computer, the bus nuber is different :
numpad light on :
sudo i2ctransfer -f -y 14 w13@0x15 0x05 0x00 0x3d 0x03 0x06 0x00 0x07 0x00 0x0d 0x14 0x03 0x01 0xa

Numpad light off
sudo i2ctransfer -f -y 14 w13@0x15 0x05 0x00 0x3d 0x03 0x06 0x00 0x07 0x00 0x0d 0x14 0x03 0x00 0xad

But, is there a way to integrate this in the script to enable backlight when activating the numpad and switch it off when deactivating ? I can understand that this is difficult to do it universally because it seems that we have different bus numbers for the light, but can I integrate this in the script, and if yes, where in the script ?

Anyway, many thanks for this super job.

Fred