aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-07-28Remove dependency on libevdev (mostly complete) + minor fixesMattias Andrée1-0/+3
Signed-off-by: Mattias Andrée <maandree@kth.se>
2022-07-27Add inline functions for testing supportMattias Andrée1-0/+4
Signed-off-by: Mattias Andrée <maandree@kth.se>
2022-07-27Fix button and axis namesMattias Andrée1-3/+3
Signed-off-by: Mattias Andrée <maandree@kth.se>
2022-07-26Do not relay on libevdev for button/axis names, an prepare for device specific names, and add reverse lookup functionsMattias Andrée1-3/+27
Signed-off-by: Mattias Andrée <maandree@kth.se>
2022-07-25Add support for audio devicesMattias Andrée1-0/+1
Signed-off-by: Mattias Andrée <maandree@kth.se>
2022-07-25m + add force feedback supportMattias Andrée1-1/+20
Signed-off-by: Mattias Andrée <maandree@kth.se>
2022-07-24Add test-visualMattias Andrée1-1/+2
Signed-off-by: Mattias Andrée <maandree@kth.se>