Library function list

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

User avatar
sherpya
Posts: 61
Joined: Mon Oct 03, 2005 5:49 pm

Post by sherpya »

I've made a lirc to psp remote control, it has conversion routines from lirc to psp sircs, psp supports only 12, 15 or 20 bits, if someone is intrested:
http://oss.netfarm.it/psp/pspremote/
weltall
Posts: 310
Joined: Fri Feb 20, 2004 1:56 am
Contact:

Post by weltall »

i can't get it to work :( i tried the included example with ps2 remote with a v6 and a v9 ps2 without any result from the console. the psp seems to send something; what it can be?
User avatar
sherpya
Posts: 61
Joined: Mon Oct 03, 2005 5:49 pm

Post by sherpya »

I've only tested it with a lirc receiver using the same conf and it matches
weltall
Posts: 310
Joined: Fri Feb 20, 2004 1:56 am
Contact:

Post by weltall »

i got it to work with the latest version very nice program :)
>NIL:
Posts: 26
Joined: Sat May 14, 2005 6:29 am
Location: .ie
Contact:

Post by >NIL: »

sceSyscon_driver:

0x9478F399 sceSysconCtrlLcdPower
0x5F19C00F sceSysconGetLcdPowerCtrl
0x82861DE2 sceSysconBatteryGetRCap
0x34C36FF9 sceSysconGetDigitalKey (?)

Is this thread still being used to post NIDs for the browser API?
User avatar
Saotome
Posts: 182
Joined: Sat Apr 03, 2004 3:45 am

Post by Saotome »

0x9478F399 sceSysconCtrlLcdPower
0x5F19C00F sceSysconGetLcdPowerCtrl
I was looking for a function to turn off the display.
Those two look promising :)
infj
>NIL:
Posts: 26
Joined: Sat May 14, 2005 6:29 am
Location: .ie
Contact:

Post by >NIL: »

sceSysreg_driver:

0x63B9EB65 sceSysregApbBusClockEnable
0xE1AA9788 sceSysregApbBusClockDisable
0x7CC6CBFD sceSysregEmcddrBusClockEnable
0xEE6B9411 sceSysregEmcddrBusClockDisable

oh and by the way, 0x18172c6a is sceSysregMsifIoDisable, not "sceSysregFatMSIsBlock" as per the API browser
>NIL:
Posts: 26
Joined: Sat May 14, 2005 6:29 am
Location: .ie
Contact:

Post by >NIL: »

Sorry for "spamming" this thread once again but as somebody else mentionned, there are still plenty of low hanging fruits to collect... ;)

Syscon:
0xfa4c4518 sceSysconBatteryGetInfo (obviously not 'sceSysconGpioCheckwrote')
0x7cbd4522 sceSysconBatteryGetIFC (?)
0x4c0ee2fa sceSysconBatteryGetChargeTime
0x71135d7d sceSysconBatteryGetFullCap
0x284fe366 sceSysconBatteryGetLimitTime

also, I have serious doubts about 0x75d22bf8 being 'sceSysconDecodeModeKernel'

UmdMan:
0xe779ecef sceUmdManGetInquiry
>NIL:
Posts: 26
Joined: Sat May 14, 2005 6:29 am
Location: .ie
Contact:

Post by >NIL: »

UmdMan:
0x6a77a311 sceUmdManLPNCreateCmd
0x7ed141fe sceUmdManUMDDriveStart
0x40beb9d1 sceUmdManDVDDriveStart
0xb3311b6e sceUmdManLPNGetVersion
0xcd48f9c2 sceUmdManLPNSetVersion
0x5c026599 sceUmdManLPNReadAlive
0xb989e127 sceUmdManLeptonAliveOnOff (?)
0x58e3718d sceUmdManSPKEnableIntr
0x08eb09c8 sceUmdManSPKDisableIntr
0x23c3c3d6 sceUmdManSPKEndCmd
0x7c3d307c sceUmdManSPKGetMKI
0x4ea8ea5d sceUmdManSPKInitConfiguration
0xa8359e04 sceUmdManSPKSetupCmd
0x73966de9 sceUmdManSPKStartCmd
0x7ebaea9f sceUmdManSPKStartStep0
0xc984e1cf sceUmdManSPKStartStep1
0xa0b257a7 sceUmdManSPKStartStep2
0x6e7fc8f0 sceUmdManSPKStartStep4
0x66cb0cc4 sceUmdManSPKStartStep5
0xfd1a113a sceUmdManSPKStopCmd
0x1b1bf9fd sceUmdExecRead10Cmd
0x108b2322 sceUmdExecGetMediaInfoCmd
0x61c32a52 sceUmdExecSetAreaLimitCmd
0x7094e3a7 sceUmdExecSetAccessLimitCmd
0xf819e17c sceUmdExecReadMKICmd
0xd31dad7e sceUmdExecSetLockLengthCmd
0x73e49f8f sceUmdExecClearCacheInfoCmd
0x92f1cc33 sceUmdExecAdjustDataCmd
0x68577709 sceUmdExecAllocateFromReadCmd (?)
0x65e1b97e sceUmdExecGetEventStatusCmd
0x1b19a313 sceUmdExecInquiryCmd
0x18de1880 sceUmdExecPrefetch10Cmd (?)
0x2a08fe9a sceUmdExecPreventAllowMediaCmd
0x5aa96415 sceUmdExecReadCapacityCmd
0x98345381 sceUmdExecReportCacheCmd
0x250e6975 sceUmdExecSeekCmd
0x485d4925 sceUmdExecSetStreamingCmd
0xe3f448e0 sceUmdExecStartStopUnitCmd

By the way, 'SPK' stands for 'Spock'. (Well, we already have Kirk someplace else...)
lS[UMD/2kdlSU]
Posts: 8
Joined: Wed Oct 26, 2005 10:08 pm
Location: Shiga, Japan
Contact:

Post by lS[UMD/2kdlSU] »

sceSasCore_driver:
0xb0f9f98f sceSasCoreInit
0xe143a1ea sceSasCoreExit

Hmm...
lS[UMD/2kdlSU] - now working as 67...
----------------------------------------------
site: jap | eng
jap blog: here
User avatar
ryoko_no_usagi
Posts: 65
Joined: Tue Nov 29, 2005 4:47 pm

Post by ryoko_no_usagi »

sceNand_driver:

0x2ff6081b sceNandDetectChipMakersBBM
Post Reply