From: Alexander Holler <holler-SXC+2es9fhnfWeYVQQPykw@public.gmane.org>
To: Alexander Holler <holler-SXC+2es9fhnfWeYVQQPykw@public.gmane.org>
Cc: linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-input-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-iio-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
Jonathan Cameron <jic23-KWPb1pKIrIJaa/9Udqfwiw@public.gmane.org>,
Jiri Kosina <jkosina-AlSwsSmVLrQ@public.gmane.org>,
srinivas pandruvada
<srinivas.pandruvada-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
Subject: Re: [PATCH 1/2] HID: autodetect HID sensor hubs.
Date: Sun, 09 Dec 2012 12:37:53 +0100 [thread overview]
Message-ID: <50C47811.7010503@ahsoftware.de> (raw)
In-Reply-To: <1355015544-31579-1-git-send-email-holler-SXC+2es9fhnfWeYVQQPykw@public.gmane.org>
Am 09.12.2012 02:12, schrieb Alexander Holler:
> It should not be necessary to add IDs for HID sensor hubs to lists
> in hid-core.c and hid-sensor-hub.c. So instead of a whitelist,
> autodetect such sensor hubs, based on a collection of type
> physical inside a useage page of type sensor. If some sensor hubs
> stil must be usable as raw devices, a blacklist might be created.
That patch didn't check if the device is a USB device and therfor
blutooth hid sensor hubs wouldn't still be handled as raw devices.
I send another patch 1/2 which checks the bus too.
Patch 2/2 still should be applied.
Regards,
Alexander
WARNING: multiple messages have this Message-ID (diff)
From: Alexander Holler <holler@ahsoftware.de>
To: Alexander Holler <holler@ahsoftware.de>
Cc: linux-kernel@vger.kernel.org, linux-input@vger.kernel.org,
linux-iio@vger.kernel.org, Jonathan Cameron <jic23@cam.ac.uk>,
Jiri Kosina <jkosina@suse.cz>,
srinivas pandruvada <srinivas.pandruvada@intel.com>
Subject: Re: [PATCH 1/2] HID: autodetect HID sensor hubs.
Date: Sun, 09 Dec 2012 12:37:53 +0100 [thread overview]
Message-ID: <50C47811.7010503@ahsoftware.de> (raw)
In-Reply-To: <1355015544-31579-1-git-send-email-holler@ahsoftware.de>
Am 09.12.2012 02:12, schrieb Alexander Holler:
> It should not be necessary to add IDs for HID sensor hubs to lists
> in hid-core.c and hid-sensor-hub.c. So instead of a whitelist,
> autodetect such sensor hubs, based on a collection of type
> physical inside a useage page of type sensor. If some sensor hubs
> stil must be usable as raw devices, a blacklist might be created.
That patch didn't check if the device is a USB device and therfor
blutooth hid sensor hubs wouldn't still be handled as raw devices.
I send another patch 1/2 which checks the bus too.
Patch 2/2 still should be applied.
Regards,
Alexander
next prev parent reply other threads:[~2012-12-09 11:37 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-12-09 1:12 [PATCH 1/2] HID: autodetect HID sensor hubs Alexander Holler
[not found] ` <1355015544-31579-1-git-send-email-holler-SXC+2es9fhnfWeYVQQPykw@public.gmane.org>
2012-12-09 1:12 ` [PATCH 2/2] Revert "HID: sensors: add to special driver list" Alexander Holler
2012-12-09 1:12 ` Alexander Holler
2012-12-09 11:37 ` Alexander Holler [this message]
2012-12-09 11:37 ` [PATCH 1/2] HID: autodetect HID sensor hubs Alexander Holler
[not found] ` <50C47811.7010503-SXC+2es9fhnfWeYVQQPykw@public.gmane.org>
2012-12-09 11:44 ` [PATCH 1/2] HID: autodetect USB " Alexander Holler
2012-12-09 11:44 ` Alexander Holler
[not found] ` <1355053470-3939-1-git-send-email-holler-SXC+2es9fhnfWeYVQQPykw@public.gmane.org>
2012-12-10 16:56 ` Pandruvada, Srinivas
2012-12-10 16:56 ` Pandruvada, Srinivas
2012-12-12 9:42 ` Jiri Kosina
[not found] ` <alpine.LNX.2.00.1212121042100.19767-ztGlSCb7Y1iN3ZZ/Hiejyg@public.gmane.org>
2012-12-12 15:37 ` Pandruvada, Srinivas
2012-12-12 15:37 ` Pandruvada, Srinivas
[not found] ` <4FA419E87744DF4DAECD5BCE1214B7A91C960B9C-P5GAC/sN6hk8Ug9VwtkbtrfspsVTdybXVpNB7YpNyf8@public.gmane.org>
2012-12-12 15:52 ` Jiri Kosina
2012-12-12 15:52 ` Jiri Kosina
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=50C47811.7010503@ahsoftware.de \
--to=holler-sxc+2es9fhnfweyvqqpykw@public.gmane.org \
--cc=jic23-KWPb1pKIrIJaa/9Udqfwiw@public.gmane.org \
--cc=jkosina-AlSwsSmVLrQ@public.gmane.org \
--cc=linux-iio-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=linux-input-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=srinivas.pandruvada-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.