linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jiri Kosina <jkosina@suse.cz>
To: Christian Schuerer <csw@xray.at>
Cc: Jiri Slaby <jirislaby@gmail.com>,
	linux-input@vger.kernel.org, LKML <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH] linux-2.6.33-rc2 - Re: Device IDs for new Apple Wireless Keyboard
Date: Wed, 6 Jan 2010 11:14:38 +0100 (CET)	[thread overview]
Message-ID: <alpine.LNX.2.00.1001061113060.2277@pobox.suse.cz> (raw)
In-Reply-To: <201001060216.47958.csw@xray.at>

On Wed, 6 Jan 2010, Christian Schuerer wrote:

> here is the patch for linux-2.6.33-rc2:

Thanks. Unfortunately, it's wordwrapped, so it can't be easily applied. 
Could you please fix up your e-mail client so that it doesn't mangle long 
lines, or eventually send is as an attachment?

> Added device IDs for the new model of the Apple Wireless Keyboard (November 
> 2009).
> 
> Signed-off-by: Christian Schuerer-Waldheim <csw@xray.at>
> 
> diff -uprN -X linux-2.6.33-rc2-vanilla/Documentation/dontdiff linux-2.6.33-
> rc2-vanilla/drivers/hid/hid-apple.c linux-2.6.33-rc2-apple/drivers/hid/hid-
> apple.c
> --- linux-2.6.33-rc2-vanilla/drivers/hid/hid-apple.c	2009-12-24 
> 22:09:41.000000000 +0100
> +++ linux-2.6.33-rc2-apple/drivers/hid/hid-apple.c	2010-01-06 
> 01:39:29.000000000 +0100
> @@ -431,6 +431,13 @@ static const struct hid_device_id apple_
>  		.driver_data = APPLE_HAS_FN | APPLE_ISO_KEYBOARD },
>  	{ HID_USB_DEVICE(USB_VENDOR_ID_APPLE, 
> USB_DEVICE_ID_APPLE_WELLSPRING3_JIS),
>  		.driver_data = APPLE_HAS_FN | APPLE_RDESC_JIS },
> +	{ HID_BLUETOOTH_DEVICE(USB_VENDOR_ID_APPLE, 
> USB_DEVICE_ID_APPLE_ALU_WIRELESS_2009_ANSI),
> +		.driver_data = APPLE_NUMLOCK_EMULATION | APPLE_HAS_FN },
> +	{ HID_BLUETOOTH_DEVICE(USB_VENDOR_ID_APPLE, 
> USB_DEVICE_ID_APPLE_ALU_WIRELESS_2009_ISO),
> +		.driver_data = APPLE_NUMLOCK_EMULATION | APPLE_HAS_FN |
> +			APPLE_ISO_KEYBOARD },
> +	{ HID_BLUETOOTH_DEVICE(USB_VENDOR_ID_APPLE, 
> USB_DEVICE_ID_APPLE_ALU_WIRELESS_2009_JIS),
> +		.driver_data = APPLE_NUMLOCK_EMULATION | APPLE_HAS_FN },

These are solely Bluetooth device, and there is no USB variant, right?

Thanks,

-- 
Jiri Kosina
SUSE Labs, Novell Inc.

  reply	other threads:[~2010-01-06 10:14 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-12-28 13:17 Device IDs for new Apple Wireless Keyboard Jiri Slaby
2010-01-04 10:57 ` Jiri Kosina
2010-01-06  1:16   ` [PATCH] linux-2.6.33-rc2 - " Christian Schuerer
2010-01-06 10:14     ` Jiri Kosina [this message]
2010-01-06 12:57       ` [PATCH] linux-2.6.31.9, linux-2.6.32.2, linux-2.6.33-rc2 -- " Christian Schuerer
2010-01-06 13:46         ` Jiri Kosina
2010-01-06  1:16   ` [PATCH] linux-2.6.31.9 - " Christian Schuerer
2010-01-06  1:16   ` [PATCH] linux-2.6.32.2 " Christian Schuerer

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=alpine.LNX.2.00.1001061113060.2277@pobox.suse.cz \
    --to=jkosina@suse.cz \
    --cc=csw@xray.at \
    --cc=jirislaby@gmail.com \
    --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 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).