[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <alpine.LNX.2.00.1301031040260.27348@pobox.suse.cz>
Date: Thu, 3 Jan 2013 10:40:50 +0100 (CET)
From: Jiri Kosina <jkosina@...e.cz>
To: Alexander Holler <holler@...oftware.de>
Cc: linux-kernel@...r.kernel.org, linux-iio@...r.kernel.org,
Jonathan Cameron <jic23@....ac.uk>,
Lars-Peter Clausen <lars@...afoo.de>,
rtc-linux@...glegroups.com,
Alessandro Zummo <a.zummo@...ertech.it>,
srinivas pandruvada <srinivas.pandruvada@...el.com>,
Andrew Morton <akpm@...ux-foundation.org>
Subject: Re: [PATCH 1/4 RESEND] iio: Add Usage IDs for HID time sensors.
On Sat, 15 Dec 2012, Alexander Holler wrote:
> These are Usage IDs for the attributes year, month, day,
> hour, minute and second, needed to read HID time sensors.
>
> Signed-off-by: Alexander Holler <holler@...oftware.de>
Signed-off-by: Jiri Kosina <jkosina@...e.cz>
> ---
> include/linux/hid-sensor-ids.h | 9 +++++++++
> 1 files changed, 9 insertions(+), 0 deletions(-)
>
> diff --git a/include/linux/hid-sensor-ids.h b/include/linux/hid-sensor-ids.h
> index ca8d7e9..3754ea9 100644
> --- a/include/linux/hid-sensor-ids.h
> +++ b/include/linux/hid-sensor-ids.h
> @@ -67,6 +67,15 @@
> #define HID_USAGE_SENSOR_ORIENT_MAGN_FLUX_Y_AXIS 0x200486
> #define HID_USAGE_SENSOR_ORIENT_MAGN_FLUX_Z_AXIS 0x200487
>
> +/* Time (2000a0) */
> +#define HID_USAGE_SENSOR_TIME 0x2000a0
> +#define HID_USAGE_SENSOR_TIME_YEAR 0x200521
> +#define HID_USAGE_SENSOR_TIME_MONTH 0x200522
> +#define HID_USAGE_SENSOR_TIME_DAY 0x200523
> +#define HID_USAGE_SENSOR_TIME_HOUR 0x200525
> +#define HID_USAGE_SENSOR_TIME_MINUTE 0x200526
> +#define HID_USAGE_SENSOR_TIME_SECOND 0x200527
> +
> /* Units */
> #define HID_USAGE_SENSOR_UNITS_NOT_SPECIFIED 0x00
> #define HID_USAGE_SENSOR_UNITS_LUX 0x01
> --
> 1.7.8.6
>
--
Jiri Kosina
SUSE Labs
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists