linux/drivers/hid
Fengguang Wu 70d215c4a7 HID: the `bit' in hidinput_mapping_quirks() is an out parameter
Fix a panic, by changing
	hidinput_mapping_quirks(,, unsigned long *bit,)
to
	hidinput_mapping_quirks(,, unsigned long **bit,)

The `bit' in this function is an out parameter.

Signed-off-by: Fengguang Wu <wfg@mail.ustc.edu.cn>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
2008-01-28 14:51:22 +01:00
..
usbhid HID: force hiddev creation for SONY PS3 controller 2008-01-28 14:51:21 +01:00
hid-core.c HID: remove redundant WARN_ON()s in order not to scare users 2008-01-28 14:51:22 +01:00
hid-debug.c Input: add KEY_LOGOFF 2007-10-14 13:40:02 +02:00
hid-input-quirks.c HID: the `bit' in hidinput_mapping_quirks() is an out parameter 2008-01-28 14:51:22 +01:00
hid-input.c HID: the `bit' in hidinput_mapping_quirks() is an out parameter 2008-01-28 14:51:22 +01:00
hidraw.c Use helpers to obtain task pid in printks 2007-10-19 11:53:43 -07:00
Kconfig HID: add hidraw interface 2007-10-14 14:47:26 +02:00
Makefile HID: refactor mapping to input subsystem for quirky devices 2008-01-28 14:51:20 +01:00