From: Andrew de Quincey Date: Thu, 4 Aug 2005 22:16:12 +0000 (+0100) Subject: [PATCH] USB: Prevent hid-core claiming Apple Bluetooth device on new G4 powerbooks X-Git-Tag: v2.6.14-rc1~492^2~18^2~50 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=22af8878d2d641c6b15fe39fe4de3c05b2c477f0;p=pandora-kernel.git [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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed