Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-12-25 | Include dev/hid/hid.h for recent NetBSD-current to fix build | ryoon | 1 | -6/+19 | |
2015-03-03 | Read from uhid device and insert events until there are no more events | jmcneill | 1 | -5/+121 | |
to consume. Matches SDL2 BSD joystick driver behavior, and makes things like "iBUFFALO Classic USB Gamepad" work with Retroarch. | |||||
2015-02-25 | flush any pending events from the joystick device when opening on netbsd, ↵ | jmcneill | 1 | -2/+12 | |
bump PKGREVISION | |||||
2015-02-06 | Instead of naming USB joysticks by device name ("/dev/uhid3"), try to give | jmcneill | 1 | -2/+41 | |
it a more helpful name ("Logitech Cordless RumblePad 2 @ /dev/uhid3") | |||||
2015-02-04 | Improvements in BSD USB joystick detection: | jmcneill | 1 | -1/+22 | |
- Scan uhid0 through uhid63, instead of uhid0 through uhid3. - If a uhid reports no usable inputs, skip it. This way your keyboard and mouse don't show up as (unusable) joysticks. | |||||
2014-03-24 | Fix capitalization and make it build on FreeBSD 9-10. | asau | 1 | -0/+18 | |