Search found 4 matches

by Moquette31
Sat Apr 21, 2007 2:59 pm
Forum: PSP Development
Topic: adding USB Host functionalities ...
Replies: 0
Views: 1106

adding USB Host functionalities ...

Hi, I am working on a USB Host autonome module for : - in a first time, plug 2 USB mass storage devices and it copy data from the first inserted to the second automaticaly - in a second time, plug a PSP with a correpondant pluggin for OEs firmware, and make a bridge to the USB Host protocol so that ...
by Moquette31
Thu Apr 19, 2007 3:45 pm
Forum: PSP Development
Topic: generic PSP IR Keyboard library now in SVN
Replies: 38
Views: 28540

great, happy to help ;) and for this questions ? Hi there, i am doing the driver for the Citipack IR-503, an IR keyboard (the only one I could found here in china). It seems to work but I have some questions : - in kbdkeyboards.h is IPAQ_BUTTON_CONTACTS redundant with KEY_UNKNOWN of pspirkeyb_rawkey...
by Moquette31
Tue Apr 17, 2007 11:01 pm
Forum: PSP Development
Topic: generic PSP IR Keyboard library now in SVN
Replies: 38
Views: 28540

Hi, again me ;) debugging my driver, I found a bug in keymap.c for capslock only alphas : if &#40;&#40;raw >= KEY_A&#41; && &#40;raw <= KEY_Z&#41;&#41; should be replaced by : if &#40;&#40;&#40;raw >= KEY_Q&#41; && &#40;raw <= KEY_P&#41...
by Moquette31
Tue Apr 17, 2007 9:27 pm
Forum: PSP Development
Topic: generic PSP IR Keyboard library now in SVN
Replies: 38
Views: 28540

Hi there, i am doing the driver for the Citipack IR-503, an IR keyboard (the only one I could found here in china). It seems to work but I have some questions : - in kbdkeyboards.h is IPAQ_BUTTON_CONTACTS redundant with KEY_UNKNOWN of pspirkeyb_rawkeys.h ? (the same for IPAQ_BUTTON_ITASK/KEY_INTL3) ...