A good tutorial for libusb
A good tutorial for libusb
I'm wanting to learn how to create something similar to usbhostfs_pc that is used between the psp and the pc on linux. Are there any good tutorials on how to do this.
Basics. Beyond that it's just a matter of understanding USB packets and the USB modes PSP can support, and possibly tinkering with a sniffer while trying things if you don't know usb that well ~ it's actually fairly simple once you have libusb's back stand on and some sample code, though the PSP side tends to look more complex at a low level (without firmware function source.)
As to an actual tutorial to do exactly what it is you want to do, I doubt one exists (mainly because this is the only app of it's kind for PSP) and (generally) the source (pspjoy/psplink/usbhostfs etc.) speaks for itself.
As to an actual tutorial to do exactly what it is you want to do, I doubt one exists (mainly because this is the only app of it's kind for PSP) and (generally) the source (pspjoy/psplink/usbhostfs etc.) speaks for itself.