On Tue, Oct 18, 2011 at 12:18 PM, Przemo Firszt <prz...@firszt.eu> wrote:
> Please test & comment. I cannot convince git to block text in a
> different way - if anyone knows how to do it please let me know.

Can I assume you have tested the driver with your Graphire WL?

Why do we need to move INPUT_PROP_POINTER insider case
GRAPHIRE_BLUETOOTH below? Both Graphire and Intuos4 are POINTER
devices.

> -     __set_bit(INPUT_PROP_POINTER, input->propbit);
> +     __set_bit(BTN_TOOL_PEN, input->keybit);
> +     __set_bit(BTN_TOOL_RUBBER, input->keybit);
> +     __set_bit(BTN_TOUCH, input->keybit);

> -     /* Basics */
>       input->evbit[0] |= BIT(EV_KEY) | BIT(EV_ABS) | BIT(EV_REL);

> -     __set_bit(REL_WHEEL, input->relbit);
> +     switch (hdev->product) {
> +     case USB_DEVICE_ID_WACOM_GRAPHIRE_BLUETOOTH:
> +             __set_bit(INPUT_PROP_POINTER, input->propbit);

Ping

------------------------------------------------------------------------------
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Cisco Self-Assessment and learn 
about Cisco certifications, training, and career opportunities. 
http://p.sf.net/sfu/cisco-dev2dev
_______________________________________________
Linuxwacom-devel mailing list
Linuxwacom-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel

Reply via email to