more compact view of macos' usb devices

This commit is contained in:
Frank Morgner
2024-03-12 09:11:03 +01:00
parent a985e84a04
commit 29ccf47113

View File

@@ -229,7 +229,13 @@ as USB device:
2. Run the following command to get the device's product and vendor ID:: 2. Run the following command to get the device's product and vendor ID::
system_profiler SPUSBDataType system_profiler SPUSBDataType \
| awk '
/Product ID:/{p=$3}
/Vendor ID:/{v=$3}
/Manufacturer:/{sub(/.*: /,""); m=$0}
/Location ID:/{sub(/.*: /,""); printf("%s:%s %s (%s)\n", v, p, $0, m);}
'
3. Change :file:`/usr/local/libexec/SmartCardServices/drivers/ifd-vpcd.bundle/Info.plist` 3. Change :file:`/usr/local/libexec/SmartCardServices/drivers/ifd-vpcd.bundle/Info.plist`
to match your product and vendor ID: to match your product and vendor ID: