diff options
author | Justin M. Forbes <jforbes@fedoraproject.org> | 2020-10-19 11:42:37 -0500 |
---|---|---|
committer | Justin M. Forbes <jforbes@fedoraproject.org> | 2020-10-19 11:42:37 -0500 |
commit | a71ee103a729754519abc15fd58e6b258a89e58b (patch) | |
tree | 1aa3608ced5fcea00ec18c43e1cd3c2549f8683a /0001-Input-rmi4-remove-the-need-for-artificial-IRQ-in-cas.patch | |
parent | 9c8554e84a4b99387bada758dbbefcb106c0128e (diff) | |
download | kernel-a71ee103a729754519abc15fd58e6b258a89e58b.tar.gz kernel-a71ee103a729754519abc15fd58e6b258a89e58b.tar.xz kernel-a71ee103a729754519abc15fd58e6b258a89e58b.zip |
Linux v5.9.1
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 |