diff options
-rw-r--r-- | drivers/usb/input/hid-core.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/drivers/usb/input/hid-core.c b/drivers/usb/input/hid-core.c index c6c9e72e5fd9..2971182bbdf6 100644 --- a/drivers/usb/input/hid-core.c +++ b/drivers/usb/input/hid-core.c | |||
@@ -1315,11 +1315,7 @@ static int hid_probe(struct usb_interface *intf, const struct usb_device_id *id) | |||
1315 | return -ENODEV; | 1315 | return -ENODEV; |
1316 | } | 1316 | } |
1317 | 1317 | ||
1318 | /* This only gets called when we are a single-input (most of the | 1318 | if ((hid->claimed & HID_CLAIMED_INPUT)) |
1319 | * time). IOW, not a HID_QUIRK_MULTI_INPUT. The hid_ff_init() is | ||
1320 | * only useful in this case, and not for multi-input quirks. */ | ||
1321 | if ((hid->claimed & HID_CLAIMED_INPUT) && | ||
1322 | !(hid->quirks & HID_QUIRK_MULTI_INPUT)) | ||
1323 | hid_ff_init(hid); | 1319 | hid_ff_init(hid); |
1324 | 1320 | ||
1325 | printk(KERN_INFO); | 1321 | printk(KERN_INFO); |