Introduce scsitool for sony nwz players
commit3e1c4926806ca685ab591cb6948fa3aa5014591c
authorAmaury Pouly <amaury.pouly@gmail.com>
Sat, 3 Nov 2012 01:29:00 +0000 (3 02:29 +0100)
committerAmaury Pouly <amaury.pouly@gmail.com>
Sat, 3 Nov 2012 01:29:00 +0000 (3 02:29 +0100)
tree50c6a54ce071eb2e0313e8b32ff28a5c9097f80f
parentcb09e369fb1ed41b5724a45929a49b42c2718203
Introduce scsitool for sony nwz players

This tool can send vendor specific scsi commands to sony nwz
players such as getting serial number, model id, device info,
and others. It can potentially be used to get some private keys
stored on the device but probably not the KAS used to encrypt
firmware upgrades images(UPG).

Change-Id: Ia49c1edf8d421b20c4e9afeb1192e00e06eb6047
utils/nwztools/scsitools/Makefile [new file with mode: 0644]
utils/nwztools/scsitools/misc.c [new file with mode: 0644]
utils/nwztools/scsitools/misc.h [new file with mode: 0644]
utils/nwztools/scsitools/scsitool.c [new file with mode: 0644]