Skip to content

Commit

Permalink
Change name to D555 - Linux Manual Patches update
Browse files Browse the repository at this point in the history
Tracked-by: RSDEV-2429

Signed-off-by: Dmitry Perchanov <[email protected]>
  • Loading branch information
dmipx committed Jul 11, 2024
1 parent 46893b0 commit 7adbc03
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion scripts/realsense-camera-formats-jammy-hwe-6.5.patch
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ index 08fcd2ffa..0409f5bca 100644
.bInterfaceSubClass = 1,
.bInterfaceProtocol = 0,
.driver_info = UVC_INFO_META(V4L2_META_FMT_D4XX) },
+ /* Intel D555e Depth Camera */
+ /* Intel D555 Depth Camera */
+ { .match_flags = USB_DEVICE_ID_MATCH_DEVICE
+ | USB_DEVICE_ID_MATCH_INT_INFO,
+ .idVendor = 0x8086,
Expand Down
2 changes: 1 addition & 1 deletion scripts/realsense-metadata-focal-hwe-5.13.patch
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ index 205d52412..e167ec854 100644
+ .bInterfaceSubClass = 1,
+ .bInterfaceProtocol = 0,
+ .driver_info = UVC_INFO_META(V4L2_META_FMT_D4XX) },
+ /* Intel D555e Depth Camera */
+ /* Intel D555 Depth Camera */
+ { .match_flags = USB_DEVICE_ID_MATCH_DEVICE
+ | USB_DEVICE_ID_MATCH_INT_INFO,
+ .idVendor = 0x8086,
Expand Down
2 changes: 1 addition & 1 deletion scripts/realsense-metadata-focal-hwe-5.15.patch
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ index 2816f79ef..81b86da7c 100644
+ .bInterfaceSubClass = 1,
+ .bInterfaceProtocol = 0,
+ .driver_info = UVC_INFO_META(V4L2_META_FMT_D4XX) },
+ /* Intel D555e Depth Camera */
+ /* Intel D555 Depth Camera */
+ { .match_flags = USB_DEVICE_ID_MATCH_DEVICE
+ | USB_DEVICE_ID_MATCH_INT_INFO,
+ .idVendor = 0x8086,
Expand Down
2 changes: 1 addition & 1 deletion scripts/realsense-metadata-focal-master.patch
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ index 3be9bc97f..386832678 100644
+ .bInterfaceSubClass = 1,
+ .bInterfaceProtocol = 0,
+ .driver_info = UVC_INFO_META(V4L2_META_FMT_D4XX) },
+ /* Intel D555e Depth Camera */
+ /* Intel D555 Depth Camera */
+ { .match_flags = USB_DEVICE_ID_MATCH_DEVICE
+ | USB_DEVICE_ID_MATCH_INT_INFO,
+ .idVendor = 0x8086,
Expand Down
2 changes: 1 addition & 1 deletion scripts/realsense-metadata-jammy-hwe-6.2.patch
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ index 362df9dd3..3fedf65ab 100644
+ .bInterfaceSubClass = 1,
+ .bInterfaceProtocol = 0,
+ .driver_info = UVC_INFO_META(V4L2_META_FMT_D4XX) },
+ /* Intel D555e Depth Camera */
+ /* Intel D555 Depth Camera */
+ { .match_flags = USB_DEVICE_ID_MATCH_DEVICE
+ | USB_DEVICE_ID_MATCH_INT_INFO,
+ .idVendor = 0x8086,
Expand Down
2 changes: 1 addition & 1 deletion scripts/realsense-metadata-jammy-master.patch
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ index caed9a2ab..c6763420b 100644
+ .bInterfaceSubClass = 1,
+ .bInterfaceProtocol = 0,
+ .driver_info = UVC_INFO_META(V4L2_META_FMT_D4XX) },
+ /* Intel D555e Depth Camera */
+ /* Intel D555 Depth Camera */
+ { .match_flags = USB_DEVICE_ID_MATCH_DEVICE
+ | USB_DEVICE_ID_MATCH_INT_INFO,
+ .idVendor = 0x8086,
Expand Down
2 changes: 1 addition & 1 deletion scripts/realsense_metadata_win10.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ $MultiPinDevices =
"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_0B56&MI_00",# D555e
"USB\VID_8086&PID_0B56&MI_00",# D555
"USB\VID_8086&PID_1155&MI_00" # D421

#Inhibit system warnings and erros, such as permissions or missing values
Expand Down

0 comments on commit 7adbc03

Please sign in to comment.