• Chris Bagwell's avatar
    Input: wacom - wireless monitor framework · d3825d51
    Chris Bagwell authored
    The 3rd gen Bamboo Pen & Touch and Intuos5 tablets support an
    optional wireless module. When its receiver is plugged into USB,
    it presents 3 interfaces: 0) Monitor 1) Pen and 2) Touch.
    
    The exact capabilities of the Pen and Touch interfaces can
    not be determined until a tablet connection is established
    and reported over the Monitor interface.
    
    This patch detects this wireless receiver and enables interrupt
    packets to be processed for the Monitor interface. Processing
    the data in packets will be left to another patch.
    
    Since it doesn't make sense to create an input device for the
    Monitor interface, it is not created. Creation of Pen and Touch
    input device is also delayed until monitor packets can be processed.
    Signed-off-by: default avatarChris Bagwell <chris@cnpbagwell.com>
    Tested-by: default avatarJason Gerecke <killertofu@gmail.com>
    Acked-by: default avatarPing Cheng <pingc@wacom.com>
    Signed-off-by: default avatarDmitry Torokhov <dtor@mail.ru>
    d3825d51
wacom_wac.c 62.3 KB