-
Notifications
You must be signed in to change notification settings - Fork 251
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update kernel diff patches for v6.1.92 rebase
Tests done: - Android boot in GVT-d - Android boot in BM - Wi-Fi On/Off/Connect/Disconnect - Bluetooth On/Off/Connect/Disconnect - Camera preview, capture - Video playback and recording - adb remount Tracked-On: OAM-122977 Signed-off-by: Jeevaka Prabu Badrappan <[email protected]>
- Loading branch information
1 parent
26b4c13
commit bc33e01
Showing
3 changed files
with
5 additions
and
62 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
From 590e5f5f7c137db4697680450fa10cabc3d35200 Mon Sep 17 00:00:00 2001 | ||
From 9166c8e062e9987a740159ff5bdb2925b68c8ed4 Mon Sep 17 00:00:00 2001 | ||
From: saranya <[email protected]> | ||
Date: Thu, 4 Jun 2020 14:17:06 +0530 | ||
Subject: [PATCH] uvc: Add UVC GET_DEF probe quirk for C922 camera | ||
|
@@ -16,13 +16,13 @@ Signed-off-by: saranya <[email protected]> | |
1 file changed, 9 insertions(+) | ||
|
||
diff --git a/drivers/media/usb/uvc/uvc_driver.c b/drivers/media/usb/uvc/uvc_driver.c | ||
index 881da7c17fb7..8e6fa8fa5741 100644 | ||
index 37a9da4902fa7..7ed30855bc532 100644 | ||
--- a/drivers/media/usb/uvc/uvc_driver.c | ||
+++ b/drivers/media/usb/uvc/uvc_driver.c | ||
@@ -2613,6 +2613,15 @@ static const struct usb_device_id uvc_ids[] = { | ||
@@ -2630,6 +2630,15 @@ static const struct usb_device_id uvc_ids[] = { | ||
.bInterfaceSubClass = 1, | ||
.bInterfaceProtocol = 0, | ||
.driver_info = UVC_INFO_QUIRK(UVC_QUIRK_RESTORE_CTRLS_ON_INIT) }, | ||
.driver_info = UVC_INFO_QUIRK(UVC_QUIRK_FORCE_RESUME) }, | ||
+ /* Logitech HD Pro Webcam C922 */ | ||
+ { .match_flags = USB_DEVICE_ID_MATCH_DEVICE | ||
+ | USB_DEVICE_ID_MATCH_INT_INFO, | ||
|
@@ -36,5 +36,5 @@ index 881da7c17fb7..8e6fa8fa5741 100644 | |
{ .match_flags = USB_DEVICE_ID_MATCH_DEVICE | ||
| USB_DEVICE_ID_MATCH_INT_INFO, | ||
-- | ||
2.40.1 | ||
2.45.2 | ||
|
28 changes: 0 additions & 28 deletions
28
...n/kernel/lts2022-chromium/0005-Prebuilts-tar-doesnot-support-I-option.-So-replaced-.patch
This file was deleted.
Oops, something went wrong.
29 changes: 0 additions & 29 deletions
29
.../common/kernel/lts2022-chromium/0006-Update-header-config-to-allow-older-fw-version.patch
This file was deleted.
Oops, something went wrong.