Skip to content

Commit b40d44a

Browse files
committed
xpadneo, consumer: Fix comment
Signed-off-by: Kai Krakow <kai@kaishome.de>
1 parent 0beee7f commit b40d44a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hid-xpadneo/src/xpadneo/consumer.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ extern int xpadneo_init_consumer(struct xpadneo_devdata *xdata)
1818
return ret;
1919
}
2020

21-
/* enable button events for mouse emulation */
21+
/* enable key events for consumer control */
2222
input_set_capability(xdata->consumer, EV_KEY, BTN_XBOX);
2323
input_set_capability(xdata->consumer, EV_KEY, BTN_SHARE);
2424

0 commit comments

Comments
 (0)