[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1227710025-23592-1-git-send-email-Scholz@fias.uni-frankfurt.de>
Date: Wed, 26 Nov 2008 15:33:44 +0100
From: Jan Scholz <Scholz@...s.uni-frankfurt.de>
To: jkosina@...e.cz
Cc: jirislaby@...il.com, linux-kernel@...r.kernel.org,
Jan Scholz <Scholz@...s.uni-frankfurt.de>
Subject: [PATCH 0/1] HID: hid_apple is not used for apple alu wireless keyboards
Hi Jiri,
While parsing 'hid_blacklist' in hid-core.c my apple alu wireless
keyboard is not found. This happens because in the blacklist it
is declared with HID_USB_DEVICE although the keyboards are really
bluetooth devices. The same holds for 'apple_devices' list in
hid-apple.c
This patch fixes it by changing HID_USB_DEVICE to
HID_BLUETOOTH_DEVICE in those two lists.
Jan Scholz (1):
HID: Apple alu wireless keyboards are bluetooth devices
drivers/hid/hid-apple.c | 6 +++---
drivers/hid/hid-core.c | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)
--
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