It is extremely unlikely that this would cause problems, it would have to match 
exactly another bus command interpreted differently by another device, and we 
all have almost the same laptop.
However, here is the same command improved to take into account your remarks, 
and thus send the commands only to the numpad:

sudo apt-get install -y i2c-tools;for f in `sudo i2cdetect -l | grep
DesignWare | cut -f 1`; do sudo i2ctransfer -f -y ${f:4} w13@0x15 0x05
0x00 0x3d 0x03 0x06 0x00 0x07 0x00 0x0d 0x14 0x03 0x01 0xad; done

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1810183

Title:
  numpad on touchpad doesn't work in ASUS Zenbook 14

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/1810183/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to