diff options
author | Justin M. Forbes <jforbes@fedoraproject.org> | 2020-11-10 11:16:42 -0600 |
---|---|---|
committer | Justin M. Forbes <jforbes@fedoraproject.org> | 2020-11-10 11:16:42 -0600 |
commit | c9650cbc063e1f1687e656657ec9f7a3556442b7 (patch) | |
tree | 98de61727a0bab8cf25fc99096028b6a6564b728 /0001-Input-rmi4-remove-the-need-for-artificial-IRQ-in-cas.patch | |
parent | 058e837df3771ba23fb24de6efe448c6cccfbd19 (diff) | |
download | kernel-c9650cbc063e1f1687e656657ec9f7a3556442b7.tar.gz kernel-c9650cbc063e1f1687e656657ec9f7a3556442b7.tar.xz kernel-c9650cbc063e1f1687e656657ec9f7a3556442b7.zip |
Linux v5.9.7
Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
Diffstat (limited to '0001-Input-rmi4-remove-the-need-for-artificial-IRQ-in-cas.patch')
-rw-r--r-- | 0001-Input-rmi4-remove-the-need-for-artificial-IRQ-in-cas.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/0001-Input-rmi4-remove-the-need-for-artificial-IRQ-in-cas.patch b/0001-Input-rmi4-remove-the-need-for-artificial-IRQ-in-cas.patch index 4d7bef554..7804610d1 100644 --- a/0001-Input-rmi4-remove-the-need-for-artificial-IRQ-in-cas.patch +++ b/0001-Input-rmi4-remove-the-need-for-artificial-IRQ-in-cas.patch @@ -314,7 +314,7 @@ index 258d5fe3d395..f7298e3dc8f3 100644 if (data->f01_container->dev.driver) { /* Driver already bound, so enable ATTN now. */ diff --git a/include/linux/rmi.h b/include/linux/rmi.h -index 7b22366d0065..307a651b2755 100644 +index 8ed37f93f3c8..d7ad35a15acb 100644 --- a/include/linux/rmi.h +++ b/include/linux/rmi.h @@ -363,6 +363,7 @@ struct rmi_driver_data { @@ -326,5 +326,5 @@ index 7b22366d0065..307a651b2755 100644 int rmi_register_transport_device(struct rmi_transport_dev *xport); -- -2.26.2 +2.28.0 |