Skip to content

Commit

Permalink
PR IntelRealSense#12418 from dmipx: scripts: patch: modify Interface …
Browse files Browse the repository at this point in the history
…Protocol to UVC1.5 for D555e
  • Loading branch information
Nir-Az authored Jan 4, 2024
2 parents 8af2a77 + 5a10dea commit e16f1bd
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
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 @@ -243,7 +243,7 @@ index 9a791d8ef..6d875181a 100644
+ .idProduct = 0x0b56,
+ .bInterfaceClass = USB_CLASS_VIDEO,
+ .bInterfaceSubClass = 1,
+ .bInterfaceProtocol = 0,
+ .bInterfaceProtocol = UVC_PC_PROTOCOL_15,
+ .driver_info = UVC_INFO_META(V4L2_META_FMT_D4XX) },
+ /* Intel D405 */
+ { .match_flags = USB_DEVICE_ID_MATCH_DEVICE
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 @@ -243,7 +243,7 @@ index 72fff7264..4d46d06f7 100644
+ .idProduct = 0x0b56,
+ .bInterfaceClass = USB_CLASS_VIDEO,
+ .bInterfaceSubClass = 1,
+ .bInterfaceProtocol = 0,
+ .bInterfaceProtocol = UVC_PC_PROTOCOL_15,
+ .driver_info = UVC_INFO_META(V4L2_META_FMT_D4XX) },
+ /* Intel D405 */
+ { .match_flags = USB_DEVICE_ID_MATCH_DEVICE
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 @@ -242,7 +242,7 @@ index 3be9bc97f..386832678 100644
+ .idProduct = 0x0b56,
+ .bInterfaceClass = USB_CLASS_VIDEO,
+ .bInterfaceSubClass = 1,
+ .bInterfaceProtocol = 0,
+ .bInterfaceProtocol = UVC_PC_PROTOCOL_15,
+ .driver_info = UVC_INFO_META(V4L2_META_FMT_D4XX) },
+ /* Intel D405 */
+ { .match_flags = USB_DEVICE_ID_MATCH_DEVICE
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 @@ -77,7 +77,7 @@ index 362df9dd3..8f65b969b 100644
+ .idProduct = 0x0b56,
+ .bInterfaceClass = USB_CLASS_VIDEO,
+ .bInterfaceSubClass = 1,
+ .bInterfaceProtocol = 0,
+ .bInterfaceProtocol = UVC_PC_PROTOCOL_15,
+ .driver_info = UVC_INFO_META(V4L2_META_FMT_D4XX) },
+ /* Intel D405 Depth Camera */
+ { .match_flags = USB_DEVICE_ID_MATCH_DEVICE
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 @@ -243,7 +243,7 @@ index 2e7df1de0..848417912 100644
+ .idProduct = 0x0b56,
+ .bInterfaceClass = USB_CLASS_VIDEO,
+ .bInterfaceSubClass = 1,
+ .bInterfaceProtocol = 0,
+ .bInterfaceProtocol = UVC_PC_PROTOCOL_15,
+ .driver_info = UVC_INFO_META(V4L2_META_FMT_D4XX) },
+ /* Intel D405 */
+ { .match_flags = USB_DEVICE_ID_MATCH_DEVICE
Expand Down

0 comments on commit e16f1bd

Please sign in to comment.