Browse Source

updating patches

Jake Day 6 years ago
parent
commit
9d2772a7e8

+ 5 - 5
patches/4.19/0001-surface-acpi.patch

@@ -1,6 +1,6 @@
-From f342d4189e25f9f920427cce7062288a2aeb7711 Mon Sep 17 00:00:00 2001
-From: Maximilian Luz <luzmaximilian@gmail.com>
-Date: Tue, 11 Jun 2019 21:45:20 +0200
+From 7f076647666f2fb8a04f573ab46b17ddd674590b Mon Sep 17 00:00:00 2001
+From: Jake Day <jake@ninebysix.com>
+Date: Wed, 26 Jun 2019 20:42:34 -0400
 Subject: [PATCH 01/11] surface-acpi
 
 ---
@@ -201,7 +201,7 @@ index dc29af4d8e2f..2250a32a5527 100644
  obj-$(CONFIG_FUJITSU_TABLET)	+= fujitsu-tablet.o
 diff --git a/drivers/platform/x86/surface_acpi.c b/drivers/platform/x86/surface_acpi.c
 new file mode 100644
-index 000000000000..ab793f6774a0
+index 000000000000..b57ab7111e90
 --- /dev/null
 +++ b/drivers/platform/x86/surface_acpi.c
 @@ -0,0 +1,3828 @@
@@ -4156,5 +4156,5 @@ index 9db93f500b4e..2290d4f86ca4 100644
  		return -ENODEV;
  
 -- 
-2.22.0
+2.19.1
 

+ 8 - 8
patches/4.19/0002-suspend.patch

@@ -1,6 +1,6 @@
-From b7764e215361f7e4581248c1c1a1bf9a58be9ce3 Mon Sep 17 00:00:00 2001
-From: Maximilian Luz <luzmaximilian@gmail.com>
-Date: Tue, 11 Jun 2019 21:45:57 +0200
+From 812641ec018f67e99a6d1daffff9a340a45a917c Mon Sep 17 00:00:00 2001
+From: Jake Day <jake@ninebysix.com>
+Date: Wed, 26 Jun 2019 20:42:46 -0400
 Subject: [PATCH 02/11] suspend
 
 ---
@@ -29,7 +29,7 @@ index e82cdaec81c9..3b63eafb21d7 100644
  
  /*
 diff --git a/drivers/nvme/host/pci.c b/drivers/nvme/host/pci.c
-index 7b9ef8e734e7..b0e3ae90f5b7 100644
+index c8eeecc58115..2b578fc8f2a4 100644
 --- a/drivers/nvme/host/pci.c
 +++ b/drivers/nvme/host/pci.c
 @@ -30,6 +30,7 @@
@@ -40,7 +40,7 @@ index 7b9ef8e734e7..b0e3ae90f5b7 100644
  
  #include "nvme.h"
  
-@@ -2599,8 +2600,11 @@ static int nvme_suspend(struct device *dev)
+@@ -2605,8 +2606,11 @@ static int nvme_suspend(struct device *dev)
  {
  	struct pci_dev *pdev = to_pci_dev(dev);
  	struct nvme_dev *ndev = pci_get_drvdata(pdev);
@@ -53,7 +53,7 @@ index 7b9ef8e734e7..b0e3ae90f5b7 100644
  	return 0;
  }
  
-@@ -2704,6 +2708,10 @@ static const struct pci_device_id nvme_id_table[] = {
+@@ -2710,6 +2714,10 @@ static const struct pci_device_id nvme_id_table[] = {
  		.driver_data = NVME_QUIRK_LIGHTNVM, },
  	{ PCI_DEVICE(0x1d1d, 0x2601),	/* CNEX Granby */
  		.driver_data = NVME_QUIRK_LIGHTNVM, },
@@ -120,7 +120,7 @@ index 0bd595a0b610..a8385e8894a5 100644
  	pm_notifier_call_chain(PM_POST_SUSPEND);
  	pm_restore_console();
 diff --git a/kernel/sysctl.c b/kernel/sysctl.c
-index 9a85c7ae7362..7c6fc3f7c729 100644
+index f8576509c7be..a5fa80e72aba 100644
 --- a/kernel/sysctl.c
 +++ b/kernel/sysctl.c
 @@ -313,7 +313,16 @@ static int min_extfrag_threshold;
@@ -141,5 +141,5 @@ index 9a85c7ae7362..7c6fc3f7c729 100644
  		.procname	= "sched_child_runs_first",
  		.data		= &sysctl_sched_child_runs_first,
 -- 
-2.22.0
+2.19.1
 

+ 4 - 4
patches/4.19/0003-buttons.patch

@@ -1,6 +1,6 @@
-From bdf10c8b06ecb695997c5f0e5a8d5056a2875143 Mon Sep 17 00:00:00 2001
-From: Maximilian Luz <luzmaximilian@gmail.com>
-Date: Tue, 11 Jun 2019 21:46:41 +0200
+From 8de0f7cda746d317469159d0bc9956a92e7bd8c1 Mon Sep 17 00:00:00 2001
+From: Jake Day <jake@ninebysix.com>
+Date: Wed, 26 Jun 2019 20:42:57 -0400
 Subject: [PATCH 03/11] buttons
 
 ---
@@ -253,5 +253,5 @@ index 1b491690ce07..eaec30380b11 100644
  	if (!button)
  		return -ENOMEM;
 -- 
-2.22.0
+2.19.1
 

+ 4 - 4
patches/4.19/0004-cameras.patch

@@ -1,6 +1,6 @@
-From bf046d2a824be68ae15c827a35d727f0100cc60d Mon Sep 17 00:00:00 2001
-From: Maximilian Luz <luzmaximilian@gmail.com>
-Date: Tue, 11 Jun 2019 21:47:04 +0200
+From 5130bbee4a7aa9e7ebf84e14c2198f5e33ee412d Mon Sep 17 00:00:00 2001
+From: Jake Day <jake@ninebysix.com>
+Date: Wed, 26 Jun 2019 20:43:10 -0400
 Subject: [PATCH 04/11] cameras
 
 ---
@@ -2749,5 +2749,5 @@ index 000000000000..79aef69666e8
 +};
 +#endif
 -- 
-2.22.0
+2.19.1
 

+ 10 - 10
patches/4.19/0005-ipts.patch

@@ -1,6 +1,6 @@
-From 80e5b85c3ab5604b233e4f4ad3f826ce309c26d7 Mon Sep 17 00:00:00 2001
-From: Maximilian Luz <luzmaximilian@gmail.com>
-Date: Tue, 11 Jun 2019 21:47:19 +0200
+From cb4ccf8470366106d240cad5afc4a8fc5d1c577b Mon Sep 17 00:00:00 2001
+From: Jake Day <jake@ninebysix.com>
+Date: Wed, 26 Jun 2019 20:43:20 -0400
 Subject: [PATCH 05/11] ipts
 
 ---
@@ -1222,7 +1222,7 @@ index 4a9f139e7b73..a800b93cf33d 100644
  
  static void pch_enable_backlight(const struct intel_crtc_state *crtc_state,
 diff --git a/drivers/hid/hid-multitouch.c b/drivers/hid/hid-multitouch.c
-index 2faf5421fdd0..831617c386e6 100644
+index 184e49036e1d..0f4ab4776c25 100644
 --- a/drivers/hid/hid-multitouch.c
 +++ b/drivers/hid/hid-multitouch.c
 @@ -173,6 +173,7 @@ struct mt_device {
@@ -1233,7 +1233,7 @@ index 2faf5421fdd0..831617c386e6 100644
  
  /* classes of device behavior */
  #define MT_CLS_DEFAULT				0x0001
-@@ -792,8 +793,11 @@ static int mt_touch_input_mapping(struct hid_device *hdev, struct hid_input *hi,
+@@ -799,8 +800,11 @@ static int mt_touch_input_mapping(struct hid_device *hdev, struct hid_input *hi,
  			app->scantime_logical_max = field->logical_maximum;
  			return 1;
  		case HID_DG_CONTACTCOUNT:
@@ -1247,7 +1247,7 @@ index 2faf5421fdd0..831617c386e6 100644
  			return 1;
  		case HID_DG_AZIMUTH:
  			/*
-@@ -1283,9 +1287,11 @@ static int mt_input_mapping(struct hid_device *hdev, struct hid_input *hi,
+@@ -1290,9 +1294,11 @@ static int mt_input_mapping(struct hid_device *hdev, struct hid_input *hi,
  	    field->application != HID_DG_TOUCHSCREEN &&
  	    field->application != HID_DG_PEN &&
  	    field->application != HID_DG_TOUCHPAD &&
@@ -1259,7 +1259,7 @@ index 2faf5421fdd0..831617c386e6 100644
  	    field->application != HID_GD_WIRELESS_RADIO_CTLS &&
  	    field->application != HID_GD_SYSTEM_MULTIAXIS &&
  	    !(field->application == HID_VD_ASUS_CUSTOM_MEDIA_KEYS &&
-@@ -1330,6 +1336,14 @@ static int mt_input_mapped(struct hid_device *hdev, struct hid_input *hi,
+@@ -1337,6 +1343,14 @@ static int mt_input_mapped(struct hid_device *hdev, struct hid_input *hi,
  	struct mt_device *td = hid_get_drvdata(hdev);
  	struct mt_report_data *rdata;
  
@@ -1274,7 +1274,7 @@ index 2faf5421fdd0..831617c386e6 100644
  	rdata = mt_find_report_data(td, field->report);
  	if (rdata && rdata->is_mt_collection) {
  		/* We own these mappings, tell hid-input to ignore them */
-@@ -1555,12 +1569,13 @@ static int mt_input_configured(struct hid_device *hdev, struct hid_input *hi)
+@@ -1562,12 +1576,13 @@ static int mt_input_configured(struct hid_device *hdev, struct hid_input *hi)
  			/* already handled by hid core */
  			break;
  		case HID_DG_TOUCHSCREEN:
@@ -1289,7 +1289,7 @@ index 2faf5421fdd0..831617c386e6 100644
  			break;
  		case HID_VD_ASUS_CUSTOM_MEDIA_KEYS:
  			suffix = "Custom Media Keys";
-@@ -1677,6 +1692,7 @@ static int mt_probe(struct hid_device *hdev, const struct hid_device_id *id)
+@@ -1684,6 +1699,7 @@ static int mt_probe(struct hid_device *hdev, const struct hid_device_id *id)
  	td->hdev = hdev;
  	td->mtclass = *mtclass;
  	td->inputmode_value = MT_INPUTMODE_TOUCHSCREEN;
@@ -6170,5 +6170,5 @@ index 000000000000..f329bbfb8079
 +
 +#endif // INTEL_IPTS_IF_H
 -- 
-2.22.0
+2.19.1
 

+ 6 - 6
patches/4.19/0006-hid.patch

@@ -1,6 +1,6 @@
-From 65329a86d604ff4eaeb2538e190280cfd922d870 Mon Sep 17 00:00:00 2001
-From: Maximilian Luz <luzmaximilian@gmail.com>
-Date: Tue, 11 Jun 2019 21:47:39 +0200
+From 693c407a2712a11cdd7e10ecc7b02667da264834 Mon Sep 17 00:00:00 2001
+From: Jake Day <jake@ninebysix.com>
+Date: Wed, 26 Jun 2019 20:43:34 -0400
 Subject: [PATCH 06/11] hid
 
 ---
@@ -57,10 +57,10 @@ index 72d983626afd..133395b45022 100644
  		.driver_data = MS_PRESENTER },
  	{ HID_BLUETOOTH_DEVICE(USB_VENDOR_ID_MICROSOFT, 0x091B),
 diff --git a/drivers/hid/hid-multitouch.c b/drivers/hid/hid-multitouch.c
-index 831617c386e6..21337070068a 100644
+index 0f4ab4776c25..0e0ce017f8d8 100644
 --- a/drivers/hid/hid-multitouch.c
 +++ b/drivers/hid/hid-multitouch.c
-@@ -1978,6 +1978,63 @@ static const struct hid_device_id mt_devices[] = {
+@@ -1985,6 +1985,63 @@ static const struct hid_device_id mt_devices[] = {
  		HID_USB_DEVICE(USB_VENDOR_ID_LG,
  			USB_DEVICE_ID_LG_MELFAS_MT) },
  
@@ -147,5 +147,5 @@ index e24790c988c0..70f75d60c8c9 100644
  	{ HID_USB_DEVICE(USB_VENDOR_ID_MSI, USB_DEVICE_ID_MSI_GT683R_LED_PANEL), HID_QUIRK_NO_INIT_REPORTS },
  	{ HID_USB_DEVICE(USB_VENDOR_ID_MULTIPLE_1781, USB_DEVICE_ID_RAPHNET_4NES4SNES_OLD), HID_QUIRK_MULTI_INPUT },
 -- 
-2.22.0
+2.19.1
 

+ 4 - 4
patches/4.19/0007-sdcard-reader.patch

@@ -1,6 +1,6 @@
-From 6f1c7a4aa5ea1b6f8eaebd0b2aa632b2ee0a309b Mon Sep 17 00:00:00 2001
-From: Maximilian Luz <luzmaximilian@gmail.com>
-Date: Tue, 11 Jun 2019 21:48:09 +0200
+From 778152035f0ec13b86ab7a724b49c324b9701c2b Mon Sep 17 00:00:00 2001
+From: Jake Day <jake@ninebysix.com>
+Date: Wed, 26 Jun 2019 20:43:50 -0400
 Subject: [PATCH 07/11] sdcard-reader
 
 ---
@@ -22,5 +22,5 @@ index eb24ec0e160d..8327ac3880c8 100644
  
  	udev->lpm_disable_count--;
 -- 
-2.22.0
+2.19.1
 

+ 4 - 4
patches/4.19/0008-wifi.patch

@@ -1,6 +1,6 @@
-From 68aa4e12785f7adf5c59e5ed7fa088ae2b53dacf Mon Sep 17 00:00:00 2001
-From: Maximilian Luz <luzmaximilian@gmail.com>
-Date: Tue, 11 Jun 2019 21:48:20 +0200
+From f8f86cdab344912d26db511c6800842c03a1836e Mon Sep 17 00:00:00 2001
+From: Jake Day <jake@ninebysix.com>
+Date: Wed, 26 Jun 2019 20:44:04 -0400
 Subject: [PATCH 08/11] wifi
 
 ---
@@ -266,5 +266,5 @@ diff --git a/scripts/leaking_addresses.pl b/scripts/leaking_addresses.pl
 old mode 100755
 new mode 100644
 -- 
-2.22.0
+2.19.1
 

+ 4 - 4
patches/4.19/0009-surface3-power.patch

@@ -1,6 +1,6 @@
-From 8c7a67871b9496bd019c64e33fc705e37d7211e4 Mon Sep 17 00:00:00 2001
-From: Maximilian Luz <luzmaximilian@gmail.com>
-Date: Tue, 11 Jun 2019 21:48:43 +0200
+From 3a112a8ad95d0aaf746b334d545ca92770e03331 Mon Sep 17 00:00:00 2001
+From: Jake Day <jake@ninebysix.com>
+Date: Wed, 26 Jun 2019 20:44:18 -0400
 Subject: [PATCH 09/11] surface3-power
 
 ---
@@ -651,5 +651,5 @@ index 000000000000..e0af01a60302
 +MODULE_DESCRIPTION("mshw0011 driver");
 +MODULE_LICENSE("GPL v2");
 -- 
-2.22.0
+2.19.1
 

+ 4 - 4
patches/4.19/0010-mwlwifi.patch

@@ -1,6 +1,6 @@
-From d4c509a1cc7ea93c3d6d43c713fe5d397842d281 Mon Sep 17 00:00:00 2001
-From: Maximilian Luz <luzmaximilian@gmail.com>
-Date: Tue, 11 Jun 2019 21:49:11 +0200
+From 160f5c45ad9028b29cec81111d2c371aa2d79e4d Mon Sep 17 00:00:00 2001
+From: Jake Day <jake@ninebysix.com>
+Date: Wed, 26 Jun 2019 20:44:34 -0400
 Subject: [PATCH 10/11] mwlwifi
 
 ---
@@ -19751,5 +19751,5 @@ index 000000000000..b6fdf70c22fb
 +
 +#endif /* _VENDOR_CMD_H_ */
 -- 
-2.22.0
+2.19.1
 

+ 4 - 4
patches/4.19/0011-surface-lte.patch

@@ -1,6 +1,6 @@
-From ea307b144a265743d773a7a3bd1a640ba35cce8d Mon Sep 17 00:00:00 2001
-From: Maximilian Luz <luzmaximilian@gmail.com>
-Date: Tue, 11 Jun 2019 21:49:39 +0200
+From b89e51a2a0d9a3fa30a7e3bc39bce6c280837239 Mon Sep 17 00:00:00 2001
+From: Jake Day <jake@ninebysix.com>
+Date: Wed, 26 Jun 2019 20:44:48 -0400
 Subject: [PATCH 11/11] surface-lte
 
 ---
@@ -20,5 +20,5 @@ index 613f91add03d..e1428222dd73 100644
  	/* Huawei devices */
  	{DEVICE_HWI(0x03f0, 0x581d)},	/* HP lt4112 LTE/HSPA+ Gobi 4G Modem (Huawei me906e) */
 -- 
-2.22.0
+2.19.1
 

+ 5 - 5
patches/5.1/0001-surface-acpi.patch

@@ -1,6 +1,6 @@
-From 461f25f99eefbca679d48aa3e2bf1dadc1ece2ed Mon Sep 17 00:00:00 2001
-From: Maximilian Luz <luzmaximilian@gmail.com>
-Date: Tue, 11 Jun 2019 22:08:05 +0200
+From 5dc48251358d2e583e077fdd86460a703a8a526b Mon Sep 17 00:00:00 2001
+From: Jake Day <jake@ninebysix.com>
+Date: Thu, 27 Jun 2019 11:59:15 -0400
 Subject: [PATCH 01/11] surface-acpi
 
 ---
@@ -180,7 +180,7 @@ index 86cb76677bc8..be1ce92a365d 100644
  obj-$(CONFIG_FUJITSU_TABLET)	+= fujitsu-tablet.o
 diff --git a/drivers/platform/x86/surface_acpi.c b/drivers/platform/x86/surface_acpi.c
 new file mode 100644
-index 000000000000..ab793f6774a0
+index 000000000000..b57ab7111e90
 --- /dev/null
 +++ b/drivers/platform/x86/surface_acpi.c
 @@ -0,0 +1,3828 @@
@@ -4135,5 +4135,5 @@ index a0ac16ee6575..0dd242ff24d1 100644
  		return -ENODEV;
  
 -- 
-2.22.0
+2.19.1
 

+ 8 - 8
patches/5.1/0002-suspend.patch

@@ -1,6 +1,6 @@
-From 9cdb4575e8d387ccbce17cc95b2e0f5b11272949 Mon Sep 17 00:00:00 2001
-From: Maximilian Luz <luzmaximilian@gmail.com>
-Date: Tue, 11 Jun 2019 22:10:18 +0200
+From c9f9ff8e3ee6e7b2ddfbc79d8b8c2d4de099a12f Mon Sep 17 00:00:00 2001
+From: Jake Day <jake@ninebysix.com>
+Date: Thu, 27 Jun 2019 11:59:26 -0400
 Subject: [PATCH 02/11] suspend
 
 ---
@@ -29,7 +29,7 @@ index 527d64545023..35840869c8d4 100644
  
  /*
 diff --git a/drivers/nvme/host/pci.c b/drivers/nvme/host/pci.c
-index a90cf5d63aac..de5d5a2b1d38 100644
+index 693f2a856200..5b976bcc2058 100644
 --- a/drivers/nvme/host/pci.c
 +++ b/drivers/nvme/host/pci.c
 @@ -23,6 +23,7 @@
@@ -40,7 +40,7 @@ index a90cf5d63aac..de5d5a2b1d38 100644
  
  #include "trace.h"
  #include "nvme.h"
-@@ -2850,8 +2851,11 @@ static int nvme_suspend(struct device *dev)
+@@ -2856,8 +2857,11 @@ static int nvme_suspend(struct device *dev)
  {
  	struct pci_dev *pdev = to_pci_dev(dev);
  	struct nvme_dev *ndev = pci_get_drvdata(pdev);
@@ -53,7 +53,7 @@ index a90cf5d63aac..de5d5a2b1d38 100644
  	return 0;
  }
  
-@@ -2957,6 +2961,10 @@ static const struct pci_device_id nvme_id_table[] = {
+@@ -2963,6 +2967,10 @@ static const struct pci_device_id nvme_id_table[] = {
  		.driver_data = NVME_QUIRK_LIGHTNVM, },
  	{ PCI_DEVICE(0x1d1d, 0x2601),	/* CNEX Granby */
  		.driver_data = NVME_QUIRK_LIGHTNVM, },
@@ -120,7 +120,7 @@ index 0bd595a0b610..a8385e8894a5 100644
  	pm_notifier_call_chain(PM_POST_SUSPEND);
  	pm_restore_console();
 diff --git a/kernel/sysctl.c b/kernel/sysctl.c
-index c9ec050bcf46..155e94652093 100644
+index 387efbaf464a..f2762f5989a8 100644
 --- a/kernel/sysctl.c
 +++ b/kernel/sysctl.c
 @@ -321,7 +321,16 @@ static int min_extfrag_threshold;
@@ -141,5 +141,5 @@ index c9ec050bcf46..155e94652093 100644
  		.procname	= "sched_child_runs_first",
  		.data		= &sysctl_sched_child_runs_first,
 -- 
-2.22.0
+2.19.1
 

+ 4 - 4
patches/5.1/0003-buttons.patch

@@ -1,6 +1,6 @@
-From c21338742fcf98a0beb8e9512f999e495a8e44f5 Mon Sep 17 00:00:00 2001
-From: Maximilian Luz <luzmaximilian@gmail.com>
-Date: Tue, 11 Jun 2019 22:10:30 +0200
+From f1592214e7b2d2f04c0ac6940aca265342fb9f5a Mon Sep 17 00:00:00 2001
+From: Jake Day <jake@ninebysix.com>
+Date: Thu, 27 Jun 2019 11:59:37 -0400
 Subject: [PATCH 03/11] buttons
 
 ---
@@ -253,5 +253,5 @@ index 1b491690ce07..eaec30380b11 100644
  	if (!button)
  		return -ENOMEM;
 -- 
-2.22.0
+2.19.1
 

+ 4 - 4
patches/5.1/0004-cameras.patch

@@ -1,6 +1,6 @@
-From eac8020765010dfc78ad7bb8dfcfc9b202212c14 Mon Sep 17 00:00:00 2001
-From: Maximilian Luz <luzmaximilian@gmail.com>
-Date: Tue, 11 Jun 2019 22:10:53 +0200
+From 147cefea68fbb517c8d3b28e9ae5b68f5436163b Mon Sep 17 00:00:00 2001
+From: Jake Day <jake@ninebysix.com>
+Date: Thu, 27 Jun 2019 11:59:48 -0400
 Subject: [PATCH 04/11] cameras
 
 ---
@@ -2749,5 +2749,5 @@ index 000000000000..79aef69666e8
 +};
 +#endif
 -- 
-2.22.0
+2.19.1
 

+ 10 - 10
patches/5.1/0005-ipts.patch

@@ -1,6 +1,6 @@
-From a35a70483a052fed05584a638cb571529f6e5bf6 Mon Sep 17 00:00:00 2001
-From: Maximilian Luz <luzmaximilian@gmail.com>
-Date: Tue, 11 Jun 2019 22:11:23 +0200
+From 152bbfc2bbe63934a98c8834064c0ff4c32edb09 Mon Sep 17 00:00:00 2001
+From: Jake Day <jake@ninebysix.com>
+Date: Thu, 27 Jun 2019 11:59:59 -0400
 Subject: [PATCH 05/11] ipts
 
 ---
@@ -1226,7 +1226,7 @@ index beca98d2b035..2fce56e17047 100644
  
  static void pch_enable_backlight(const struct intel_crtc_state *crtc_state,
 diff --git a/drivers/hid/hid-multitouch.c b/drivers/hid/hid-multitouch.c
-index c02d4cad1893..1fb13dad7554 100644
+index 1565a307170a..37cc279cb070 100644
 --- a/drivers/hid/hid-multitouch.c
 +++ b/drivers/hid/hid-multitouch.c
 @@ -173,6 +173,7 @@ struct mt_device {
@@ -1237,7 +1237,7 @@ index c02d4cad1893..1fb13dad7554 100644
  
  /* classes of device behavior */
  #define MT_CLS_DEFAULT				0x0001
-@@ -792,8 +793,11 @@ static int mt_touch_input_mapping(struct hid_device *hdev, struct hid_input *hi,
+@@ -799,8 +800,11 @@ static int mt_touch_input_mapping(struct hid_device *hdev, struct hid_input *hi,
  			app->scantime_logical_max = field->logical_maximum;
  			return 1;
  		case HID_DG_CONTACTCOUNT:
@@ -1251,7 +1251,7 @@ index c02d4cad1893..1fb13dad7554 100644
  			return 1;
  		case HID_DG_AZIMUTH:
  			/*
-@@ -1283,9 +1287,11 @@ static int mt_input_mapping(struct hid_device *hdev, struct hid_input *hi,
+@@ -1290,9 +1294,11 @@ static int mt_input_mapping(struct hid_device *hdev, struct hid_input *hi,
  	    field->application != HID_DG_TOUCHSCREEN &&
  	    field->application != HID_DG_PEN &&
  	    field->application != HID_DG_TOUCHPAD &&
@@ -1263,7 +1263,7 @@ index c02d4cad1893..1fb13dad7554 100644
  	    field->application != HID_GD_WIRELESS_RADIO_CTLS &&
  	    field->application != HID_GD_SYSTEM_MULTIAXIS &&
  	    !(field->application == HID_VD_ASUS_CUSTOM_MEDIA_KEYS &&
-@@ -1337,6 +1343,14 @@ static int mt_input_mapped(struct hid_device *hdev, struct hid_input *hi,
+@@ -1344,6 +1350,14 @@ static int mt_input_mapped(struct hid_device *hdev, struct hid_input *hi,
  	struct mt_device *td = hid_get_drvdata(hdev);
  	struct mt_report_data *rdata;
  
@@ -1278,7 +1278,7 @@ index c02d4cad1893..1fb13dad7554 100644
  	rdata = mt_find_report_data(td, field->report);
  	if (rdata && rdata->is_mt_collection) {
  		/* We own these mappings, tell hid-input to ignore them */
-@@ -1548,12 +1562,13 @@ static int mt_input_configured(struct hid_device *hdev, struct hid_input *hi)
+@@ -1555,12 +1569,13 @@ static int mt_input_configured(struct hid_device *hdev, struct hid_input *hi)
  		/* already handled by hid core */
  		break;
  	case HID_DG_TOUCHSCREEN:
@@ -1293,7 +1293,7 @@ index c02d4cad1893..1fb13dad7554 100644
  		break;
  	case HID_VD_ASUS_CUSTOM_MEDIA_KEYS:
  		suffix = "Custom Media Keys";
-@@ -1669,6 +1684,7 @@ static int mt_probe(struct hid_device *hdev, const struct hid_device_id *id)
+@@ -1676,6 +1691,7 @@ static int mt_probe(struct hid_device *hdev, const struct hid_device_id *id)
  	td->hdev = hdev;
  	td->mtclass = *mtclass;
  	td->inputmode_value = MT_INPUTMODE_TOUCHSCREEN;
@@ -6174,5 +6174,5 @@ index 000000000000..f329bbfb8079
 +
 +#endif // INTEL_IPTS_IF_H
 -- 
-2.22.0
+2.19.1
 

+ 6 - 6
patches/5.1/0006-hid.patch

@@ -1,6 +1,6 @@
-From 0de1aa61fb58b721f4447846e25fae692301777e Mon Sep 17 00:00:00 2001
-From: Maximilian Luz <luzmaximilian@gmail.com>
-Date: Tue, 11 Jun 2019 22:11:43 +0200
+From 5f5e0059862b39694a8da3dbcb6739e7321db48a Mon Sep 17 00:00:00 2001
+From: Jake Day <jake@ninebysix.com>
+Date: Thu, 27 Jun 2019 12:00:08 -0400
 Subject: [PATCH 06/11] hid
 
 ---
@@ -57,10 +57,10 @@ index 330cb073cb66..f45fea460678 100644
  		.driver_data = MS_PRESENTER },
  	{ HID_BLUETOOTH_DEVICE(USB_VENDOR_ID_MICROSOFT, 0x091B),
 diff --git a/drivers/hid/hid-multitouch.c b/drivers/hid/hid-multitouch.c
-index 1fb13dad7554..3ba9832f5001 100644
+index 37cc279cb070..80a76d9190a4 100644
 --- a/drivers/hid/hid-multitouch.c
 +++ b/drivers/hid/hid-multitouch.c
-@@ -1976,6 +1976,63 @@ static const struct hid_device_id mt_devices[] = {
+@@ -1983,6 +1983,63 @@ static const struct hid_device_id mt_devices[] = {
  		HID_USB_DEVICE(USB_VENDOR_ID_LG,
  			USB_DEVICE_ID_LG_MELFAS_MT) },
  
@@ -147,5 +147,5 @@ index 77ffba48cc73..517143d5b305 100644
  	{ HID_USB_DEVICE(USB_VENDOR_ID_MSI, USB_DEVICE_ID_MSI_GT683R_LED_PANEL), HID_QUIRK_NO_INIT_REPORTS },
  	{ HID_USB_DEVICE(USB_VENDOR_ID_MULTIPLE_1781, USB_DEVICE_ID_RAPHNET_4NES4SNES_OLD), HID_QUIRK_MULTI_INPUT },
 -- 
-2.22.0
+2.19.1
 

+ 4 - 4
patches/5.1/0007-sdcard-reader.patch

@@ -1,6 +1,6 @@
-From 541c182006b7bf9d2baae1be12cac891e3fbc30b Mon Sep 17 00:00:00 2001
-From: Maximilian Luz <luzmaximilian@gmail.com>
-Date: Tue, 11 Jun 2019 22:11:54 +0200
+From 3e9683e6d76e89b99e77af2e6279255bfbeba176 Mon Sep 17 00:00:00 2001
+From: Jake Day <jake@ninebysix.com>
+Date: Thu, 27 Jun 2019 12:00:20 -0400
 Subject: [PATCH 07/11] sdcard-reader
 
 ---
@@ -22,5 +22,5 @@ index 310eef451db8..a896e86ca0d7 100644
  
  	udev->lpm_disable_count--;
 -- 
-2.22.0
+2.19.1
 

+ 4 - 4
patches/5.1/0008-wifi.patch

@@ -1,6 +1,6 @@
-From a172b675a24c0c4aff0537a9fb77eefbaf86d8f2 Mon Sep 17 00:00:00 2001
-From: Maximilian Luz <luzmaximilian@gmail.com>
-Date: Tue, 11 Jun 2019 22:12:05 +0200
+From 4f605a61290465fd640994cf139b41c290b24b01 Mon Sep 17 00:00:00 2001
+From: Jake Day <jake@ninebysix.com>
+Date: Thu, 27 Jun 2019 12:00:30 -0400
 Subject: [PATCH 08/11] wifi
 
 ---
@@ -266,5 +266,5 @@ diff --git a/scripts/leaking_addresses.pl b/scripts/leaking_addresses.pl
 old mode 100755
 new mode 100644
 -- 
-2.22.0
+2.19.1
 

+ 4 - 4
patches/5.1/0009-surface3-power.patch

@@ -1,6 +1,6 @@
-From 2cfd2870f9a3027c14b5d98cf12e85295aa23bc7 Mon Sep 17 00:00:00 2001
-From: Maximilian Luz <luzmaximilian@gmail.com>
-Date: Tue, 11 Jun 2019 22:12:19 +0200
+From 0b3563fe32169e8d1a0bc5107366a8b0955c598b Mon Sep 17 00:00:00 2001
+From: Jake Day <jake@ninebysix.com>
+Date: Thu, 27 Jun 2019 12:00:43 -0400
 Subject: [PATCH 09/11] surface3-power
 
 ---
@@ -651,5 +651,5 @@ index 000000000000..e0af01a60302
 +MODULE_DESCRIPTION("mshw0011 driver");
 +MODULE_LICENSE("GPL v2");
 -- 
-2.22.0
+2.19.1
 

+ 4 - 4
patches/5.1/0010-mwlwifi.patch

@@ -1,6 +1,6 @@
-From 36a2f56ca4547e849e3ac8d6872814f3640e29c7 Mon Sep 17 00:00:00 2001
-From: Maximilian Luz <luzmaximilian@gmail.com>
-Date: Tue, 11 Jun 2019 22:12:31 +0200
+From e4c7aef46e170a5a553a6643e96bd70d33666487 Mon Sep 17 00:00:00 2001
+From: Jake Day <jake@ninebysix.com>
+Date: Thu, 27 Jun 2019 12:00:56 -0400
 Subject: [PATCH 10/11] mwlwifi
 
 ---
@@ -19751,5 +19751,5 @@ index 000000000000..b6fdf70c22fb
 +
 +#endif /* _VENDOR_CMD_H_ */
 -- 
-2.22.0
+2.19.1
 

+ 4 - 4
patches/5.1/0011-surface-lte.patch

@@ -1,6 +1,6 @@
-From 5b60eb093b2fcd42bf0054cc78cb0738c04b33d3 Mon Sep 17 00:00:00 2001
-From: Maximilian Luz <luzmaximilian@gmail.com>
-Date: Tue, 11 Jun 2019 22:12:45 +0200
+From cc3f36fa68ea5edf37e10f8dbb1c45002d6e0c14 Mon Sep 17 00:00:00 2001
+From: Jake Day <jake@ninebysix.com>
+Date: Thu, 27 Jun 2019 12:01:07 -0400
 Subject: [PATCH 11/11] surface-lte
 
 ---
@@ -20,5 +20,5 @@ index 613f91add03d..e1428222dd73 100644
  	/* Huawei devices */
  	{DEVICE_HWI(0x03f0, 0x581d)},	/* HP lt4112 LTE/HSPA+ Gobi 4G Modem (Huawei me906e) */
 -- 
-2.22.0
+2.19.1