1- From 435a6d9547d5b24a73da93cdba0d7bb5c513b6c1 Mon Sep 17 00:00:00 2001
1+ From 5bf2b290f25006f5e97c868f4423048074d96dbe Mon Sep 17 00:00:00 2001
22From: Maximilian Luz <
[email protected] >
33Date: Sat, 1 Jun 2019 21:17:15 +0200
44Subject: [PATCH 1/8] Add support for Intel Management Engine bus
@@ -14,10 +14,10 @@ the Microsoft Surface Books, Surface Pro 5 and 6, and Surface Laptops.
1414 4 files changed, 11 insertions(+)
1515
1616diff --git a/libwacom/libwacom-database.c b/libwacom/libwacom-database.c
17- index ebc0605..37e797a 100644
17+ index 9f2657b..6084818 100644
1818--- a/libwacom/libwacom-database.c
1919+++ b/libwacom/libwacom-database.c
20- @@ -112 ,6 +112 ,8 @@ bus_from_str (const char *str)
20+ @@ -130 ,6 +130 ,8 @@ bus_from_str (const char *str)
2121 return WBUSTYPE_BLUETOOTH;
2222 if (streq(str, "i2c"))
2323 return WBUSTYPE_I2C;
@@ -26,7 +26,7 @@ index ebc0605..37e797a 100644
2626 return WBUSTYPE_UNKNOWN;
2727 }
2828
29- @@ -130 ,6 +132 ,8 @@ bus_to_str (WacomBusType bus)
29+ @@ -148 ,6 +150 ,8 @@ bus_to_str (WacomBusType bus)
3030 return "bluetooth";
3131 case WBUSTYPE_I2C:
3232 return "i2c";
@@ -36,7 +36,7 @@ index ebc0605..37e797a 100644
3636 g_assert_not_reached ();
3737 }
3838diff --git a/libwacom/libwacom.c b/libwacom/libwacom.c
39- index c4a50a8..bd6b63f 100644
39+ index 627354c..c52daed 100644
4040--- a/libwacom/libwacom.c
4141+++ b/libwacom/libwacom.c
4242@@ -147,6 +147,10 @@ get_bus_vid_pid (GUdevDevice *device,
@@ -59,7 +59,7 @@ index c4a50a8..bd6b63f 100644
5959 default: g_assert_not_reached(); break;
6060 }
6161diff --git a/libwacom/libwacom.h b/libwacom/libwacom.h
62- index 8035e17..799e9b2 100644
62+ index a848133..af0f134 100644
6363--- a/libwacom/libwacom.h
6464+++ b/libwacom/libwacom.h
6565@@ -117,6 +117,7 @@ typedef enum {
@@ -71,10 +71,10 @@ index 8035e17..799e9b2 100644
7171
7272 /**
7373diff --git a/test/test-tablet-validity.c b/test/test-tablet-validity.c
74- index 8ee41e2..42e5f54 100644
74+ index 65b87c0..745c46d 100644
7575--- a/test/test-tablet-validity.c
7676+++ b/test/test-tablet-validity.c
77- @@ -172 ,6 +172 ,7 @@ assert_vidpid(WacomBusType bus, int vid, int pid)
77+ @@ -177 ,6 +177 ,7 @@ assert_vidpid(WacomBusType bus, int vid, int pid)
7878 /* fall through */
7979 case WBUSTYPE_BLUETOOTH:
8080 case WBUSTYPE_I2C:
@@ -83,5 +83,5 @@ index 8ee41e2..42e5f54 100644
8383 g_assert_cmpint(pid, >, 0);
8484 break;
8585- -
86- 2.26 .0
86+ 2.27 .0
8787
0 commit comments