diff options
author | Jan200101 <sentrycraft123@gmail.com> | 2024-07-14 23:16:00 +0200 |
---|---|---|
committer | Jan200101 <sentrycraft123@gmail.com> | 2024-07-14 23:16:00 +0200 |
commit | 805152f39f74846f5b07f681b55e3356907bd428 (patch) | |
tree | 90c5348aab77e8e37e67339252a6f61385f6dba2 /SOURCES/asus-linux.patch | |
parent | 4d58658f0f89ceab9ed06b0640a0be6e3f64d639 (diff) | |
download | kernel-fsync-805152f39f74846f5b07f681b55e3356907bd428.tar.gz kernel-fsync-805152f39f74846f5b07f681b55e3356907bd428.zip |
kernel 6.9.8 correct asus dmi check
Diffstat (limited to 'SOURCES/asus-linux.patch')
-rw-r--r-- | SOURCES/asus-linux.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/SOURCES/asus-linux.patch b/SOURCES/asus-linux.patch index 1a363a6..461ab82 100644 --- a/SOURCES/asus-linux.patch +++ b/SOURCES/asus-linux.patch @@ -963,7 +963,7 @@ and this affected the reconnection. Through trial it is found that the minimum time required is approx 1200ms to allow a proper disconnect and disable, and the same amount of time on resume is required to prevent a rapid disconnect/reconnect happening on -seemingly random occasions. To be more than safe the time is now 2500ms +seemingly random occasions. To be safe the time is now 1500ms for msleep. Reviewed-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com> Signed-off-by: Luke D. Jones <luke@ljones.dev> @@ -980,7 +980,7 @@ index 976e26c82f80..ab98f91e573c 100644 #define ASUS_USB0_PWR_EC0_CSEE "\\_SB.PCI0.SBRG.EC0.CSEE" /* 300ms so far seems to produce a reliable result on AC and battery */ -#define ASUS_USB0_PWR_EC0_CSEE_WAIT 300 -+#define ASUS_USB0_PWR_EC0_CSEE_WAIT 2500 ++#define ASUS_USB0_PWR_EC0_CSEE_WAIT 1500 static const char * const ashs_ids[] = { "ATK4001", "ATK4002", NULL }; |