summaryrefslogtreecommitdiffstats
path: root/include/linux/hid.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/hid.h')
-rw-r--r--include/linux/hid.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/linux/hid.h b/include/linux/hid.h
index 091a81cf330f..a62ee4a609ac 100644
--- a/include/linux/hid.h
+++ b/include/linux/hid.h
@@ -686,8 +686,6 @@ struct hid_usage_id {
686 * @input_mapped: invoked on input registering after mapping an usage 686 * @input_mapped: invoked on input registering after mapping an usage
687 * @input_configured: invoked just before the device is registered 687 * @input_configured: invoked just before the device is registered
688 * @feature_mapping: invoked on feature registering 688 * @feature_mapping: invoked on feature registering
689 * @bus_add_driver: invoked when a HID driver is about to be added
690 * @bus_removed_driver: invoked when a HID driver has been removed
691 * @suspend: invoked on suspend (NULL means nop) 689 * @suspend: invoked on suspend (NULL means nop)
692 * @resume: invoked on resume if device was not reset (NULL means nop) 690 * @resume: invoked on resume if device was not reset (NULL means nop)
693 * @reset_resume: invoked on resume if device was reset (NULL means nop) 691 * @reset_resume: invoked on resume if device was reset (NULL means nop)
@@ -742,8 +740,6 @@ struct hid_driver {
742 void (*feature_mapping)(struct hid_device *hdev, 740 void (*feature_mapping)(struct hid_device *hdev,
743 struct hid_field *field, 741 struct hid_field *field,
744 struct hid_usage *usage); 742 struct hid_usage *usage);
745 void (*bus_add_driver)(struct hid_driver *driver);
746 void (*bus_removed_driver)(struct hid_driver *driver);
747#ifdef CONFIG_PM 743#ifdef CONFIG_PM
748 int (*suspend)(struct hid_device *hdev, pm_message_t message); 744 int (*suspend)(struct hid_device *hdev, pm_message_t message);
749 int (*resume)(struct hid_device *hdev); 745 int (*resume)(struct hid_device *hdev);