All of lore.kernel.org
 help / color / mirror / Atom feed
From: Josenivaldo Benito Junior <jrbenito@benito.qsl.br>
To: linux-input@vger.kernel.org, linux-kernel@vger.kernel.org,
	Jiri Kosina <jkosina@suse.cz>
Cc: Franco Catrin <fcatrin@gmail.com>,
	Josenivaldo Benito Junior <jrbenito@benito.qsl.br>
Subject: [PATCH 2/3] HID: hid-core: Adding hid-aureal special driver
Date: Tue, 10 Apr 2012 19:29:05 -0300	[thread overview]
Message-ID: <1334096946-18788-3-git-send-email-jrbenito@benito.qsl.br> (raw)
In-Reply-To: <1334096946-18788-1-git-send-email-jrbenito@benito.qsl.br>
In-Reply-To: <alpine.LNX.2.00.1204090207090.24006@pobox.suse.cz>

Add the hid-aureal special driver to hid-core. This avoid the necessity
of load module hid-aureal before module usbhid.

Signed-off-by: Josenivaldo Benito Junior <jrbenito@benito.qsl.br>
---
 drivers/hid/hid-core.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/hid/hid-core.c b/drivers/hid/hid-core.c
index 94f0343..107a731 100644
--- a/drivers/hid/hid-core.c
+++ b/drivers/hid/hid-core.c
@@ -1387,6 +1387,7 @@ static const struct hid_device_id hid_have_special_driver[] = {
 	{ HID_USB_DEVICE(USB_VENDOR_ID_APPLE, USB_DEVICE_ID_APPLE_GEYSER1_TP_ONLY) },
 	{ HID_USB_DEVICE(USB_VENDOR_ID_ASUS, USB_DEVICE_ID_ASUS_T91MT) },
 	{ HID_USB_DEVICE(USB_VENDOR_ID_ASUS, USB_DEVICE_ID_ASUSTEK_MULTITOUCH_YFO) },
+	{ HID_USB_DEVICE(USB_VENDOR_ID_AUREAL, USB_DEVICE_ID_AUREAL_W01RN) },
 	{ HID_USB_DEVICE(USB_VENDOR_ID_BELKIN, USB_DEVICE_ID_FLIP_KVM) },
 	{ HID_USB_DEVICE(USB_VENDOR_ID_BTC, USB_DEVICE_ID_BTC_EMPREX_REMOTE) },
 	{ HID_USB_DEVICE(USB_VENDOR_ID_BTC, USB_DEVICE_ID_BTC_EMPREX_REMOTE_2) },
-- 
1.7.5.4


  parent reply	other threads:[~2012-04-10 22:29 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-03-30 21:08 [PATCH] Aureal Remote Control Device Driver Josenivaldo Benito Junior
2012-04-09  0:08 ` Jiri Kosina
2012-04-10 22:29   ` [PATCH 0/3] RESEND Aureal special HID driver Josenivaldo Benito Junior
2012-04-13 16:21     ` Jiri Kosina
2012-04-13 16:21       ` Jiri Kosina
2012-04-10 22:29   ` [PATCH 1/3] Aureal Remote Control Device Driver Josenivaldo Benito Junior
2012-04-10 22:29   ` Josenivaldo Benito Junior [this message]
2012-04-10 22:29   ` [PATCH 3/3] HID: hid-aureal: Removing excessive dmesg information Josenivaldo Benito Junior

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=1334096946-18788-3-git-send-email-jrbenito@benito.qsl.br \
    --to=jrbenito@benito.qsl.br \
    --cc=fcatrin@gmail.com \
    --cc=jkosina@suse.cz \
    --cc=linux-input@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.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.