Comment 11 for bug 1190867

Revision history for this message
Adam Lee (adam8157) wrote :

It's in 3.14 rc7, backporting.

commit ee65d4b36de8ddf4467f788faa5d8ddd1bfcdaa2
Author: Yunkang Tang <email address hidden>
Date: Thu Dec 26 14:54:19 2013 -0800

    Input: ALPS - add support for "Dolphin" devices

    This adds support for another flavor of ALPS protocol used in newer
    "Dolphin" devices.

    Signed-off-by: Yunkang Tang <email address hidden>
    Signed-off-by: Dmitry Torokhov <email address hidden>

- ec[0] == 0x73 && ec[1] == 0x01) {
+ ec[0] == 0x73 && (ec[1] == 0x01 || ec[1] == 0x02)) {