28 lines
861 B
Diff
28 lines
861 B
Diff
From fedafc567167a7a0d10ddc5657dd3f32a872ec86 Mon Sep 17 00:00:00 2001
|
|
From: marcin <marcin@ipv8.pl>
|
|
Date: Sat, 6 Aug 2022 00:17:40 +0200
|
|
Subject: [PATCH] Revert "usb: quirks: Add USB_QUIRK_RESET for Quectel EG25G
|
|
Modem"
|
|
|
|
This reverts commit 62867934f6251349e1352a345f827ba8de514a36.
|
|
---
|
|
drivers/usb/core/quirks.c | 3 ---
|
|
1 file changed, 3 deletions(-)
|
|
|
|
diff --git a/drivers/usb/core/quirks.c b/drivers/usb/core/quirks.c
|
|
index 631c3313c37bc..079e183cf3bff 100644
|
|
--- a/drivers/usb/core/quirks.c
|
|
+++ b/drivers/usb/core/quirks.c
|
|
@@ -535,9 +535,6 @@ static const struct usb_device_id usb_quirk_list[] = {
|
|
/* INTEL VALUE SSD */
|
|
{ USB_DEVICE(0x8086, 0xf1a5), .driver_info = USB_QUIRK_RESET_RESUME },
|
|
|
|
- /* Quectel EG25G Modem */
|
|
- { USB_DEVICE(0x2c7c, 0x0125), .driver_info = USB_QUIRK_RESET },
|
|
-
|
|
{ } /* terminating entry must be last */
|
|
};
|
|
|
|
--
|
|
GitLab
|