1- From 46b769dba27c6098b4b35b400aacd30fb4b89d37 Mon Sep 17 00:00:00 2001
1+ From 52157eec5eb3c6f172531f741d2897b0401ac6c2 Mon Sep 17 00:00:00 2001
22From: Maximilian Luz <luzmaximilian@gmail.com>
33Date: Sat, 1 Jun 2019 21:17:15 +0200
4- Subject: [PATCH 02/11 ] Add support for Intel Management Engine bus
4+ Subject: [PATCH 02/12 ] Add support for Intel Management Engine bus
55
66Add support for devices connected via the Intel Management Engine (MEI).
77This is required to support IPTS based devices, such as (among others)
@@ -37,7 +37,7 @@ index 3c7d0de..28c0ac5 100644
3737 g_assert_not_reached ();
3838 }
3939diff --git a/libwacom/libwacom.c b/libwacom/libwacom.c
40- index d9b8a22..e3364f4 100644
40+ index 88d0777..09e289f 100644
4141--- a/libwacom/libwacom.c
4242+++ b/libwacom/libwacom.c
4343@@ -153,6 +153,10 @@ get_bus_vid_pid (GUdevDevice *device,
@@ -51,7 +51,7 @@ index d9b8a22..e3364f4 100644
5151 }
5252
5353 out:
54- @@ -822 ,6 +826 ,7 @@ static void print_match(int fd, const WacomMatch *match)
54+ @@ -802 ,6 +806 ,7 @@ static void print_match(int fd, const WacomMatch *match)
5555 case WBUSTYPE_SERIAL: bus_name = "serial"; break;
5656 case WBUSTYPE_I2C: bus_name = "i2c"; break;
5757 case WBUSTYPE_VIRTUAL: bus_name = "virt"; break;
@@ -60,7 +60,7 @@ index d9b8a22..e3364f4 100644
6060 default: g_assert_not_reached(); break;
6161 }
6262diff --git a/libwacom/libwacom.h b/libwacom/libwacom.h
63- index b184ed7..5cd6736 100644
63+ index a4cbb23..034a894 100644
6464--- a/libwacom/libwacom.h
6565+++ b/libwacom/libwacom.h
6666@@ -150,6 +150,7 @@ typedef enum {
@@ -97,5 +97,5 @@ index 734463f..c9c6312 100755
9797 assert re.match('[0-9a-f]{4}', pid), f'{tabletfile}: {pid} must be lowercase hex'
9898
9999- -
100- 2.35 .1
100+ 2.36 .1
101101
0 commit comments