Removed broken patches
This commit is contained in:
parent
c1d85be935
commit
7574fc9e03
@ -1,25 +0,0 @@
|
||||
From f57b0185c93bc94c3fedbcbb274d3e032972301a Mon Sep 17 00:00:00 2001
|
||||
From: Hendrik Borghorst <hendrikborghorst@gmail.com>
|
||||
Date: Fri, 10 Jun 2022 09:19:39 +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 17c3d472fb1304..f99a65a64588fe 100644
|
||||
--- a/drivers/usb/core/quirks.c
|
||||
+++ b/drivers/usb/core/quirks.c
|
||||
@@ -519,9 +519,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 */
|
||||
};
|
||||
|
@ -1,11 +0,0 @@
|
||||
--- a/drivers/power/supply/rk818_charger.c 2022-01-28 17:51:57.000000000 +0100
|
||||
+++ b/drivers/power/supply/rk818_charger.c 2022-02-02 15:06:51.303222817 +0100
|
||||
@@ -522,7 +522,7 @@ static enum power_supply_property rk818_
|
||||
*/
|
||||
static const struct power_supply_desc rk818_charger_desc = {
|
||||
.name = "rk818-charger",
|
||||
- .type = POWER_SUPPLY_TYPE_MAINS,
|
||||
+ .type = POWER_SUPPLY_TYPE_BATTERY,
|
||||
.properties = rk818_charger_props,
|
||||
.num_properties = ARRAY_SIZE(rk818_charger_props),
|
||||
.property_is_writeable = rk818_charger_prop_writeable,
|
@ -46,8 +46,6 @@ PATCHES=(
|
||||
${FILESDIR}/0103-ccu-sun50i-a64-reparent-clocks-to-lower-speed-oscillator.patch
|
||||
${FILESDIR}/0104-PPP-Add-reset-resume-to-usb_wwan.patch
|
||||
${FILESDIR}/0104-quirk-kernel-org-bug-210681-firmware_rome_error.patch
|
||||
${FILESDIR}/0104-Revert-usb-quirks-Add-USB_QUIRK_RESET-for-Quectel-EG25G.patch
|
||||
${FILESDIR}/0104-rk818_charger-use-type-battery-again.patch
|
||||
${FILESDIR}/0105-leds-gpio-make-max_brightness-configurable.patch
|
||||
${FILESDIR}/0106-panic-led.patch
|
||||
${FILESDIR}/0106-sound-rockchip-i2s-Dont-disable-mclk-on-suspend.patch
|
||||
|
Loading…
Reference in New Issue
Block a user