linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Tino Keitel <tino.keitel@tikei.de>
To: Jiri Kosina <jikos@jikos.cz>
Cc: Soeren Sonnenburg <kernel@nn7.de>, linux-input@atrey.karlin.mff.cuni.cz
Subject: Re: HID blacklist for the Apple IR sensor
Date: Wed, 11 Jul 2007 08:52:49 +0200	[thread overview]
Message-ID: <20070711065249.GA30552@dose.home.local> (raw)
In-Reply-To: <20070711060016.GA27746@dose.home.local>

[-- Attachment #1: Type: text/plain, Size: 114 bytes --]

On Wed, Jul 11, 2007 at 08:00:16 +0200, Tino Keitel wrote:

[...]

> See the attachment.

Now you really can. :-)

[-- Attachment #2: remove_Apple_IR_from_hiddev_blacklist.diff --]
[-- Type: text/x-diff, Size: 1113 bytes --]

Author: Tino Keitel <tino.keitel@tikei.de>
Date:   Wed Jul 11 07:52:11 +0200

    HID: remove the Applie IR sensor from the hid_blacklist
    
    The IR sensor in some newer Apple computers has no other
    driver in the kernel, yet. However, the macmini driver in lirc
    requires a HID device for the IR sensor.
    
    Signed-off-by: Tino Keitel <tino.keitel@tikei.de>

diff --git a/drivers/hid/usbhid/hid-quirks.c b/drivers/hid/usbhid/hid-quirks.c
index f6c4145..62569e7 100644
--- a/drivers/hid/usbhid/hid-quirks.c
+++ b/drivers/hid/usbhid/hid-quirks.c
@@ -300,7 +300,6 @@ static const struct hid_blacklist {
 	{ USB_VENDOR_ID_AIPTEK, USB_DEVICE_ID_AIPTEK_24, HID_QUIRK_IGNORE },
 	{ USB_VENDOR_ID_AIRCABLE, USB_DEVICE_ID_AIRCABLE1, HID_QUIRK_IGNORE },
 	{ USB_VENDOR_ID_ALCOR, USB_DEVICE_ID_ALCOR_USBRS232, HID_QUIRK_IGNORE },
-	{ USB_VENDOR_ID_APPLE, USB_DEVICE_ID_APPLE_IR, HID_QUIRK_IGNORE },
 	{ USB_VENDOR_ID_BERKSHIRE, USB_DEVICE_ID_BERKSHIRE_PCWD, HID_QUIRK_IGNORE },
 	{ USB_VENDOR_ID_CIDC, 0x0103, HID_QUIRK_IGNORE },
 	{ USB_VENDOR_ID_CYPRESS, USB_DEVICE_ID_CYPRESS_HIDCOM, HID_QUIRK_IGNORE },

  reply	other threads:[~2007-07-11  6:52 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-07-10 18:26 HID blacklist for the Apple IR sensor Tino Keitel
2007-07-10 20:29 ` Jiri Kosina
2007-07-11  6:00   ` Tino Keitel
2007-07-11  6:52     ` Tino Keitel [this message]
2007-07-11 14:48 ` Soeren Sonnenburg
2007-07-11 21:37   ` Tino Keitel
2007-07-12  4:40     ` Soeren Sonnenburg

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=20070711065249.GA30552@dose.home.local \
    --to=tino.keitel@tikei.de \
    --cc=jikos@jikos.cz \
    --cc=kernel@nn7.de \
    --cc=linux-input@atrey.karlin.mff.cuni.cz \
    /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).