|
@@ -34,8 +34,10 @@
|
|
|
* @irq_flags: IRQ Flags (e.g., IRQF_TRIGGER_LOW).
|
|
|
* @state_on: print_state is overriden with state_on if attached.
|
|
|
* If NULL, default method of extcon class is used.
|
|
|
- * @state_off: print_state is overriden with state_on if detached.
|
|
|
+ * @state_off: print_state is overriden with state_off if detached.
|
|
|
* If NUll, default method of extcon class is used.
|
|
|
+ * @check_on_resume: Boolean describing whether to check the state of gpio
|
|
|
+ * while resuming from sleep.
|
|
|
*
|
|
|
* Note that in order for state_on or state_off to be valid, both state_on
|
|
|
* and state_off should be not NULL. If at least one of them is NULL,
|