We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0beee7f commit b40d44aCopy full SHA for b40d44a
hid-xpadneo/src/xpadneo/consumer.c
@@ -18,7 +18,7 @@ extern int xpadneo_init_consumer(struct xpadneo_devdata *xdata)
18
return ret;
19
}
20
21
- /* enable button events for mouse emulation */
+ /* enable key events for consumer control */
22
input_set_capability(xdata->consumer, EV_KEY, BTN_XBOX);
23
input_set_capability(xdata->consumer, EV_KEY, BTN_SHARE);
24
0 commit comments