diff options
author | Ulrich Huber | 2022-09-21 22:22:53 +0200 |
---|---|---|
committer | Ulrich Huber | 2022-09-21 22:24:35 +0200 |
commit | 778a33aea26bdc9b92b9681980e2081c4899ddb9 (patch) | |
tree | 96bffb72ec28614e08a89141c26dca1da39031f4 /0000-ucsi.patch | |
parent | 3b45b83f896a7e2fa1d88201c4f561c9decabc2e (diff) | |
download | aur-linux-yoga9.tar.gz |
Update to 5.19.9-arch1 with adapted fixes from Philipp Jungkamp
Diffstat (limited to '0000-ucsi.patch')
-rw-r--r-- | 0000-ucsi.patch | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/0000-ucsi.patch b/0000-ucsi.patch deleted file mode 100644 index d195223b584a..000000000000 --- a/0000-ucsi.patch +++ /dev/null @@ -1,28 +0,0 @@ -This is the series that I'm hoping solves the issue you reported [1]. -Let me know if you can test them, and if these work for you. The exact -patch that you are are probable most interested in is the very last -one of the series. - -Note. The series is still WIP. - -thanks, - -Heikki Krogerus (7): - usb: typec: ucsi: Always cancel the command if PPM reports BUSY - condition - usb: typec: ucsi: Don't stop alt mode registration on busy condition - usb: typec: ucsi: Add polling mechanism for partner tasks like alt - mode checking - usb: typec: ucsi: acpi: Reduce the command completion timeout - usb: typec: ucsi: Check the partner alt modes always if there is PD - contract - usb: typec: ucsi: Read the PDOs in separate work - usb: typec: ucsi: Better fix for missing unplug events issue - - drivers/usb/typec/ucsi/ucsi.c | 341 ++++++++++++++--------------- - drivers/usb/typec/ucsi/ucsi.h | 3 +- - drivers/usb/typec/ucsi/ucsi_acpi.c | 2 +- - 3 files changed, 166 insertions(+), 180 deletions(-) - --- -2.32.0 |