diff options
author | Justin M. Forbes <jforbes@fedoraproject.org> | 2020-08-27 12:31:22 -0500 |
---|---|---|
committer | Justin M. Forbes <jforbes@fedoraproject.org> | 2020-08-27 12:31:22 -0500 |
commit | 13bd6da63cf611a8325774f77a657cf8a6a0fc66 (patch) | |
tree | 08b3885a261f109975787ccdb4325617eac7b312 /0001-Input-rmi4-remove-the-need-for-artificial-IRQ-in-cas.patch | |
parent | b8e77e8fe22d8bc41c1abac6d8a69353c99c2d6e (diff) | |
download | kernel-13bd6da63cf611a8325774f77a657cf8a6a0fc66.tar.gz kernel-13bd6da63cf611a8325774f77a657cf8a6a0fc66.tar.xz kernel-13bd6da63cf611a8325774f77a657cf8a6a0fc66.zip |
kernel-5.9.0-0.rc2.20200827git15bc20c6af4c.1
* Thu Aug 27 2020 Fedora Kernel Team <kernel-team@fedoraproject.org> [5.9.0-0.rc2.20200827git15bc20c6af4c.1]
- 15bc20c6af4c rebase
- Updated changelog for the release based on 2ac69819ba9e (Fedora Kernel Team)
Resolves: rhbz#
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 | 6 |
1 files changed, 3 insertions, 3 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 1556e88da..8107403c2 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 @@ -22,7 +22,7 @@ Signed-off-by: Lyude <lyude@redhat.com> 3 files changed, 75 insertions(+), 114 deletions(-) diff --git a/drivers/hid/hid-rmi.c b/drivers/hid/hid-rmi.c -index 8cffa84c9650..6c4e3675601a 100644 +index 7f41213d5ae3..86a23ede344c 100644 --- a/drivers/hid/hid-rmi.c +++ b/drivers/hid/hid-rmi.c @@ -322,19 +322,12 @@ static int rmi_input_event(struct hid_device *hdev, u8 *data, int size) @@ -45,7 +45,7 @@ index 8cffa84c9650..6c4e3675601a 100644 return 1; } -@@ -592,56 +585,6 @@ static const struct rmi_transport_ops hid_rmi_ops = { +@@ -591,56 +584,6 @@ static const struct rmi_transport_ops hid_rmi_ops = { .reset = rmi_hid_reset, }; @@ -102,7 +102,7 @@ index 8cffa84c9650..6c4e3675601a 100644 static int rmi_probe(struct hid_device *hdev, const struct hid_device_id *id) { struct rmi_data *data = NULL; -@@ -714,18 +657,11 @@ static int rmi_probe(struct hid_device *hdev, const struct hid_device_id *id) +@@ -713,18 +656,11 @@ static int rmi_probe(struct hid_device *hdev, const struct hid_device_id *id) mutex_init(&data->page_mutex); |