Skip to content

Releases: blankmac/AlpsHID

AlpsHID 1.2

05 Dec 14:19
Compare
Choose a tag to compare

Small update that adds support for more laptops by adding Cirque(0488) to the possible vendorIDs. List of devices Cirque devices can be found at: http://linux-hardware.org/?view=search&vendorid=0488#list. The ones with similar productIDs as supported by the AlpsHID kext should work.

Fixed the supplied VoodooI2CHID kext, as some of my patches broke the original precisionTouchpad initialization. When using in combination AlpsHID this was not a problem, only when using standalone. Source can be found at: https://github.com/juico/VoodooI2CHID/tree/juico-report

For installation use both of the kexts in the zip archive together with the latest VoodooI2C.kext

AlpsHID 1.1

16 Oct 02:44
cf7b34f
Compare
Choose a tag to compare

Added support for PTP versions(0x121F, 0x120A) of the U1 touchpad. Stickpointer was broken in the v1.0 release but should be working in this release again.
For installation use both of the kexts in the zip archive together with the latest VoodooI2C.kext

Edit: added some more productIDs(0x121E, 0x1215, 0X1217, 0x1207, 0x1220)

AlpsHID 1.0

11 Oct 14:46
Compare
Choose a tag to compare

Rename from AlpsT4USB as I2C alps touchpads(T4 and U1) are now supported aswell.
Tested on ZBook g3 studio(T4 touchpad) and on Dell Latitude 7280, 5480, 5580 (U1 touchpad).
Multitouch(with gestures), stickpointer/trackpointer and buttons are fully working.

Make sure you install both kexts as some fixes still have to merged with the VoodooI2CHID repo.