lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Wed, 6 Jan 2010 11:14:38 +0100 (CET)
From:	Jiri Kosina <jkosina@...e.cz>
To:	Christian Schuerer <csw@...y.at>
Cc:	Jiri Slaby <jirislaby@...il.com>, linux-input@...r.kernel.org,
	LKML <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] linux-2.6.33-rc2 - Re: Device IDs for new Apple Wireless
 Keyboard

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@...y.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.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ