summaryrefslogtreecommitdiff
path: root/vfat-volid
AgeCommit message (Collapse)Author
2015-09-10vfat-volid: fix the call of ioctl on VFAT_IOCTL_GET_VOLUME_ID with 3.18 kernelYongqin Liu
In kernel 3.18, VFAT_IOCTL_GET_VOLUME_ID is defined as 0x13, and the valued is set to the variable passed to ioctl call instead of the return value Change-Id: I0c9a57145bba60ec73e188c412dd5a477bc41045 Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
2014-09-24ashmemtest and vfat-volid: change to use temporary under /data/local/tmpYongqin Liu
when selinux enabled, it's not possible to create or access directory under /data/ or root (/), so change to use deirectory under /data/local/tmp Change-Id: I5e41f18c53c85a0d4d49d91eb119d8a5ab3f2843 Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
2014-07-29vfat test: delete test case pattern for volume ID 0xFFFFFDFDYongqin Liu
according to card: https://cards.linaro.org/browse/JUICE-441 bug link: https://bugs.linaro.org/show_bug.cgi?id=271 Change-Id: Id90d348b8b868fcb6a6cb6fb375f83f0ae316cd4 Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
2013-07-03update vfat test outputAmit Pundir
update vfat test script to print result in LAVA friendly format. Signed-off-by: Amit Pundir <amit.pundir@linaro.org>
2013-06-27Modify vfat test case based on kernel modificationBintian Wang
Remove VFAT_IOCTL_GET_VOLUME_ID_SAFE from kernel so we also need to remove it from here Signed-off-by: Bintian Wang <bintian.wang@linaro.org>
2013-04-30VFAT ioctl testdmitry pervushin
vfat-volid: the simple application that can retrieve fat volume id using ioctl test.sh: the test script