• Peter Hutterer's avatar
    Input: wacom_w8001 - send BTN_TOOL_PEN/RUBBER and BTN_STYLUS events · 2072f8db
    Peter Hutterer authored
    The protocol used by the w8001 supports status fields for tip, side
    switch and eraser as well as a RDY field for proximity.
    
    The protocol has a double usage for the f2 bit in the packet. If set,
    the data is either pen + side2 button or eraser. Assume eraser if the
    device comes into proximity with the f2 bit set, otherwise trigger the
    side2 button. If the device comes into proximity with the f2 bit and
    that bit disappears afterwards, fake proximity out for the eraser and
    proximity in for the pen.
    Signed-off-by: default avatarPeter Hutterer <peter.hutterer@who-t.net>
    Signed-off-by: default avatarDmitry Torokhov <dtor@mail.ru>
    2072f8db
wacom_w8001.c 7.56 KB