Loading drivers/usb/input/hid-ff.c +0 −6 Original line number Diff line number Diff line Loading @@ -34,12 +34,6 @@ #include "hid.h" /* Drivers' initializing functions */ extern int hid_lgff_init(struct hid_device* hid); extern int hid_lg3d_init(struct hid_device* hid); extern int hid_pid_init(struct hid_device* hid); extern int hid_tmff_init(struct hid_device* hid); /* * This table contains pointers to initializers. To add support for new * devices, you need to add the USB vendor and product ids here. Loading drivers/usb/input/hid.h +5 −0 Original line number Diff line number Diff line Loading @@ -533,3 +533,8 @@ static inline int hid_ff_event(struct hid_device *hid, struct input_dev *input, return hid->ff_event(hid, input, type, code, value); return -ENOSYS; } int hid_lgff_init(struct hid_device* hid); int hid_tmff_init(struct hid_device* hid); int hid_pid_init(struct hid_device* hid); Loading
drivers/usb/input/hid-ff.c +0 −6 Original line number Diff line number Diff line Loading @@ -34,12 +34,6 @@ #include "hid.h" /* Drivers' initializing functions */ extern int hid_lgff_init(struct hid_device* hid); extern int hid_lg3d_init(struct hid_device* hid); extern int hid_pid_init(struct hid_device* hid); extern int hid_tmff_init(struct hid_device* hid); /* * This table contains pointers to initializers. To add support for new * devices, you need to add the USB vendor and product ids here. Loading
drivers/usb/input/hid.h +5 −0 Original line number Diff line number Diff line Loading @@ -533,3 +533,8 @@ static inline int hid_ff_event(struct hid_device *hid, struct input_dev *input, return hid->ff_event(hid, input, type, code, value); return -ENOSYS; } int hid_lgff_init(struct hid_device* hid); int hid_tmff_init(struct hid_device* hid); int hid_pid_init(struct hid_device* hid);