diff options
author | Jiri Slaby <jirislaby@gmail.com> | 2008-06-25 17:47:04 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2008-10-14 17:50:55 -0400 |
commit | bd28ce008bdc68ef5902f68d2d62cbb7fa78c415 (patch) | |
tree | 188317a52208632b330c3e4b0e1cc4576dcb9178 /drivers/hid/hid-dummy.c | |
parent | 2b88b803018dbc2e9c68cbcd1739186e0715911a (diff) |
HID: move sony quirks
Signed-off-by: Jiri Slaby <jirislaby@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/hid/hid-dummy.c')
-rw-r--r-- | drivers/hid/hid-dummy.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/hid/hid-dummy.c b/drivers/hid/hid-dummy.c index cd21dcc41816..1ef3111f7fe7 100644 --- a/drivers/hid/hid-dummy.c +++ b/drivers/hid/hid-dummy.c | |||
@@ -43,6 +43,9 @@ static int __init hid_dummy_init(void) | |||
43 | #ifdef CONFIG_HID_SAMSUNG_MODULE | 43 | #ifdef CONFIG_HID_SAMSUNG_MODULE |
44 | HID_COMPAT_CALL_DRIVER(samsung); | 44 | HID_COMPAT_CALL_DRIVER(samsung); |
45 | #endif | 45 | #endif |
46 | #ifdef CONFIG_HID_SONY_MODULE | ||
47 | HID_COMPAT_CALL_DRIVER(sony); | ||
48 | #endif | ||
46 | #ifdef CONFIG_HID_SUNPLUS_MODULE | 49 | #ifdef CONFIG_HID_SUNPLUS_MODULE |
47 | HID_COMPAT_CALL_DRIVER(sunplus); | 50 | HID_COMPAT_CALL_DRIVER(sunplus); |
48 | #endif | 51 | #endif |