mirror of
https://github.com/linux-msm/diag.git
synced 2024-11-23 01:53:49 +08:00
README: Configuration string should be diag_dun
For some reason, this string seems to need to be set to diag_dun rather than DIAG to get QXDM and other tools fired up. Signed-off-by: Evan Green <evangreen86@gmail.com>
This commit is contained in:
parent
29db5d80b0
commit
2861875311
@ -20,7 +20,7 @@ Ensure that your kernel is built with **CONFIG_CONFIGFS_FS** and **CONFIG_USB_CO
|
||||
echo SERIAL > $G1/strings/0x409/serialnumber
|
||||
echo MANUFACTURER > $G1/strings/0x409/manufacturer
|
||||
echo PRODUCT > $G1/strings/0x409/product
|
||||
echo "DIAG" > $G1/configs/c.1/strings/0x409/configuration
|
||||
echo "diag_dun" > $G1/configs/c.1/strings/0x409/configuration
|
||||
ln -s $G1/functions/ffs.diag $G1/configs/c.1
|
||||
|
||||
mkdir /dev/ffs-diag
|
||||
|
Loading…
Reference in New Issue
Block a user