Skip to content

Commit

Permalink
add D555e PID to windows metadata script
Browse files Browse the repository at this point in the history
  • Loading branch information
maloel committed Oct 24, 2023
1 parent 4640f37 commit 61aad23
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/realsense_metadata_win10.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,8 @@ $MultiPinDevices =
"USB\VID_8086&PID_0B5B&MI_00",# D405
"USB\VID_8086&PID_0B5C&MI_00",# D455
"USB\VID_8086&PID_0B64&MI_00",# L515
"USB\VID_8086&PID_0B68&MI_00" # L535
"USB\VID_8086&PID_0B68&MI_00",# L535
"USB\VID_8086&PID_0B56&MI_00" # D555e

#Inhibit system warnings and erros, such as permissions or missing values
$ErrorActionPreference = "silentlycontinue"
Expand Down

0 comments on commit 61aad23

Please sign in to comment.