Hi, I tried to use usbhostfs to play image thru usb. with my custom firmware, it connect to my pc as VEN_6472 instead of VEN_054C. I have successfully install the driver by modifying the driver inf file. However, usbhostfs fails to talk to the device as it has been hardcode to work with VEN_054C. I have looked into the source and found that usbhostfs.h define the ven id.
#define SONY_VID (0x54C)
My question is:
1. Can i change it to #define SONY_VID (0x6472) so that it can work with my firmware?
2. How do I compile this? Is there any detail instruction for newbie?
3. Can someone simply compile and upload it so that I can give it a try?
Thanks! I took me quite sometime to narrow the problem down to the ven id. I hope that it can work out ok.
usbhostfs with vid 6472 (instead of 054c)
Please follow the link for the mod usbhostfs (and the driver files) if you are interested.
http://jonspage.org/PSP/usbhostfs_PC_TA_082_Win.rar
Thanks to joeshmoe for hosting the file. Happy PSPing
http://jonspage.org/PSP/usbhostfs_PC_TA_082_Win.rar
Thanks to joeshmoe for hosting the file. Happy PSPing
and for linux?
i'm trying use usbhostfs with Linux and TA-082 (in Windows works fine with another .rar), any have a packag to psplink and ta-082?
thanks
thanks
Code: Select all
T: Bus=01 Lev=01 Prnt=01 Port=00 Cnt=01 Dev#= 9 Spd=480 MxCh= 0
D: Ver= 2.00 Cls=00(>ifc ) Sub=00 Prot=00 MxPS=64 #Cfgs= 1
P: Vendor=6472 ProdID=01c9 Rev= 1.00
C:* #Ifs= 1 Cfg#= 1 Atr=c0 MxPwr= 2mA
I: If#= 0 Alt= 0 #EPs= 3 Cls=ff(vend.) Sub=01 Prot=ff Driver=(none)
E: Ad=81(I) Atr=02(Bulk) MxPS= 512 Ivl=0ms
E: Ad=02(O) Atr=02(Bulk) MxPS= 512 Ivl=0ms
E: Ad=03(O) Atr=02(Bulk) MxPS= 512 Ivl=0ms