Dnia 2010-03-22, pon o godzinie 09:48 +0100, Jiri Kosina pisze: [..] > The patch looks fine to me, so I have applied it to my tree. > > Could you also please send a followup patch which would add > Documentation/ABI entry for the speed attribute? Hi Jiri, Sorry for the delayed reply. See attached patch for ABI entry. Is Kernel Version: 2.6.35 OK? Thanks, Przemo
>From f118300739d2592646ddb5d58b47df59db002873 Mon Sep 17 00:00:00 2001 From: Przemo Firszt <przemo@xxxxxxxxx> Date: Wed, 21 Apr 2010 22:16:25 +0100 Subject: [PATCH] Add Documentation/ABI entry for wacom reporting speed attribute. Signed-off-by: Przemo Firszt <przemo@xxxxxxxxx> --- Documentation/ABI/testing/sysfs-wacom | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) create mode 100644 Documentation/ABI/testing/sysfs-wacom diff --git a/Documentation/ABI/testing/sysfs-wacom b/Documentation/ABI/testing/sysfs-wacom new file mode 100644 index 0000000..1517976 --- /dev/null +++ b/Documentation/ABI/testing/sysfs-wacom @@ -0,0 +1,10 @@ +What: /sys/class/hidraw/hidraw*/device/speed +Date: April 2010 +Kernel Version: 2.6.35 +Contact: linux-bluetooth@xxxxxxxxxxxxxxx +Description: + The /sys/class/hidraw/hidraw*/device/speed file controls + reporting speed of wacom bluetooth tablet. Reading from + this file returns 1 if tablet reports in high speed mode + or 0 otherwise. Writing to this file one of these values + switches reporting speed. -- 1.7.0.2