2010/1/9 Jiri Kosina <jkosina@xxxxxxx>: > On Sat, 9 Jan 2010, Przemysław Firszt wrote: > >> There is one more change required to get the pad buttons on wacom >> bluetooth tablet fully working - see attached patch. > > Applied, thanks. > > -- > Jiri Kosina > SUSE Labs, Novell Inc. > The patch below is needed for Wacom X.Org driver to receive the proper PAD button events. It is based on Przemo's applied patch attached to this email sting. Signed-off-by: Ping Cheng <pingc@xxxxxxxxx> --- hid-wacom.c_old 2010-01-10 10:25:48.236272275 -0800 +++ hid-wacom.c 2010-01-10 10:25:45.216272921 -0800 @@ -197,6 +197,9 @@ /* Pad */ input->evbit[0] |= BIT(EV_MSC); input->mscbit[0] |= BIT(MSC_SERIAL); + set_bit(BTN_0, input->keybit); + set_bit(BTN_1, input->keybit); + set_bit(BTN_TOOL_FINGER, input->keybit); /* Distance, rubber and mouse */ input->absbit[0] |= BIT(ABS_DISTANCE); -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html