Skip to content

Commit

Permalink
add uvcvideo version update patch
Browse files Browse the repository at this point in the history
  • Loading branch information
Nir-Az committed May 9, 2024
1 parent d854d8a commit aa671d1
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions scripts/realsense-uvc-driver-version.patch
Original file line number Diff line number Diff line change
@@ -1,21 +1,20 @@
From 327de73504d2d5ac897d86fe15c3aceaeb051da8 Mon Sep 17 00:00:00 2001
From fddfc8b3055abe1ccb3d03eacbe8028043d81257 Mon Sep 17 00:00:00 2001
From: Nir <nir.azkiel@intel.com>
Date: Tue, 7 May 2024 23:02:47 +0300
Subject: [PATCH] make realsense uvcvideo driver version unique
Date: Thu, 9 May 2024 21:21:31 +0300
Subject: [PATCH] add uvcvideo version update patch

---
drivers/media/usb/uvc/uvcvideo.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
drivers/media/usb/uvc/uvcvideo.h | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/drivers/media/usb/uvc/uvcvideo.h b/drivers/media/usb/uvc/uvcvideo.h
index 6fb0a78b1..b35431ae1 100644
index 6fb0a78b1..d522b0f10 100644
--- a/drivers/media/usb/uvc/uvcvideo.h
+++ b/drivers/media/usb/uvc/uvcvideo.h
@@ -44,8 +44,8 @@
/* ------------------------------------------------------------------------
@@ -45,7 +45,8 @@
* Driver specific constants.
*/
-
-#define DRIVER_VERSION "1.1.1"
+#define DRIVER_VERSION_SUFFIX "realsense-patch"
+#define DRIVER_VERSION "1.1.1-" DRIVER_VERSION_SUFFIX
Expand Down

0 comments on commit aa671d1

Please sign in to comment.