Re: [PATCH 11/10] Input - wacom: Check for bluetooth protocol while setting OLEDs

2014-07-26 Thread Przemo Firszt
Whole series (after including bt image fix): Tested-By: Przemo Firszt Dnia 2014-07-25, pią o godzinie 19:20 -0400, Benjamin Tissoires pisze: > Bluetooth Intuos 4 use 1-bit definition while the USB ones use a 4-bits > definition. This changes the size of the raw image we receive, and thus > the

Re: [PATCH 11/10] Input - wacom: Check for bluetooth protocol while setting OLEDs

2014-07-26 Thread Przemo Firszt
Whole series (after including bt image fix): Tested-By: Przemo Firszt prz...@firszt.eu Dnia 2014-07-25, pią o godzinie 19:20 -0400, Benjamin Tissoires pisze: Bluetooth Intuos 4 use 1-bit definition while the USB ones use a 4-bits definition. This changes the size of the raw image we receive,

[PATCH 11/10] Input - wacom: Check for bluetooth protocol while setting OLEDs

2014-07-25 Thread Benjamin Tissoires
Bluetooth Intuos 4 use 1-bit definition while the USB ones use a 4-bits definition. This changes the size of the raw image we receive, and thus the kernel will only accept 1-bit images for Bluetooth and 4-bits for USB. Signed-off-by: Benjamin Tissoires --- drivers/hid/wacom_sys.c | 15

[PATCH 11/10] Input - wacom: Check for bluetooth protocol while setting OLEDs

2014-07-25 Thread Benjamin Tissoires
Bluetooth Intuos 4 use 1-bit definition while the USB ones use a 4-bits definition. This changes the size of the raw image we receive, and thus the kernel will only accept 1-bit images for Bluetooth and 4-bits for USB. Signed-off-by: Benjamin Tissoires benjamin.tissoi...@redhat.com ---