diff -uNr TVTest-master/src/ChannelScan.cpp TVTest-master.patched/src/ChannelScan.cpp --- TVTest-master/src/ChannelScan.cpp 2013-09-20 23:15:44.000000000 +0900 +++ TVTest-master.patched/src/ChannelScan.cpp 2013-09-24 17:01:33.991655562 +0900 @@ -1598,6 +1598,10 @@ RemoteControlKeyID=ServiceID/10-10; } else if (ServiceID<1000) { RemoteControlKeyID=ServiceID; +// for SPHD s 用変更 + } else if (NetworkID==10 && ServiceID>32700) { + RemoteControlKeyID=ServiceID-32768; +// for SPHD s 用変更 } }