summaryrefslogtreecommitdiff
path: root/firmware/drivers/button.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/drivers/button.c')
-rw-r--r--firmware/drivers/button.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/drivers/button.c b/firmware/drivers/button.c
index f2408d891e..58a9ab0b94 100644
--- a/firmware/drivers/button.c
+++ b/firmware/drivers/button.c
@@ -112,6 +112,7 @@ static int hp_detect_callback(struct timeout *tmo)
112 queue_remove_from_head(&button_queue, id); 112 queue_remove_from_head(&button_queue, id);
113 queue_post(&button_queue, id, 0); 113 queue_post(&button_queue, id, 0);
114 return 0; 114 return 0;
115 /*misc.c:hp_unplug_change*/
115} 116}
116#endif 117#endif
117 118
@@ -125,6 +126,7 @@ static int lo_detect_callback(struct timeout *tmo)
125 queue_remove_from_head(&button_queue, id); 126 queue_remove_from_head(&button_queue, id);
126 queue_post(&button_queue, id, 0); 127 queue_post(&button_queue, id, 0);
127 return 0; 128 return 0;
129 /*misc.c:lo_unplug_change*/
128} 130}
129#endif 131#endif
130 132