Search found 11 matches
- Sun Apr 15, 2007 5:17 pm
- Forum: PSP Development
- Topic: PSP as a USB HID GAMEPAD
- Replies: 35
- Views: 19947
too bad...
My psp has been stolen during my trip to my parent's house, so I can't work on this project anymore... I might continue it if I buy a new psp when I'll be at Singapore in August.
- Sun Feb 11, 2007 10:16 pm
- Forum: PSP Development
- Topic: PSP as a USB HID GAMEPAD
- Replies: 35
- Views: 19947
- Sat Feb 10, 2007 4:51 am
- Forum: PSP Development
- Topic: PSP as a USB HID GAMEPAD
- Replies: 35
- Views: 19947
usb_request is called when a USB descriptor request is sent to the USB driver which the bus driver itself cannot satisfy. So from my results it seems that the bus driver might be able to satisfy the HID descriptor request by itself. throw debug output to SIO when the callbacks are hit, perhaps the ...
- Sat Feb 10, 2007 4:41 am
- Forum: PSP Development
- Topic: PSP as a USB HID GAMEPAD
- Replies: 35
- Views: 19947
- Sun Feb 04, 2007 11:29 pm
- Forum: PSP Development
- Topic: PSP as a USB HID GAMEPAD
- Replies: 35
- Views: 19947
I'm back
Hello, I'm finally back on this project since I have some time to spend on it. To let you know what is done so far, you'll see what the program "lsusb" tells me. Here are the current results for the psp: [elynx@abo-126-43-69 sbin]$ ./lsusb -v -s 3:3 Bus 003 Device 0...
- Tue Aug 22, 2006 5:54 pm
- Forum: PSP Development
- Topic: PSP as a USB HID GAMEPAD
- Replies: 35
- Views: 19947
- Tue Aug 08, 2006 10:13 pm
- Forum: PSP Development
- Topic: PSP as a USB HID GAMEPAD
- Replies: 35
- Views: 19947
- Thu Jul 27, 2006 5:04 pm
- Forum: PSP Development
- Topic: PSP as a USB HID GAMEPAD
- Replies: 35
- Views: 19947
- Tue Jul 25, 2006 11:59 pm
- Forum: PSP Development
- Topic: PSP as a USB HID GAMEPAD
- Replies: 35
- Views: 19947
- Tue Jul 25, 2006 9:46 pm
- Forum: PSP Development
- Topic: PSP as a USB HID GAMEPAD
- Replies: 35
- Views: 19947
i've already read this subject but his author uses a different manner to transform his psp as a gamepad. With his manner a psp user need: -a wifi access point (to communicate with the pc, the psp must pass through the whole internet protocol) -a software (PPjoy) that create a virtual gamepad (which ...
- Mon Jul 24, 2006 5:27 pm
- Forum: PSP Development
- Topic: PSP as a USB HID GAMEPAD
- Replies: 35
- Views: 19947
PSP as a USB HID GAMEPAD
Hello everyone, My goal is to create a driver for the psp which will let any computer believe it is a HID gamepad. If i achieve this goal, it would be useful for several reasons: -I dont have any game controller for my computer and even if the psp isn't as great as a real joystick, i think that it's...