最終更新:2014-05-01 (木) 15:09:11 (3641d)  

PS4eye
Top / PS4eye

http://ps4eye.tumblr.com/

https://github.com/ps4eye/ps4eye

チップ

  • OV9713? - CMOS
  • AK5703? - A/Dコンバータ
  • 4G51A? - EEPROM
  • OV580? - ブリッジ

firmware_upload

  • dev.ctrl_transfer(0x40, 0x0, value, index, chunk)
  • ctrl_transfer(self, bmRequestType, bRequest, wValue=0, wIndex=0, data_or_wLength = None, timeout = None):

bmRequestType

  • 0x40 = 01000000(2)
    • ホストからデバイス
    • ベンダリクエスト
    • デバイスリクエスト

reboot with new firmware

  • dev.ctrl_transfer(0x40, 0x0, 0x2200, 0x8018, [0x5b])

USBプロトコルアナライザ

関連

参考