]> err.no Git - linux-2.6/commit
[PATCH] USB: Prevent hid-core claiming Apple Bluetooth device on new G4 powerbooks
authorAndrew de Quincey <adq_dvb@lidskialf.net>
Thu, 4 Aug 2005 22:16:12 +0000 (23:16 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 8 Sep 2005 23:22:29 +0000 (16:22 -0700)
commit22af8878d2d641c6b15fe39fe4de3c05b2c477f0
tree8a034d93462e25f0edf84ba4b273f1b24bed9f0a
parente6ac4a40e5f5c58f6e1058f6b3fb98be921dc7f4
[PATCH] USB: Prevent hid-core claiming Apple Bluetooth device on new G4 powerbooks

To recap: My new G4 powerbook has a bluetooth device that boots up in
what apppears to be a compatability mode - it looks exactly like an HID
keyboard/mouse device.

A special command sequence is sent to switch it into full bluetooth
mode. When this occurs the original HID device vanishes, and a new
(bluetooth HID) USB device appears on the bus with a different product
ID.

The original thread is here:
http://sourceforge.net/mailarchive/message.php?msg_id=12532263

The attached patch adds the device to the hid-core quirks so that
hid-core ignores it.

Signed-off-by: Andrew de Quincey <adq_dvb@lidskialf.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/input/hid-core.c