Great. You can introduce in the install.sh a option for ZenBook
UX363EA_UX363EA. And a new .py file to this notebook.

If you do this I test it to check that it's ok.

For touchpad_numpad_m433ia.py I have edited the lines 9 and 10, fixing
the interface to turn ON/OFF. Because my touchpar interface is the 14,
as we can check here:

# i2cdetect -l
i2c-3   i2c             i915 gmbus dpb                          I2C adapter
i2c-10  i2c             i915 gmbus tc6                          I2C adapter
i2c-1   i2c             Synopsys DesignWare I2C adapter         I2C adapter
i2c-8   i2c             i915 gmbus tc4                          I2C adapter
i2c-6   i2c             i915 gmbus tc2                          I2C adapter
i2c-13  i2c             AUX E/port E                            I2C adapter
i2c-4   i2c             i915 gmbus dpc                          I2C adapter
i2c-11  i2c             AUX A/port A                            I2C adapter
i2c-2   i2c             i915 gmbus dpa                          I2C adapter
i2c-0   smbus           SMBus I801 adapter at efa0              SMBus adapter
i2c-9   i2c             i915 gmbus tc5                          I2C adapter
i2c-7   i2c             i915 gmbus tc3                          I2C adapter
i2c-14  i2c             Synopsys DesignWare I2C adapter         I2C adapter
i2c-5   i2c             i915 gmbus tc1                          I2C adapter
i2c-12  i2c             AUX D/port D                            I2C adapter

And I edited the line 25 to:
if touchpad_detected == 0 and "Name=\"ASUE" in line and "Touchpad" in line:

I have replaced line 99:
dev.enable(EV_KEY.KEY_APOSTROPHE)

by:
dev.enable(EV_KEY.KEY_5)

Line 234
value = EV_KEY.KEY_APOSTROPHE
by:
value = EV_KEY.KEY_5

And line 249: 
  if value == EV_KEY.KEY_APOSTROPHE :
by: 
  if value == EV_KEY.KEY_5 :

-- 
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
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to