All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Ortwin Glück" <odi@odi.ch>
To: linux-input@vger.kernel.org
Subject: [PATCH] HID: re-add support for apple mighty mouse
Date: Wed, 15 Jul 2009 00:14:24 +0200	[thread overview]
Message-ID: <4A5D0340.1050201@odi.ch> (raw)

>From 9b59854782833766f1e10bf3363f9d7c320dff78 Mon Sep 17 00:00:00 2001
From: Ortwin Glueck <odi@odi.ch>
Date: Wed, 15 Jul 2009 00:08:09 +0200
Subject: HID: re-add support for apple mighty mouse

commit fa047e4f6fa63a6e9d0ae4d7749538830d14a343 removed the whole mighty mouse
support instead of just removing a single quirk.

Signed-of-by: Ortwin Glueck <odi@odi.ch>
---
 drivers/hid/hid-apple.c |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/drivers/hid/hid-apple.c b/drivers/hid/hid-apple.c
index 303ccce..b0d9bbb 100644
--- a/drivers/hid/hid-apple.c
+++ b/drivers/hid/hid-apple.c
@@ -436,6 +436,10 @@ static const struct hid_device_id apple_devices[] = {
        { HID_USB_DEVICE(USB_VENDOR_ID_APPLE, USB_DEVICE_ID_APPLE_GEYSER1_TP_ONLY),
                .driver_data = APPLE_NUMLOCK_EMULATION | APPLE_HAS_FN },

+       /* Apple wireless Mighty Mouse */
+       { HID_BLUETOOTH_DEVICE(USB_VENDOR_ID_APPLE, 0x030c),
+               .driver_data = APPLE_MIGHTYMOUSE },
+
        { }
 };
 MODULE_DEVICE_TABLE(hid, apple_devices);
--
1.6.3.3

                 reply	other threads:[~2009-07-14 22:34 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=4A5D0340.1050201@odi.ch \
    --to=odi@odi.ch \
    --cc=linux-input@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.