├── COPYING ├── Makefile ├── README ├── ptp.c ├── usbstring.c └── usbstring.h /COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prife/ptp-gadget/HEAD/COPYING -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prife/ptp-gadget/HEAD/Makefile -------------------------------------------------------------------------------- /README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prife/ptp-gadget/HEAD/README -------------------------------------------------------------------------------- /ptp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prife/ptp-gadget/HEAD/ptp.c -------------------------------------------------------------------------------- /usbstring.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prife/ptp-gadget/HEAD/usbstring.c -------------------------------------------------------------------------------- /usbstring.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prife/ptp-gadget/HEAD/usbstring.h --------------------------------------------------------------------------------