The updater worked for me. Thanks again to all the devs for getting this update out so quickly!
I actually hadn't been too annoyed by the trackpad issue just browsing the internet and watching videos. It wasn't until I used my PBP to edit an excel file for my wife that the pointer precision issue became a problem. Precision seems to be much better now and I haven't had any dropped key presses since the update.
I've not yet installed the trackpad firmware, so "no comment" on any improvements. (Though they sound good.)
However, for the next version of the firmware, I'd suggest a way to get a version number out of it. And maybe even 2 dates. The date firmware was compiled and date it was installed. (The dates can simply be 32 bit numbers, seconds from Unix Epoch, or 2000/01/01 00:00, if it's easier to not have ASCII text dates.)
Of course, I am a perfectionist..
--
Arwen Evenstar
Princess of Rivendale
Is it only me? With the new firmware, I receive spurious touchpad clicks while I am typing. Apart from that the touchpad is a lot more precise and useful now.
Somewhat off-topic, but still relevant, for those of you who want "palm rejection" - it now works properly and can be set it in software. For MATE: Mouse Preferences -> Trackpad (tab) -> Disable touchpad while typing
(11-25-2019, 04:26 AM)tsys Wrote: (11-24-2019, 01:51 PM)neilman Wrote: If you want to be a complete perfectionist perhaps the keyboard firmware should also send the created/installed information as plain-text printed into any open text field using the Super-Key & F9 (print screen) button combination for 3 seconds
How difficult could that be?
Please no. Keyboards without dedicated special keys for integrated functions should behave transparently, just translating user input to HID data. Beeing able to query the version via e.g. custom HID commands would be plenty enough.
If the trackpad is part of the keyboard USB device, then we can get firmware version with normal "lsusb" output;
Code:
Bus 003 Device 002: ID 258a:001e
Device Descriptor:
bLength 18
bDescriptorType 1
bcdUSB 1.10
bDeviceClass 0 (Defined at Interface level)
bDeviceSubClass 0
bDeviceProtocol 0
bMaxPacketSize0 8
idVendor 0x258a
idProduct 0x001e
bcdDevice 1.00
iManufacturer 1 HAILUCK CO.,LTD
iProduct 2 USB KEYBOARD
iSerial 0
bNumConfigurations 1
...
--
Arwen Evenstar
Princess of Rivendale