linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Dmitry Torokhov <dmitry.torokhov@gmail.com>
To: Matt Gumbel <matthew.k.gumbel@linux.intel.com>
Cc: linux-input@vger.kernel.org, Jiri Kosina <jkosina@suse.cz>
Subject: Re: [PATCH] HID Sensors: Add USB pid 0x0A01
Date: Wed, 3 Oct 2012 14:55:43 -0700	[thread overview]
Message-ID: <20121003215542.GA22413@core.coreip.homeip.net> (raw)
In-Reply-To: <37862.10.7.199.79.1349299910.squirrel@linux.intel.com>

Hi Matt,

This should go to Jiri Kosina (CCed).

Thanks.

On Wed, Oct 03, 2012 at 02:31:50PM -0700, Matt Gumbel wrote:
> For usb hid sensor hub in recent platform.
> 
> Signed-off-by: Matt Gumbel <matthew.k.gumbel@linux.intel.com>
> Acked-by: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
> ---
>  drivers/hid/hid-core.c       |    1 +
>  drivers/hid/hid-ids.h        |    1 +
>  drivers/hid/hid-sensor-hub.c |    2 ++
>  3 files changed, 4 insertions(+)
> 
> diff --git a/drivers/hid/hid-core.c b/drivers/hid/hid-core.c
> index a9bb940..15cf199 100644
> --- a/drivers/hid/hid-core.c
> +++ b/drivers/hid/hid-core.c
> @@ -1562,6 +1562,7 @@ static const struct hid_device_id
> hid_have_special_driver[] = {
>  	{ HID_USB_DEVICE(USB_VENDOR_ID_INTEL_8086,
> USB_DEVICE_ID_SENSOR_HUB_09FA) },
>  	{ HID_USB_DEVICE(USB_VENDOR_ID_INTEL_8087,
> USB_DEVICE_ID_SENSOR_HUB_1020) },
>  	{ HID_USB_DEVICE(USB_VENDOR_ID_INTEL_8087,
> USB_DEVICE_ID_SENSOR_HUB_09FA) },
> +	{ HID_USB_DEVICE(USB_VENDOR_ID_INTEL_8087,
> USB_DEVICE_ID_SENSOR_HUB_0A01) },
>  	{ HID_USB_DEVICE(USB_VENDOR_ID_KENSINGTON, USB_DEVICE_ID_KS_SLIMBLADE) },
>  	{ HID_USB_DEVICE(USB_VENDOR_ID_KEYTOUCH, USB_DEVICE_ID_KEYTOUCH_IEC) },
>  	{ HID_USB_DEVICE(USB_VENDOR_ID_KYE, USB_DEVICE_ID_KYE_ERGO_525V) },
> diff --git a/drivers/hid/hid-ids.h b/drivers/hid/hid-ids.h
> index d08a4cf..48c1808 100644
> --- a/drivers/hid/hid-ids.h
> +++ b/drivers/hid/hid-ids.h
> @@ -432,6 +432,7 @@
>  #define USB_VENDOR_ID_INTEL_8087	0x8087
>  #define USB_DEVICE_ID_SENSOR_HUB_1020	0x1020
>  #define USB_DEVICE_ID_SENSOR_HUB_09FA	0x09FA
> +#define USB_DEVICE_ID_SENSOR_HUB_0A01	0x0A01
> 
>  #define USB_VENDOR_ID_IRTOUCHSYSTEMS	0x6615
>  #define USB_DEVICE_ID_IRTOUCH_INFRARED_USB	0x0070
> diff --git a/drivers/hid/hid-sensor-hub.c b/drivers/hid/hid-sensor-hub.c
> index d9d73e9..b1c40e8 100644
> --- a/drivers/hid/hid-sensor-hub.c
> +++ b/drivers/hid/hid-sensor-hub.c
> @@ -638,6 +638,8 @@ static const struct hid_device_id sensor_hub_devices[]
> = {
>  			USB_DEVICE_ID_SENSOR_HUB_09FA) },
>  	{ HID_USB_DEVICE(USB_VENDOR_ID_INTEL_8087,
>  			USB_DEVICE_ID_SENSOR_HUB_09FA) },
> +	{ HID_USB_DEVICE(USB_VENDOR_ID_INTEL_8087,
> +			USB_DEVICE_ID_SENSOR_HUB_0A01) },
>  	{ HID_USB_DEVICE(USB_VENDOR_ID_STANTUM_STM,
>  			USB_DEVICE_ID_SENSOR_HUB_7014) },
>  	{ }
> -- 
> 1.7.9.5
> 

-- 
Dmitry

  reply	other threads:[~2012-10-03 21:55 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-10-03 21:31 [PATCH] HID Sensors: Add USB pid 0x0A01 Matt Gumbel
2012-10-03 21:55 ` Dmitry Torokhov [this message]
2012-10-04 10:06   ` 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=20121003215542.GA22413@core.coreip.homeip.net \
    --to=dmitry.torokhov@gmail.com \
    --cc=jkosina@suse.cz \
    --cc=linux-input@vger.kernel.org \
    --cc=matthew.k.gumbel@linux.intel.com \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).