diff --git a/doc/tcti-spi-ltt2go.md b/doc/tcti-spi-ltt2go.md index 0d3af081e..1543af699 100644 --- a/doc/tcti-spi-ltt2go.md +++ b/doc/tcti-spi-ltt2go.md @@ -7,7 +7,7 @@ and the `libusb-1.0-0-dev` library for USB communication. Set udev rules for LetsTrust-TPM2Go by creating a file `/etc/udev/rules.d/60-tpm2go.rules`: ``` -ATTRS{idVendor}=="04b4", ATTRS{idProduct}=="0004", TAG+="uaccess" +ATTRS{idVendor}=="365d", ATTRS{idProduct}=="1337", TAG+="uaccess" ``` Activate the udev rules: @@ -19,16 +19,16 @@ You should see the following after plugging in the LetsTrust-TPM2Go: ``` dmesg [ 1019.115823] usb 3-2: new full-speed USB device number 5 using xhci_hcd - [ 1019.480333] usb 3-2: New USB device found, idVendor=04b4, idProduct=0004, bcdDevice= 0.00 + [ 1019.480333] usb 3-2: New USB device found, idVendor=365d, idProduct=1337, bcdDevice= 0.00 [ 1019.480360] usb 3-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [ 1019.480382] usb 3-2: Product: LetsTrust-TPM2Go [ 1019.480405] usb 3-2: Manufacturer: www.pi3g.com - [ 1019.480426] usb 3-2: SerialNumber: 000010 + [ 1019.480426] usb 3-2: SerialNumber: Y23CW29NR00000RND987654321012 sudo udevadm info -e | grep LetsTrust E: ID_MODEL=LetsTrust-TPM2Go E: ID_MODEL_ENC=LetsTrust-TPM2Go - E: ID_SERIAL=www.pi3g.com_LetsTrust-TPM2Go_000010 + E: ID_SERIAL=www.pi3g.com_LetsTrust-TPM2Go_Y23CW29NR00000RND987654321012 ``` Use tcti-spi-ltt2go to communicate with LetsTrust-TPM2Go: