summaryrefslogtreecommitdiffstats
path: root/input/sixpair.c
Commit message (Collapse)AuthorAgeFilesLines
* Save name for the sixaxis controllerBastien Nocera2008-10-161-0/+1
| | | | The name won't be there until we connect otherwise
* Store every record information for the sixaxis controllersBastien Nocera2008-10-161-119/+18
| | | | | | | Remove out-dated code to parse the HID input descriptor Make sure that all the Bluetooth addresses used are upper-case Add captured once SDP PNP record for the sixaxis controller Store device id, profile, and trust information about the device
* Fix setting the master address on the sixaxisBastien Nocera2008-10-161-4/+8
| | | | | | Direction for the USB command was wrong, also disable all the report code, so sixpair can run (minus saving device records)
* Port sixpair to libusb 1.0Bastien Nocera2008-10-161-70/+72
| | | | | Port sixpair to libusb-1.0, as it allows us to re-attach the driver to the device after we're done.
* Add sixpair toolBastien Nocera2008-10-161-0/+393
Sixpair is an unfinished helper to automatically pair a plugged in Playstation 3 Sixaxis Bluetooth joypad.