Skip to content

Commit

Permalink
6.12
Browse files Browse the repository at this point in the history
  • Loading branch information
AdityaGarg8 committed Nov 18, 2024
1 parent ec4545c commit 539eea1
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 121 deletions.
115 changes: 0 additions & 115 deletions 1004-HID-core-add-helper-for-finding-a-field-with-a-certa.patch

This file was deleted.

8 changes: 4 additions & 4 deletions 1011-HID-multitouch-add-device-ID-for-Apple-Touch-Bars.patch
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ index f98fb36ff..f881b19db 100644
#define MT_CLS_RAZER_BLADE_STEALTH 0x0112
#define MT_CLS_SMART_TECH 0x0113
+#define MT_CLS_APPLE_TOUCHBAR 0x0114
#define MT_CLS_SIS 0x0457

#define MT_DEFAULT_MAXCONTACT 10
#define MT_MAX_MAXCONTACT 250
@@ -399,6 +400,13 @@ static const struct mt_class mt_classes[] = {
MT_QUIRK_CONTACT_CNT_ACCURATE |
MT_QUIRK_SEPARATE_APP_REPORT,
Expand All @@ -47,9 +47,9 @@ index f98fb36ff..f881b19db 100644
+ .is_direct = true,
+ .maxcontacts = 11,
+ },
{ }
};

{ .name = MT_CLS_SIS,
.quirks = MT_QUIRK_NOT_SEEN_MEANS_UP |
MT_QUIRK_ALWAYS_VALID |
@@ -1755,6 +1763,15 @@ static int mt_probe(struct hid_device *hdev, const struct hid_device_id *id)
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ index 000000000..33a99436b
+
+#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
+
+#include <asm/unaligned.h>
+#include <linux/unaligned.h>
+
+#include <linux/usb.h>
+#include <linux/module.h>
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
KVER=6.11.7
KVER=6.12

0 comments on commit 539eea1

Please sign in to comment.