diff options
Diffstat (limited to 'include/media/rc-core.h')
-rw-r--r-- | include/media/rc-core.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/media/rc-core.h b/include/media/rc-core.h index 42543257fa0f..affb93feed3b 100644 --- a/include/media/rc-core.h +++ b/include/media/rc-core.h | |||
@@ -39,7 +39,7 @@ enum rc_driver_type { | |||
39 | * @input_id: id of the input child device (struct input_id) | 39 | * @input_id: id of the input child device (struct input_id) |
40 | * @driver_name: name of the hardware driver which registered this device | 40 | * @driver_name: name of the hardware driver which registered this device |
41 | * @map_name: name of the default keymap | 41 | * @map_name: name of the default keymap |
42 | * @rc_tab: current scan/key table | 42 | * @rc_map: current scan/key table |
43 | * @devno: unique remote control device number | 43 | * @devno: unique remote control device number |
44 | * @raw: additional data for raw pulse/space devices | 44 | * @raw: additional data for raw pulse/space devices |
45 | * @input_dev: the input child device used to communicate events to userspace | 45 | * @input_dev: the input child device used to communicate events to userspace |
@@ -86,7 +86,7 @@ struct rc_dev { | |||
86 | struct input_id input_id; | 86 | struct input_id input_id; |
87 | char *driver_name; | 87 | char *driver_name; |
88 | const char *map_name; | 88 | const char *map_name; |
89 | struct ir_scancode_table rc_tab; | 89 | struct rc_map rc_map; |
90 | unsigned long devno; | 90 | unsigned long devno; |
91 | struct ir_raw_event_ctrl *raw; | 91 | struct ir_raw_event_ctrl *raw; |
92 | struct input_dev *input_dev; | 92 | struct input_dev *input_dev; |