Skip to content

Commit

Permalink
Update 1019-t1-tb.patch
Browse files Browse the repository at this point in the history
  • Loading branch information
AdityaGarg8 authored Jan 7, 2025
1 parent 6fe3a45 commit a98111b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 1019-t1-tb.patch
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ index aefba5332b083d..cdb20061962e6e 100644
switch (item->tag) {
case HID_MAIN_ITEM_TAG_BEGIN_COLLECTION:
@@ -711,12 +713,19 @@ static void hid_device_release(struct device *dev)
kfree(hid);
kref_put(&hid->ref, hiddev_free);
}

-/*
Expand All @@ -161,8 +161,8 @@ index aefba5332b083d..cdb20061962e6e 100644
+ * Return: the position of the next item in the report
*/
-
-static u8 *fetch_item(__u8 *start, __u8 *end, struct hid_item *item)
+u8 *hid_fetch_item(__u8 *start, __u8 *end, struct hid_item *item)
-static const u8 *fetch_item(__u8 *start, __u8 *end, struct hid_item *item)
+u8 const *hid_fetch_item(__u8 *start, __u8 *end, struct hid_item *item)
{
u8 b;

Expand Down

0 comments on commit a98111b

Please sign in to comment.