aboutsummaryrefslogtreecommitdiffstats
path: root/GTA04/scripts
Commit message (Collapse)AuthorAgeFilesLines
* usb: various hacks related to otgAndreas Kemnade2013-11-031-0/+35
| | | | | | | | | | | | | | - start switch to b_host role via sysfs - control vbus output power - can be used to start charging when a charger with ID grounded is first connected to the device and then to the wall outlet - enable/disable pulldown resistors via sysfs, can be used to emulate a connection to a usb host, useful for switching to b_host when using y-cables - script for entering b_host mode Signed-off-by: Andreas Kemnade <andreas@kemnade.info>
* Improve vibra.py demo scriptNeilBrown2013-05-171-21/+62
| | | | | | | Add a 'multi_vibe' which rumbles several times in quick succession. Can the interface a bit. Signed-off-by: NeilBrown <neilb@suse.de>
* GTA04: Add demo script for running the vibratorNeilBrown2013-05-171-0/+70
Signed-off-by: NeilBrown <neilb@suse.de>