| View previous topic :: View next topic |
| Author |
Message |
PvP
Joined: 15 Dec 2007 Posts: 5
|
Posted: Sat Dec 15, 2007 11:01 am Post subject: prx modification project for usb storage device |
|
|
summing it all up im pvp from acidmods and im working on a usb storage device. ive already got the device made but need to make a driver for it. ive taken usbcam.prx from the flash0 and i want to modify that driver to accept my new device.
if ne one has the expertise in the area of the modifying prx to something useful please help out |
|
| Back to top |
|
 |
brin_vg
Joined: 03 Oct 2007 Posts: 17 Location: A pineapple, under the sea
|
Posted: Sat Dec 15, 2007 1:03 pm Post subject: Re: prx modification project for usb storage device |
|
|
| PvP wrote: | summing it all up im pvp from acidmods and im working on a usb storage device. ive already got the device made but need to make a driver for it. ive taken usbcam.prx from the flash0 and i want to modify that driver to accept my new device.
if ne one has the expertise in the area of the modifying prx to something useful please help out |
Are you trying to make the PSP a USB host? If that's what you're trying to do, I'll tell you now, it's impossible. |
|
| Back to top |
|
 |
cloudhunter
Joined: 17 Aug 2006 Posts: 86
|
Posted: Sat Dec 15, 2007 11:51 pm Post subject: |
|
|
Yup, the device that is connecting to the PSP (e.g. Go Cam) has to be a usb HOST.
Cloudy _________________ :) |
|
| Back to top |
|
 |
PvP
Joined: 15 Dec 2007 Posts: 5
|
Posted: Sun Dec 16, 2007 4:30 am Post subject: |
|
|
| the device that i have is a usb host which i can manipulate to make it import a usb device from it. |
|
| Back to top |
|
 |
brin_vg
Joined: 03 Oct 2007 Posts: 17 Location: A pineapple, under the sea
|
Posted: Sun Dec 16, 2007 2:47 pm Post subject: |
|
|
| PvP wrote: | | the device that i have is a usb host which i can manipulate to make it import a usb device from it. |
Sounds interesting, used with usbhostfs could be very, very useful.
You're probably better looking at computer USB interface code than PSP client code, if I understand correctly. |
|
| Back to top |
|
 |
cloudhunter
Joined: 17 Aug 2006 Posts: 86
|
Posted: Tue Dec 18, 2007 9:37 am Post subject: |
|
|
Well, modifying a prx won't get you what you want - it isn't a simple hex, or even a hex at all. You'd need to write an entirely new driver, or use the existing usbhostfs on both the host device and the PSP.
Cloudy _________________ :) |
|
| Back to top |
|
 |
PvP
Joined: 15 Dec 2007 Posts: 5
|
Posted: Wed Dec 19, 2007 5:28 am Post subject: |
|
|
| so ur saying i should scrap the usbcam.prx and try and modify the usbhostfs? |
|
| Back to top |
|
 |
Cpasjuste
Joined: 29 May 2005 Posts: 214
|
Posted: Thu Dec 20, 2007 3:56 am Post subject: |
|
|
| Yup. |
|
| Back to top |
|
 |
PvP
Joined: 15 Dec 2007 Posts: 5
|
Posted: Thu Dec 20, 2007 7:28 pm Post subject: |
|
|
| from my understanding usbhostfs is a pc driver that recognizes the psp as a sort of host but not really? how would u recommend doing this? |
|
| Back to top |
|
 |
cloudhunter
Joined: 17 Aug 2006 Posts: 86
|
Posted: Thu Dec 20, 2007 11:00 pm Post subject: |
|
|
| PvP wrote: | | from my understanding usbhostfs is a pc driver that recognizes the psp as a sort of host but not really? how would u recommend doing this? |
I'm sorry, but it's obvious with what you're asking that you're way out of your depth.
However, you'd need to port the driver to the usb host device that you are using.
Cloudy _________________ :) |
|
| Back to top |
|
 |
PvP
Joined: 15 Dec 2007 Posts: 5
|
Posted: Fri Dec 21, 2007 3:31 pm Post subject: |
|
|
| idk about that but i have been thinking of porting the usbhostfs to my ipod for a while now. but we'll see whats up with it. |
|
| Back to top |
|
 |
Jim

Joined: 02 Jul 2005 Posts: 487 Location: Sydney
|
|
| Back to top |
|
 |
|