Add touch firmware version to bugreports

Change-Id: Ib147690bd132d9fd841bddd088d44463888209db
This commit is contained in:
Michael Wright 2013-08-27 13:22:48 -07:00
parent 9f908b8dff
commit 16b302276f
1 changed files with 1 additions and 0 deletions

View File

@ -35,4 +35,5 @@ void dumpstate_board()
"/sys/devices/platform/msm_sdcc.1/mmc_host/mmc0/mmc0:0001/manfid");
dump_file("eMMC capacity",
"/sys/devices/platform/msm_sdcc.1/mmc_host/mmc0/mmc0:0001/sec_count");
dump_file("Touch firmware version", "/sys/class/switch/touch/name");
};