Correct name for device

This commit is contained in:
Denis 2023-11-03 01:39:28 +01:00
parent 3cafd384a0
commit bc12d2f1e9
No known key found for this signature in database
GPG key ID: DD9B63F805CF5C03

2
main.c
View file

@ -49,7 +49,7 @@ static input_dev_t in_asus_kb_3_dev = {
};
static uinput_filters_t in_xbox_filters = {
.name = "Microsoft X-Box 360 pad 0",
.name = "Microsoft X-Box 360 pad",
};
static input_dev_t in_xbox_dev = {