commit
f4be756e47
@ -0,0 +1 @@
|
||||
SOURCES/libwacom-1.6.tar.bz2
|
@ -0,0 +1 @@
|
||||
26814fff5ec4df35f4ecdc0345741569bf898322 SOURCES/libwacom-1.6.tar.bz2
|
@ -0,0 +1,45 @@
|
||||
From 4d812e1f7031a1021d09cbcf2e58d7456759c6a1 Mon Sep 17 00:00:00 2001
|
||||
From: Jason Gerecke <jason.gerecke@wacom.com>
|
||||
Date: Sun, 22 Nov 2020 13:47:52 -0800
|
||||
Subject: [PATCH libwacom 1/5] data: Add ISDv4 51c7 (Lenovo IdeaPad FLEX-14API)
|
||||
(#304)
|
||||
|
||||
Link: https://github.com/linuxwacom/wacom-hid-descriptors/issues/109
|
||||
Signed-off-by: Jason Gerecke <jason.gerecke@wacom.com>
|
||||
(cherry picked from commit 1354d473e5dc7652ca2927f7b218f798c6301ad0)
|
||||
---
|
||||
data/isdv4-51c7.tablet | 22 ++++++++++++++++++++++
|
||||
1 file changed, 22 insertions(+)
|
||||
create mode 100644 data/isdv4-51c7.tablet
|
||||
|
||||
diff --git a/data/isdv4-51c7.tablet b/data/isdv4-51c7.tablet
|
||||
new file mode 100644
|
||||
index 0000000..f8d887d
|
||||
--- /dev/null
|
||||
+++ b/data/isdv4-51c7.tablet
|
||||
@@ -0,0 +1,22 @@
|
||||
+# Lenovo IdeaPad FLEX-14API
|
||||
+# Sensor Type: AES
|
||||
+# Features: Touch (Integrated), Tilt
|
||||
+# HW Resolution: 30931 x 17399 (2540 x 2540 lpi)
|
||||
+#
|
||||
+# Autogenerated from sysinfo.MuVcg9kgJJ
|
||||
+# https://github.com/linuxwacom/wacom-hid-descriptors/issues/109#issue-746220933
|
||||
+
|
||||
+[Device]
|
||||
+Name=ISDv4 51C7
|
||||
+ModelName=
|
||||
+DeviceMatch=i2c:056A:51C7
|
||||
+Class=ISDV4
|
||||
+Width=12
|
||||
+Height=7
|
||||
+IntegratedIn=Display;System
|
||||
+Styli=@isdv4-aes;
|
||||
+
|
||||
+[Features]
|
||||
+Stylus=true
|
||||
+Touch=true
|
||||
+Buttons=0
|
||||
--
|
||||
2.29.2
|
||||
|
@ -0,0 +1,233 @@
|
||||
From 7175da4b10d3384748737632d91fbda44138350a Mon Sep 17 00:00:00 2001
|
||||
From: Jason Gerecke <killertofu@gmail.com>
|
||||
Date: Tue, 16 Mar 2021 15:26:54 -0700
|
||||
Subject: [PATCH libwacom 01/10] data: Add multiple Lenovo ThinkPad X1 Yoga Gen
|
||||
6 PIDs
|
||||
|
||||
Adds the following devices:
|
||||
* ISDv4 5276
|
||||
* ISDv4 5277
|
||||
* ISDv4 5278
|
||||
* ISDv4 5279
|
||||
* ISDv4 527a
|
||||
* ISDv4 527e
|
||||
* ISDv4 527f
|
||||
|
||||
Signed-off-by: Jason Gerecke <jason.gerecke@wacom.com>
|
||||
(cherry picked from commit 6ec085291021fe9126ffec507e87c8d6673b9035)
|
||||
---
|
||||
data/isdv4-5276.tablet | 22 ++++++++++++++++++++++
|
||||
data/isdv4-5277.tablet | 22 ++++++++++++++++++++++
|
||||
data/isdv4-5278.tablet | 22 ++++++++++++++++++++++
|
||||
data/isdv4-5279.tablet | 22 ++++++++++++++++++++++
|
||||
data/isdv4-527a.tablet | 22 ++++++++++++++++++++++
|
||||
data/isdv4-527e.tablet | 22 ++++++++++++++++++++++
|
||||
data/isdv4-527f.tablet | 22 ++++++++++++++++++++++
|
||||
7 files changed, 154 insertions(+)
|
||||
create mode 100644 data/isdv4-5276.tablet
|
||||
create mode 100644 data/isdv4-5277.tablet
|
||||
create mode 100644 data/isdv4-5278.tablet
|
||||
create mode 100644 data/isdv4-5279.tablet
|
||||
create mode 100644 data/isdv4-527a.tablet
|
||||
create mode 100644 data/isdv4-527e.tablet
|
||||
create mode 100644 data/isdv4-527f.tablet
|
||||
|
||||
diff --git a/data/isdv4-5276.tablet b/data/isdv4-5276.tablet
|
||||
new file mode 100644
|
||||
index 0000000..52549db
|
||||
--- /dev/null
|
||||
+++ b/data/isdv4-5276.tablet
|
||||
@@ -0,0 +1,22 @@
|
||||
+# Lenovo ThinkPad X1 Yoga Gen 6
|
||||
+# Sensor Type: AES
|
||||
+# Features: Touch (Integrated), Tilt
|
||||
+# HW Resolution: 30159 x 18850 (2540 x 2540 lpi)
|
||||
+#
|
||||
+# Autogenerated from sysinfo.gO13VjL2Ut
|
||||
+# From private bug report
|
||||
+
|
||||
+[Device]
|
||||
+Name=ISDv4 5276
|
||||
+ModelName=
|
||||
+DeviceMatch=i2c:056a:5276
|
||||
+Class=ISDV4
|
||||
+Width=12
|
||||
+Height=7
|
||||
+IntegratedIn=Display;System
|
||||
+Styli=@isdv4-aes;
|
||||
+
|
||||
+[Features]
|
||||
+Stylus=true
|
||||
+Touch=true
|
||||
+Buttons=0
|
||||
diff --git a/data/isdv4-5277.tablet b/data/isdv4-5277.tablet
|
||||
new file mode 100644
|
||||
index 0000000..453e376
|
||||
--- /dev/null
|
||||
+++ b/data/isdv4-5277.tablet
|
||||
@@ -0,0 +1,22 @@
|
||||
+# Lenovo ThinkPad X1 Yoga Gen 6
|
||||
+# Sensor Type: AES
|
||||
+# Features: Touch (Integrated), Tilt
|
||||
+# HW Resolution: 30165 x 18853 (2540 x 2540 lpi)
|
||||
+#
|
||||
+# Autogenerated from sysinfo.rhiB11PAfy
|
||||
+# From private bug report
|
||||
+
|
||||
+[Device]
|
||||
+Name=ISDv4 5277
|
||||
+ModelName=
|
||||
+DeviceMatch=i2c:056a:5277
|
||||
+Class=ISDV4
|
||||
+Width=12
|
||||
+Height=7
|
||||
+IntegratedIn=Display;System
|
||||
+Styli=@isdv4-aes;
|
||||
+
|
||||
+[Features]
|
||||
+Stylus=true
|
||||
+Touch=true
|
||||
+Buttons=0
|
||||
diff --git a/data/isdv4-5278.tablet b/data/isdv4-5278.tablet
|
||||
new file mode 100644
|
||||
index 0000000..dd86c26
|
||||
--- /dev/null
|
||||
+++ b/data/isdv4-5278.tablet
|
||||
@@ -0,0 +1,22 @@
|
||||
+# Lenovo ThinkPad X1 Yoga Gen 6
|
||||
+# Sensor Type: AES
|
||||
+# Features: Touch (Integrated), Tilt
|
||||
+# HW Resolution: 30159 x 18850 (2540 x 2540 lpi)
|
||||
+#
|
||||
+# Autogenerated from sysinfo.jlmKxHDD9N
|
||||
+# From private bug report
|
||||
+
|
||||
+[Device]
|
||||
+Name=ISDv4 5278
|
||||
+ModelName=
|
||||
+DeviceMatch=i2c:056a:5278
|
||||
+Class=ISDV4
|
||||
+Width=12
|
||||
+Height=7
|
||||
+IntegratedIn=Display;System
|
||||
+Styli=@isdv4-aes;
|
||||
+
|
||||
+[Features]
|
||||
+Stylus=true
|
||||
+Touch=true
|
||||
+Buttons=0
|
||||
diff --git a/data/isdv4-5279.tablet b/data/isdv4-5279.tablet
|
||||
new file mode 100644
|
||||
index 0000000..12a1d6c
|
||||
--- /dev/null
|
||||
+++ b/data/isdv4-5279.tablet
|
||||
@@ -0,0 +1,22 @@
|
||||
+# Lenovo ThinkPad X1 Yoga Gen 6
|
||||
+# Sensor Type: AES
|
||||
+# Features: Touch (Integrated), Tilt
|
||||
+# HW Resolution: 30159 x 18850 (2540 x 2540 lpi)
|
||||
+#
|
||||
+# Autogenerated from sysinfo.8euIJDBa1t
|
||||
+# From private bug report
|
||||
+
|
||||
+[Device]
|
||||
+Name=ISDv4 5279
|
||||
+ModelName=
|
||||
+DeviceMatch=i2c:056a:5279
|
||||
+Class=ISDV4
|
||||
+Width=12
|
||||
+Height=7
|
||||
+IntegratedIn=Display;System
|
||||
+Styli=@isdv4-aes;
|
||||
+
|
||||
+[Features]
|
||||
+Stylus=true
|
||||
+Touch=true
|
||||
+Buttons=0
|
||||
diff --git a/data/isdv4-527a.tablet b/data/isdv4-527a.tablet
|
||||
new file mode 100644
|
||||
index 0000000..f46da56
|
||||
--- /dev/null
|
||||
+++ b/data/isdv4-527a.tablet
|
||||
@@ -0,0 +1,22 @@
|
||||
+# Lenovo ThinkPad X1 Yoga Gen 6
|
||||
+# Sensor Type: AES
|
||||
+# Features: Touch (Integrated), Tilt
|
||||
+# HW Resolution: 30160 x 18850 (2540 x 2540 lpi)
|
||||
+#
|
||||
+# Autogenerated from sysinfo.lhwHw4oxV0
|
||||
+# From private bug report
|
||||
+
|
||||
+[Device]
|
||||
+Name=ISDv4 527a
|
||||
+ModelName=
|
||||
+DeviceMatch=i2c:056a:527a
|
||||
+Class=ISDV4
|
||||
+Width=12
|
||||
+Height=7
|
||||
+IntegratedIn=Display;System
|
||||
+Styli=@isdv4-aes;
|
||||
+
|
||||
+[Features]
|
||||
+Stylus=true
|
||||
+Touch=true
|
||||
+Buttons=0
|
||||
diff --git a/data/isdv4-527e.tablet b/data/isdv4-527e.tablet
|
||||
new file mode 100644
|
||||
index 0000000..2466b9b
|
||||
--- /dev/null
|
||||
+++ b/data/isdv4-527e.tablet
|
||||
@@ -0,0 +1,22 @@
|
||||
+# Lenovo ThinkPad X1 Yoga Gen 6
|
||||
+# Sensor Type: AES
|
||||
+# Features: Touch (Integrated), Tilt
|
||||
+# HW Resolution: 30159 x 18850 (2540 x 2540 lpi)
|
||||
+#
|
||||
+# Autogenerated from sysinfo.azexD4AUXu
|
||||
+# From private bug report
|
||||
+
|
||||
+[Device]
|
||||
+Name=ISDv4 527e
|
||||
+ModelName=
|
||||
+DeviceMatch=i2c:056a:527e
|
||||
+Class=ISDV4
|
||||
+Width=12
|
||||
+Height=7
|
||||
+IntegratedIn=Display;System
|
||||
+Styli=@isdv4-aes;
|
||||
+
|
||||
+[Features]
|
||||
+Stylus=true
|
||||
+Touch=true
|
||||
+Buttons=0
|
||||
diff --git a/data/isdv4-527f.tablet b/data/isdv4-527f.tablet
|
||||
new file mode 100644
|
||||
index 0000000..25335be
|
||||
--- /dev/null
|
||||
+++ b/data/isdv4-527f.tablet
|
||||
@@ -0,0 +1,22 @@
|
||||
+# Lenovo ThinkPad X1 Yoga Gen 6
|
||||
+# Sensor Type: AES
|
||||
+# Features: Touch (Integrated), Tilt
|
||||
+# HW Resolution: 30159 x 18850 (2540 x 2540 lpi)
|
||||
+#
|
||||
+# Autogenerated from sysinfo.KNSxghuR5y
|
||||
+# From private bug report
|
||||
+
|
||||
+[Device]
|
||||
+Name=ISDv4 527f
|
||||
+ModelName=
|
||||
+DeviceMatch=i2c:056a:527f
|
||||
+Class=ISDV4
|
||||
+Width=12
|
||||
+Height=7
|
||||
+IntegratedIn=Display;System
|
||||
+Styli=@isdv4-aes;
|
||||
+
|
||||
+[Features]
|
||||
+Stylus=true
|
||||
+Touch=true
|
||||
+Buttons=0
|
||||
--
|
||||
2.31.1
|
||||
|
@ -0,0 +1,45 @@
|
||||
From 4aaa8f1ff954b5fefecc20456c2d3df63f5507e5 Mon Sep 17 00:00:00 2001
|
||||
From: Jason Gerecke <jason.gerecke@wacom.com>
|
||||
Date: Tue, 23 Feb 2021 14:51:32 -0800
|
||||
Subject: [PATCH libwacom 02/10] data: Add ISDv4 51f9 (Lenovo ThinkPad L13
|
||||
Yoga) (#358)
|
||||
|
||||
Link: https://github.com/linuxwacom/wacom-hid-descriptors/issues/143
|
||||
Signed-off-by: Jason Gerecke <jason.gerecke@wacom.com>
|
||||
(cherry picked from commit 4934448a865467523c2f53c21a488a9a7240a4d3)
|
||||
---
|
||||
data/isdv4-51f9.tablet | 22 ++++++++++++++++++++++
|
||||
1 file changed, 22 insertions(+)
|
||||
create mode 100644 data/isdv4-51f9.tablet
|
||||
|
||||
diff --git a/data/isdv4-51f9.tablet b/data/isdv4-51f9.tablet
|
||||
new file mode 100644
|
||||
index 0000000..6eecb63
|
||||
--- /dev/null
|
||||
+++ b/data/isdv4-51f9.tablet
|
||||
@@ -0,0 +1,22 @@
|
||||
+# Lenovo ThinkPad L13 Yoga
|
||||
+# Sensor Type: AES
|
||||
+# Features: Touch (Integrated), Tilt
|
||||
+# HW Resolution: 29376 x 16524 (2540 x 2540 lpi)
|
||||
+#
|
||||
+# Autogenerated from sysinfo.ylAeu0fEDt
|
||||
+# https://github.com/linuxwacom/wacom-hid-descriptors/issues/143#issue-810475452
|
||||
+
|
||||
+[Device]
|
||||
+Name=ISDv4 51f9
|
||||
+ModelName=
|
||||
+DeviceMatch=usb:056a:51f9
|
||||
+Class=ISDV4
|
||||
+Width=12
|
||||
+Height=7
|
||||
+IntegratedIn=Display;System
|
||||
+Styli=@isdv4-aes;
|
||||
+
|
||||
+[Features]
|
||||
+Stylus=true
|
||||
+Touch=true
|
||||
+Buttons=0
|
||||
--
|
||||
2.31.1
|
||||
|
@ -0,0 +1,44 @@
|
||||
From 9c8b75f072369cfce39fcde6b758eba1b3948852 Mon Sep 17 00:00:00 2001
|
||||
From: Jason Gerecke <killertofu@gmail.com>
|
||||
Date: Mon, 30 Nov 2020 10:31:58 -0800
|
||||
Subject: [PATCH libwacom 2/5] data: Add enovo IdeaPad Flex 5 14ARE05 (ISDv4
|
||||
5215)
|
||||
|
||||
Link: https://github.com/linuxwacom/wacom-hid-descriptors/issues/112
|
||||
(cherry picked from commit c3c8b8357a3a63b5c45fd167c750a4fdef2d30cb)
|
||||
---
|
||||
data/isdv4-5215.tablet | 22 ++++++++++++++++++++++
|
||||
1 file changed, 22 insertions(+)
|
||||
create mode 100644 data/isdv4-5215.tablet
|
||||
|
||||
diff --git a/data/isdv4-5215.tablet b/data/isdv4-5215.tablet
|
||||
new file mode 100644
|
||||
index 0000000..db23c9f
|
||||
--- /dev/null
|
||||
+++ b/data/isdv4-5215.tablet
|
||||
@@ -0,0 +1,22 @@
|
||||
+# Lenovo IdeaPad Flex 5 14ARE05
|
||||
+# Sensor Type: AES
|
||||
+# Features: Touch (Integrated), Tilt
|
||||
+# HW Resolution: 30931 x 17399 (2540 x 2540 lpi)
|
||||
+#
|
||||
+# Autogenerated from sysinfo.fGWhYaLpPe
|
||||
+# https://github.com/linuxwacom/wacom-hid-descriptors/issues/112#issue-751103246
|
||||
+
|
||||
+[Device]
|
||||
+Name=ISDv4 5215
|
||||
+ModelName=
|
||||
+DeviceMatch=i2c:056a:5215
|
||||
+Class=ISDV4
|
||||
+Width=12
|
||||
+Height=7
|
||||
+IntegratedIn=Display;System
|
||||
+Styli=@isdv4-aes;
|
||||
+
|
||||
+[Features]
|
||||
+Stylus=true
|
||||
+Touch=true
|
||||
+Buttons=0
|
||||
--
|
||||
2.29.2
|
||||
|
@ -0,0 +1,46 @@
|
||||
From cc965fbbf2659ea6a6c7b484d2e2ec910a314833 Mon Sep 17 00:00:00 2001
|
||||
From: Jason Gerecke <jason.gerecke@wacom.com>
|
||||
Date: Wed, 6 Jan 2021 13:01:29 -0800
|
||||
Subject: [PATCH libwacom 3/5] data: Add ISDv4 51e9 (Lenovo ThinkPad P15 Gen 1)
|
||||
(#325)
|
||||
|
||||
Tablet definition was tested and verified to work by the bug reporter.
|
||||
|
||||
Signed-off-by: Jason Gerecke <jason.gerecke@wacom.com>
|
||||
(cherry picked from commit ba02abf58f8d0405140e658d8238b69e89120576)
|
||||
---
|
||||
data/isdv4-51e9.tablet | 22 ++++++++++++++++++++++
|
||||
1 file changed, 22 insertions(+)
|
||||
create mode 100644 data/isdv4-51e9.tablet
|
||||
|
||||
diff --git a/data/isdv4-51e9.tablet b/data/isdv4-51e9.tablet
|
||||
new file mode 100644
|
||||
index 0000000..8684b26
|
||||
--- /dev/null
|
||||
+++ b/data/isdv4-51e9.tablet
|
||||
@@ -0,0 +1,22 @@
|
||||
+# Lenovo ThinkPad P15 Gen 1
|
||||
+# Sensor Type: AES
|
||||
+# Features: Touch (Integrated), Tilt
|
||||
+# HW Resolution: 34422 x 19362 (2540 x 2540 lpi)
|
||||
+#
|
||||
+# Autogenerated from sysinfo.VSiBXWPx2J
|
||||
+# From private bug report
|
||||
+
|
||||
+[Device]
|
||||
+Name=ISDv4 51e9
|
||||
+ModelName=
|
||||
+DeviceMatch=usb:056a:51e9
|
||||
+Class=ISDV4
|
||||
+Width=14
|
||||
+Height=8
|
||||
+IntegratedIn=Display;System
|
||||
+Styli=@isdv4-aes;
|
||||
+
|
||||
+[Features]
|
||||
+Stylus=true
|
||||
+Touch=true
|
||||
+Buttons=0
|
||||
--
|
||||
2.29.2
|
||||
|
@ -0,0 +1,45 @@
|
||||
From 3db830963fbf494ffa8a876049f73b25b7318930 Mon Sep 17 00:00:00 2001
|
||||
From: Jason Gerecke <jason.gerecke@wacom.com>
|
||||
Date: Tue, 16 Feb 2021 17:27:27 -0800
|
||||
Subject: [PATCH libwacom 03/10] data: Add ISDv4 523a (Lenovo Yoga 9 14ITL5)
|
||||
(#357)
|
||||
|
||||
Link: https://github.com/linuxwacom/libwacom/issues/355
|
||||
Signed-off-by: Jason Gerecke <jason.gerecke@wacom.com>
|
||||
(cherry picked from commit d06425e0e2ea6c52e47aa8d9b0e5313730aac2f1)
|
||||
---
|
||||
data/isdv4-523a.tablet | 22 ++++++++++++++++++++++
|
||||
1 file changed, 22 insertions(+)
|
||||
create mode 100644 data/isdv4-523a.tablet
|
||||
|
||||
diff --git a/data/isdv4-523a.tablet b/data/isdv4-523a.tablet
|
||||
new file mode 100644
|
||||
index 0000000..10ab109
|
||||
--- /dev/null
|
||||
+++ b/data/isdv4-523a.tablet
|
||||
@@ -0,0 +1,22 @@
|
||||
+# Lenovo Yoga 9 14ITL5
|
||||
+# Sensor Type: AES
|
||||
+# Features: Touch (Integrated), Tilt
|
||||
+# HW Resolution: 30931 x 17399 (2540 x 2540 lpi)
|
||||
+#
|
||||
+# Autogenerated from sysinfo.XEiGpAPiOa
|
||||
+# https://github.com/linuxwacom/libwacom/issues/355#issuecomment-780039943
|
||||
+
|
||||
+[Device]
|
||||
+Name=ISDv4 523a
|
||||
+ModelName=
|
||||
+DeviceMatch=i2c:056a:523a
|
||||
+Class=ISDV4
|
||||
+Width=12
|
||||
+Height=7
|
||||
+IntegratedIn=Display;System
|
||||
+Styli=@isdv4-aes;
|
||||
+
|
||||
+[Features]
|
||||
+Stylus=true
|
||||
+Touch=true
|
||||
+Buttons=0
|
||||
--
|
||||
2.31.1
|
||||
|
@ -0,0 +1,45 @@
|
||||
From eff4978104a3a2bd2838638df52cb2238c316b65 Mon Sep 17 00:00:00 2001
|
||||
From: Jason Gerecke <jason.gerecke@wacom.com>
|
||||
Date: Wed, 6 Jan 2021 13:07:48 -0800
|
||||
Subject: [PATCH libwacom 4/5] data: Add ISDv4 5202 (Lenovo YOGA C640-13IML)
|
||||
(#322)
|
||||
|
||||
Link: https://github.com/linuxwacom/wacom-hid-descriptors/issues/118
|
||||
Link: https://github.com/linuxwacom/wacom-hid-descriptors/issues/121
|
||||
(cherry picked from commit 9b02a1fac5dc3df986151f82bf91daf387d34e75)
|
||||
---
|
||||
data/isdv4-5202.tablet | 22 ++++++++++++++++++++++
|
||||
1 file changed, 22 insertions(+)
|
||||
create mode 100644 data/isdv4-5202.tablet
|
||||
|
||||
diff --git a/data/isdv4-5202.tablet b/data/isdv4-5202.tablet
|
||||
new file mode 100644
|
||||
index 0000000..8014b5d
|
||||
--- /dev/null
|
||||
+++ b/data/isdv4-5202.tablet
|
||||
@@ -0,0 +1,22 @@
|
||||
+# Lenovo YOGA C640-13IML
|
||||
+# Sensor Type: AES
|
||||
+# Features: Touch (Integrated), Tilt
|
||||
+# HW Resolution: 29376 x 16524 (2540 x 2540 lpi)
|
||||
+#
|
||||
+# Autogenerated from sysinfo.M5WQPQfqXg
|
||||
+# https://github.com/linuxwacom/wacom-hid-descriptors/issues/118#issue-772431716
|
||||
+
|
||||
+[Device]
|
||||
+Name=ISDv4 5202
|
||||
+ModelName=
|
||||
+DeviceMatch=i2c:056a:5202
|
||||
+Class=ISDV4
|
||||
+Width=12
|
||||
+Height=7
|
||||
+IntegratedIn=Display;System
|
||||
+Styli=@isdv4-aes;
|
||||
+
|
||||
+[Features]
|
||||
+Stylus=true
|
||||
+Touch=true
|
||||
+Buttons=0
|
||||
--
|
||||
2.29.2
|
||||
|
@ -0,0 +1,45 @@
|
||||
From 10c8bad082a20e0c237670b5ff936144527fd746 Mon Sep 17 00:00:00 2001
|
||||
From: Jason Gerecke <jason.gerecke@wacom.com>
|
||||
Date: Tue, 16 Feb 2021 17:27:10 -0800
|
||||
Subject: [PATCH libwacom 04/10] data: Add ISDv4 5204 (Lenovo YOGA C640-13IML)
|
||||
(#356)
|
||||
|
||||
Link: https://github.com/linuxwacom/wacom-hid-descriptors/issues/101#issuecomment-778785170
|
||||
Signed-off-by: Jason Gerecke <jason.gerecke@wacom.com>
|
||||
(cherry picked from commit 6d067dde7c312a16765861da7939bb405e278485)
|
||||
---
|
||||
data/isdv4-5204.tablet | 22 ++++++++++++++++++++++
|
||||
1 file changed, 22 insertions(+)
|
||||
create mode 100644 data/isdv4-5204.tablet
|
||||
|
||||
diff --git a/data/isdv4-5204.tablet b/data/isdv4-5204.tablet
|
||||
new file mode 100644
|
||||
index 0000000..df7089b
|
||||
--- /dev/null
|
||||
+++ b/data/isdv4-5204.tablet
|
||||
@@ -0,0 +1,22 @@
|
||||
+# Lenovo YOGA C640-13IML
|
||||
+# Sensor Type: AES
|
||||
+# Features: Touch (Integrated), Tilt
|
||||
+# HW Resolution: 29376 x 16524 (2540 x 2540 lpi)
|
||||
+#
|
||||
+# Autogenerated from sysinfo.72igrHtWeC
|
||||
+# https://github.com/linuxwacom/wacom-hid-descriptors/issues/101#issuecomment-778785170
|
||||
+
|
||||
+[Device]
|
||||
+Name=ISDv4 5204
|
||||
+ModelName=
|
||||
+DeviceMatch=i2c:056a:5204
|
||||
+Class=ISDV4
|
||||
+Width=12
|
||||
+Height=7
|
||||
+IntegratedIn=Display;System
|
||||
+Styli=@isdv4-aes;
|
||||
+
|
||||
+[Features]
|
||||
+Stylus=true
|
||||
+Touch=true
|
||||
+Buttons=0
|
||||
--
|
||||
2.31.1
|
||||
|
@ -0,0 +1,45 @@
|
||||
From 6aa08f536af7ec259b27618a363e0c0194e04856 Mon Sep 17 00:00:00 2001
|
||||
From: Jason Gerecke <jason.gerecke@wacom.com>
|
||||
Date: Wed, 10 Feb 2021 12:52:56 -0800
|
||||
Subject: [PATCH libwacom 05/10] data: Add ISDv4 5256 (Lenovo Yoga 7 15ITL5)
|
||||
(#351)
|
||||
|
||||
Link: https://github.com/linuxwacom/wacom-hid-descriptors/issues/139
|
||||
Signed-off-by: Jason Gerecke <jason.gerecke@wacom.com>
|
||||
(cherry picked from commit 1465d3b6623041c2c7cac3505a81f2e363d08472)
|
||||
---
|
||||
data/isdv4-5256.tablet | 22 ++++++++++++++++++++++
|
||||
1 file changed, 22 insertions(+)
|
||||
create mode 100644 data/isdv4-5256.tablet
|
||||
|
||||
diff --git a/data/isdv4-5256.tablet b/data/isdv4-5256.tablet
|
||||
new file mode 100644
|
||||
index 0000000..24855af
|
||||
--- /dev/null
|
||||
+++ b/data/isdv4-5256.tablet
|
||||
@@ -0,0 +1,22 @@
|
||||
+# Lenovo Yoga 7 15ITL5
|
||||
+# Sensor Type: AES
|
||||
+# Features: Touch (Integrated), Tilt
|
||||
+# HW Resolution: 34416 x 19359 (2540 x 2540 lpi)
|
||||
+#
|
||||
+# Autogenerated from sysinfo.sX9QiNn0RF
|
||||
+# https://github.com/linuxwacom/wacom-hid-descriptors/issues/139#issuecomment-776946036
|
||||
+
|
||||
+[Device]
|
||||
+Name=ISDv4 5256
|
||||
+ModelName=
|
||||
+DeviceMatch=i2c:056a:5256
|
||||
+Class=ISDV4
|
||||
+Width=14
|
||||
+Height=8
|
||||
+IntegratedIn=Display;System
|
||||
+Styli=@isdv4-aes;
|
||||
+
|
||||
+[Features]
|
||||
+Stylus=true
|
||||
+Touch=true
|
||||
+Buttons=0
|
||||
--
|
||||
2.31.1
|
||||
|
@ -0,0 +1,40 @@
|
||||
From 1fa7c62f266e1c7ff15470422561490169987493 Mon Sep 17 00:00:00 2001
|
||||
From: Leon Fattakhov <coolcom200@users.noreply.github.com>
|
||||
Date: Wed, 6 Jan 2021 21:53:59 -0500
|
||||
Subject: [PATCH libwacom 5/5] data: Add Lenovo X1 Yoga 3 Generation (ISDv4
|
||||
5148) (#320)
|
||||
|
||||
(cherry picked from commit 0234d3793264f551b52ae636be5b599fcfca3309)
|
||||
---
|
||||
data/isdv4-5148.tablet | 19 +++++++++++++++++++
|
||||
1 file changed, 19 insertions(+)
|
||||
create mode 100644 data/isdv4-5148.tablet
|
||||
|
||||
diff --git a/data/isdv4-5148.tablet b/data/isdv4-5148.tablet
|
||||
new file mode 100644
|
||||
index 0000000..8639a30
|
||||
--- /dev/null
|
||||
+++ b/data/isdv4-5148.tablet
|
||||
@@ -0,0 +1,19 @@
|
||||
+# this is for the Wacom pen + touchscreen as found in the Lenovo ThinkPad X1 Yoga (3rd-gen)
|
||||
+#
|
||||
+# sysinfo.4xQ82uOLCD
|
||||
+# https://github.com/linuxwacom/wacom-hid-descriptors/issues/117
|
||||
+
|
||||
+[Device]
|
||||
+Name=Wacom ISDv4 5148
|
||||
+ModelName=
|
||||
+DeviceMatch=usb:056a:5148
|
||||
+Class=ISDV4
|
||||
+Width=12
|
||||
+Height=7
|
||||
+IntegratedIn=Display;System
|
||||
+Styli=@isdv4-aes;
|
||||
+
|
||||
+[Features]
|
||||
+Stylus=true
|
||||
+Touch=true
|
||||
+Buttons=0
|
||||
--
|
||||
2.29.2
|
||||
|
@ -0,0 +1,45 @@
|
||||
From b2aac6115763bdfddb5adf45e6e3d4e193da8589 Mon Sep 17 00:00:00 2001
|
||||
From: Jason Gerecke <jason.gerecke@wacom.com>
|
||||
Date: Wed, 10 Feb 2021 12:44:24 -0800
|
||||
Subject: [PATCH libwacom 06/10] data: Add ISDv4 5216 (Lenovo IdeaPad Flex 5
|
||||
14IIL05) (#350)
|
||||
|
||||
Link: https://github.com/linuxwacom/wacom-hid-descriptors/issues/103
|
||||
Signed-off-by: Jason Gerecke <jason.gerecke@wacom.com>
|
||||
(cherry picked from commit 5e2c94f9ba409db83acb5fe4e7d757c9ea4cf888)
|
||||
---
|
||||
data/isdv4-5216.tablet | 22 ++++++++++++++++++++++
|
||||
1 file changed, 22 insertions(+)
|
||||
create mode 100644 data/isdv4-5216.tablet
|
||||
|
||||
diff --git a/data/isdv4-5216.tablet b/data/isdv4-5216.tablet
|
||||
new file mode 100644
|
||||
index 0000000..5863d98
|
||||
--- /dev/null
|
||||
+++ b/data/isdv4-5216.tablet
|
||||
@@ -0,0 +1,22 @@
|
||||
+# Lenovo IdeaPad Flex 5 14IIL05
|
||||
+# Sensor Type: AES
|
||||
+# Features: Touch (Integrated), Tilt
|
||||
+# HW Resolution: 30937 x 17402 (2540 x 2540 lpi)
|
||||
+#
|
||||
+# Autogenerated from sysinfo.n0ilTsFMOk
|
||||
+# https://github.com/linuxwacom/wacom-hid-descriptors/issues/103#issuecomment-768913777
|
||||
+
|
||||
+[Device]
|
||||
+Name=ISDv4 5216
|
||||
+ModelName=
|
||||
+DeviceMatch=i2c:056a:5216
|
||||
+Class=ISDV4
|
||||
+Width=12
|
||||
+Height=7
|
||||
+IntegratedIn=Display;System
|
||||
+Styli=@isdv4-aes;
|
||||
+
|
||||
+[Features]
|
||||
+Stylus=true
|
||||
+Touch=true
|
||||
+Buttons=0
|
||||
--
|
||||
2.31.1
|
||||
|
@ -0,0 +1,45 @@
|
||||
From c97281874ca1ae68e966d0f972afbf82506ce35b Mon Sep 17 00:00:00 2001
|
||||
From: Jason Gerecke <jason.gerecke@wacom.com>
|
||||
Date: Thu, 4 Feb 2021 16:45:44 -0800
|
||||
Subject: [PATCH libwacom 07/10] data: Add ISDv4 528e (Lenovo Yoga 6 13ARE05)
|
||||
(#346)
|
||||
|
||||
Link: https://github.com/linuxwacom/wacom-hid-descriptors/issues/136
|
||||
Signed-off-by: Jason Gerecke <jason.gerecke@wacom.com>
|
||||
(cherry picked from commit d7b8e1bd501156ef2f4237b9e29a946496070490)
|
||||
---
|
||||
data/isdv4-528e.tablet | 22 ++++++++++++++++++++++
|
||||
1 file changed, 22 insertions(+)
|
||||
create mode 100644 data/isdv4-528e.tablet
|
||||
|
||||
diff --git a/data/isdv4-528e.tablet b/data/isdv4-528e.tablet
|
||||
new file mode 100644
|
||||
index 0000000..d697f27
|
||||
--- /dev/null
|
||||
+++ b/data/isdv4-528e.tablet
|
||||
@@ -0,0 +1,22 @@
|
||||
+# Lenovo Yoga 6 13ARE05
|
||||
+# Sensor Type: AES
|
||||
+# Features: Touch (Integrated), Tilt
|
||||
+# HW Resolution: 29376 x 16524 (2540 x 2540 lpi)
|
||||
+#
|
||||
+# Autogenerated from sysinfo.RGxfCFKW69
|
||||
+# https://github.com/linuxwacom/wacom-hid-descriptors/issues/136#issue-801322153
|
||||
+
|
||||
+[Device]
|
||||
+Name=ISDv4 528e
|
||||
+ModelName=
|
||||
+DeviceMatch=i2c:056a:528e
|
||||
+Class=ISDV4
|
||||
+Width=12
|
||||
+Height=7
|
||||
+IntegratedIn=Display;System
|
||||
+Styli=@isdv4-aes;
|
||||
+
|
||||
+[Features]
|
||||
+Stylus=true
|
||||
+Touch=true
|
||||
+Buttons=0
|
||||
--
|
||||
2.31.1
|
||||
|
@ -0,0 +1,45 @@
|
||||
From 7e3c0f35d7b4f88133d0f83fa747741fd1f8aa18 Mon Sep 17 00:00:00 2001
|
||||
From: Jason Gerecke <jason.gerecke@wacom.com>
|
||||
Date: Wed, 3 Feb 2021 21:50:43 -0800
|
||||
Subject: [PATCH libwacom 08/10] data: Add ISDv4 5229 (Lenovo ThinkPad X1 Yoga
|
||||
Gen 5) (#345)
|
||||
|
||||
Link: https://github.com/linuxwacom/wacom-hid-descriptors/issues/135
|
||||
Signed-off-by: Jason Gerecke <jason.gerecke@wacom.com>
|
||||
(cherry picked from commit cb1bf9037d7976ce6efae78f9877c8c5974406e0)
|
||||
---
|
||||
data/isdv4-5229.tablet | 22 ++++++++++++++++++++++
|
||||
1 file changed, 22 insertions(+)
|
||||
create mode 100644 data/isdv4-5229.tablet
|
||||
|
||||
diff --git a/data/isdv4-5229.tablet b/data/isdv4-5229.tablet
|
||||
new file mode 100644
|
||||
index 0000000..646e2e8
|
||||
--- /dev/null
|
||||
+++ b/data/isdv4-5229.tablet
|
||||
@@ -0,0 +1,22 @@
|
||||
+# Lenovo ThinkPad X1 Yoga Gen 5
|
||||
+# Sensor Type: AES
|
||||
+# Features: Touch (Integrated), Tilt
|
||||
+# HW Resolution: 30931 x 17399 (2540 x 2540 lpi)
|
||||
+#
|
||||
+# Autogenerated from sysinfo.FAhKZ7iIrn
|
||||
+# https://github.com/linuxwacom/wacom-hid-descriptors/issues/135#issue-800191575
|
||||
+
|
||||
+[Device]
|
||||
+Name=ISDv4 5229
|
||||
+ModelName=
|
||||
+DeviceMatch=usb:056a:5229
|
||||
+Class=ISDV4
|
||||
+Width=12
|
||||
+Height=7
|
||||
+IntegratedIn=Display;System
|
||||
+Styli=@isdv4-aes;
|
||||
+
|
||||
+[Features]
|
||||
+Stylus=true
|
||||
+Touch=true
|
||||
+Buttons=0
|
||||
--
|
||||
2.31.1
|
||||
|
@ -0,0 +1,43 @@
|
||||
From 3cf507ddec0e4ae3e0f310d0a822414a83e9df35 Mon Sep 17 00:00:00 2001
|
||||
From: =?UTF-8?q?Matthias=20Bl=C3=BCmel?= <blaimi@blaimi.de>
|
||||
Date: Thu, 21 Jan 2021 22:52:05 +0100
|
||||
Subject: [PATCH libwacom 09/10] data: Add Lenovo ThinkPad X13 Yoga Gen 1
|
||||
(ISDv4 5220) (#336)
|
||||
|
||||
(cherry picked from commit cd48da82f01e9e60501adc3cc96a668349079cd2)
|
||||
---
|
||||
data/isdv4-5220.tablet | 22 ++++++++++++++++++++++
|
||||
1 file changed, 22 insertions(+)
|
||||
create mode 100644 data/isdv4-5220.tablet
|
||||
|
||||
diff --git a/data/isdv4-5220.tablet b/data/isdv4-5220.tablet
|
||||
new file mode 100644
|
||||
index 0000000..c1bba66
|
||||
--- /dev/null
|
||||
+++ b/data/isdv4-5220.tablet
|
||||
@@ -0,0 +1,22 @@
|
||||
+# Lenovo ThinkPad X13 Yoga Gen 1
|
||||
+# Sensor Type: AES
|
||||
+# Features: Touch (Integrated), Tilt
|
||||
+# HW Resolution: 29376 x 16524 (2540 x 2540 lpi)
|
||||
+#
|
||||
+# Autogenerated from sysinfo.KNB1IfMgnC
|
||||
+# https://github.com/linuxwacom/wacom-hid-descriptors/issues/129
|
||||
+
|
||||
+[Device]
|
||||
+Name=ISDv4 5220
|
||||
+ModelName=
|
||||
+DeviceMatch=usb:056a:5220
|
||||
+Class=ISDV4
|
||||
+Width=12
|
||||
+Height=7
|
||||
+IntegratedIn=Display;System
|
||||
+Styli=@isdv4-aes;
|
||||
+
|
||||
+[Features]
|
||||
+Stylus=true
|
||||
+Touch=true
|
||||
+Buttons=0
|
||||
--
|
||||
2.31.1
|
||||
|
@ -0,0 +1,45 @@
|
||||
From 694f2e10202fb6ae44aaa3d09d71228b852ed815 Mon Sep 17 00:00:00 2001
|
||||
From: Jason Gerecke <jason.gerecke@wacom.com>
|
||||
Date: Wed, 20 Jan 2021 02:40:58 -0800
|
||||
Subject: [PATCH libwacom 10/10] data: Add ISDv4 5072 (Lenovo ThinkPad Yoga 11e
|
||||
3rd Gen) (#333)
|
||||
|
||||
Link: https://github.com/linuxwacom/wacom-hid-descriptors/issues/126
|
||||
Signed-off-by: Jason Gerecke <jason.gerecke@wacom.com>
|
||||
(cherry picked from commit f8e50998dd7398071e546a7a42b8323fffed7b27)
|
||||
---
|
||||
data/isdv4-5072.tablet | 22 ++++++++++++++++++++++
|
||||
1 file changed, 22 insertions(+)
|
||||
create mode 100644 data/isdv4-5072.tablet
|
||||
|
||||
diff --git a/data/isdv4-5072.tablet b/data/isdv4-5072.tablet
|
||||
new file mode 100644
|
||||
index 0000000..d1ef618
|
||||
--- /dev/null
|
||||
+++ b/data/isdv4-5072.tablet
|
||||
@@ -0,0 +1,22 @@
|
||||
+# Lenovo ThinkPad Yoga 11e 3rd Gen
|
||||
+# Sensor Type: AES
|
||||
+# Features: Touch (Integrated)
|
||||
+# HW Resolution: 25613 x 14400 (2540 x 2540 lpi)
|
||||
+#
|
||||
+# Autogenerated from sysinfo.XoiNSn7Aiz
|
||||
+# https://github.com/linuxwacom/wacom-hid-descriptors/issues/126#issue-787478489
|
||||
+
|
||||
+[Device]
|
||||
+Name=ISDv4 5072
|
||||
+ModelName=
|
||||
+DeviceMatch=i2c:056a:5072
|
||||
+Class=ISDV4
|
||||
+Width=10
|
||||
+Height=6
|
||||
+IntegratedIn=Display;System
|
||||
+Styli=@isdv4-aes;
|
||||
+
|
||||
+[Features]
|
||||
+Stylus=true
|
||||
+Touch=true
|
||||
+Buttons=0
|
||||
--
|
||||
2.31.1
|
||||
|
@ -0,0 +1,343 @@
|
||||
Name: libwacom
|
||||
Version: 1.6
|
||||
Release: 3%{?dist}
|
||||
Summary: Tablet Information Client Library
|
||||
Requires: %{name}-data
|
||||
|
||||
Group: System Environment/Libraries
|
||||
License: MIT
|
||||
URL: https://github.com/linuxwacom/libwacom
|
||||
|
||||
Source0: https://github.com/linuxwacom/libwacom/releases/download/%{name}-%{version}/%{name}-%{version}.tar.bz2
|
||||
|
||||
Patch001: 0001-data-Add-ISDv4-51c7-Lenovo-IdeaPad-FLEX-14API-304.patch
|
||||
Patch002: 0002-data-Add-enovo-IdeaPad-Flex-5-14ARE05-ISDv4-5215.patch
|
||||
Patch003: 0003-data-Add-ISDv4-51e9-Lenovo-ThinkPad-P15-Gen-1-325.patch
|
||||
Patch004: 0004-data-Add-ISDv4-5202-Lenovo-YOGA-C640-13IML-322.patch
|
||||
Patch005: 0005-data-Add-Lenovo-X1-Yoga-3-Generation-ISDv4-5148-320.patch
|
||||
|
||||
Patch006: 0001-data-Add-multiple-Lenovo-ThinkPad-X1-Yoga-Gen-6-PIDs.patch
|
||||
Patch007: 0002-data-Add-ISDv4-51f9-Lenovo-ThinkPad-L13-Yoga-358.patch
|
||||
Patch008: 0003-data-Add-ISDv4-523a-Lenovo-Yoga-9-14ITL5-357.patch
|
||||
Patch009: 0004-data-Add-ISDv4-5204-Lenovo-YOGA-C640-13IML-356.patch
|
||||
Patch010: 0005-data-Add-ISDv4-5256-Lenovo-Yoga-7-15ITL5-351.patch
|
||||
Patch011: 0006-data-Add-ISDv4-5216-Lenovo-IdeaPad-Flex-5-14IIL05-35.patch
|
||||
Patch012: 0007-data-Add-ISDv4-528e-Lenovo-Yoga-6-13ARE05-346.patch
|
||||
Patch013: 0008-data-Add-ISDv4-5229-Lenovo-ThinkPad-X1-Yoga-Gen-5-34.patch
|
||||
Patch014: 0009-data-Add-Lenovo-ThinkPad-X13-Yoga-Gen-1-ISDv4-5220-3.patch
|
||||
Patch015: 0010-data-Add-ISDv4-5072-Lenovo-ThinkPad-Yoga-11e-3rd-Gen.patch
|
||||
|
||||
|
||||
BuildRequires: meson gcc
|
||||
BuildRequires: glib2-devel libgudev1-devel
|
||||
BuildRequires: systemd systemd-devel
|
||||
BuildRequires: git
|
||||
BuildRequires: libxml2-devel
|
||||
|
||||
Requires: %{name}-data = %{version}-%{release}
|
||||
|
||||
%description
|
||||
%{name} is a library that provides information about Wacom tablets and
|
||||
tools. This information can then be used by drivers or applications to tweak
|
||||
the UI or general settings to match the physical tablet.
|
||||
|
||||
%package devel
|
||||
Summary: Tablet Information Client Library Library Development Package
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
Requires: pkgconfig
|
||||
|
||||
%description devel
|
||||
Tablet information client library library development package.
|
||||
|
||||
%package data
|
||||
Summary: Tablet Information Client Library Library Data Files
|
||||
BuildArch: noarch
|
||||
|
||||
# 65-libwacom.rules moved from libwacom to libwacom-data. Conflict here
|
||||
# because there's no real use-case for having old libwacom and new
|
||||
# libwacom-data installed. libwacom-data doesn't require libwacom but it
|
||||
# does require the same version, so let's conflict with any older version
|
||||
# here.
|
||||
Conflicts: %{name} < %{version}
|
||||
|
||||
%description data
|
||||
Tablet information client library library data files.
|
||||
|
||||
%prep
|
||||
%autosetup -S git
|
||||
|
||||
%build
|
||||
%meson -Dtests=enabled -Ddocumentation=disabled
|
||||
%meson_build
|
||||
|
||||
%install
|
||||
%meson_install
|
||||
install -d ${RPM_BUILD_ROOT}/%{_udevrulesdir}
|
||||
|
||||
%check
|
||||
%meson_test
|
||||
|
||||
%ldconfig_scriptlets
|
||||
|
||||
%files
|
||||
%license COPYING
|
||||
%doc README.md
|
||||
%{_libdir}/libwacom.so.*
|
||||
%{_bindir}/libwacom-list-local-devices
|
||||
%{_mandir}/man1/libwacom-list-local-devices.1*
|
||||
|
||||
%files devel
|
||||
%dir %{_includedir}/libwacom-1.0/
|
||||
%dir %{_includedir}/libwacom-1.0/libwacom
|
||||
%{_includedir}/libwacom-1.0/libwacom/libwacom.h
|
||||
%{_libdir}/libwacom.so
|
||||
%{_libdir}/pkgconfig/libwacom.pc
|
||||
|
||||
%files data
|
||||
%doc COPYING
|
||||
%{_udevrulesdir}/65-libwacom.rules
|
||||
%{_udevhwdbdir}/65-libwacom.hwdb
|
||||
%dir %{_datadir}/libwacom
|
||||
%{_datadir}/libwacom/*.tablet
|
||||
%{_datadir}/libwacom/*.stylus
|
||||
%dir %{_datadir}/libwacom/layouts
|
||||
%{_datadir}/libwacom/layouts/*.svg
|
||||
|
||||
%changelog
|
||||
* Wed May 26 2021 Peter Hutterer <peter.hutterer@redhat.com> 1.6-3
|
||||
- Add Lenovo tablet files from upstream (#1940874)
|
||||
|
||||
* Wed Jan 13 2021 Peter Hutterer <peter.hutterer@redhat.com> 1.6-2
|
||||
- Add Lenovo tablet files from upstream (#1914411)
|
||||
|
||||
* Tue Nov 03 2020 Peter Hutterer <peter.hutterer@redhat.com> 1.6-1
|
||||
- libwacom 1.6 (#1878160)
|
||||
|
||||
* Thu Jun 25 2020 Peter Hutterer <peter.hutterer@redhat.com> 1.1-3
|
||||
- Add a set of Lenovo tablets and styli (#1850319)
|
||||
|
||||
* Thu Nov 07 2019 Peter Hutterer <peter.hutterer@redhat.com> 1.1-2
|
||||
- Conflict with older libwacom
|
||||
|
||||
* Thu Nov 07 2019 Peter Hutterer <peter.hutterer@redhat.com> 1.1-1
|
||||
- libwacom 1.1 (#1741423)
|
||||
|
||||
* Thu Aug 09 2018 Peter Hutterer <peter.hutterer@redhat.com> 0.31-1
|
||||
- libwacom 0.31 (#1612758)
|
||||
|
||||
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.30-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
* Fri May 18 2018 Peter Hutterer <peter.hutterer@redhat.com> 0.30-1
|
||||
- libwacom 0.30
|
||||
|
||||
* Wed Mar 07 2018 Peter Hutterer <peter.hutterer@redhat.com>
|
||||
- Switch URLs to github
|
||||
|
||||
* Mon Mar 05 2018 Peter Hutterer <peter.hutterer@redhat.com> 0.29-1
|
||||
- libwacom 0.29
|
||||
|
||||
* Tue Feb 13 2018 Peter Hutterer <peter.hutterer@redhat.com> 0.28-3
|
||||
- Fix PairedID entry causing a debug message in the udev rules
|
||||
|
||||
* Fri Feb 09 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.28-2
|
||||
- Escape macros in %%changelog
|
||||
|
||||
* Thu Feb 08 2018 Peter Hutterer <peter.hutterer@redhat.com> 0.28-1
|
||||
- libwacom 0.28
|
||||
- use autosetup
|
||||
|
||||
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.26-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
* Sat Feb 03 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.26-3
|
||||
- Switch to %%ldconfig_scriptlets
|
||||
|
||||
* Tue Oct 17 2017 Peter Hutterer <peter.hutterer@redhat.com> 0.26-2
|
||||
- run make check as part of the build (#1502637)
|
||||
|
||||
* Fri Aug 25 2017 Peter Hutterer <peter.hutterer@redhat.com> 0.26-1
|
||||
- libwacom 0.26
|
||||
|
||||
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.25-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
||||
|
||||
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.25-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||
|
||||
* Thu May 11 2017 Peter Hutterer <peter.hutterer@redhat.com> 0.25-1
|
||||
- libwacom 0.25
|
||||
|
||||
* Wed Feb 15 2017 Peter Hutterer <peter.hutterer@redhat.com> 0.24-1
|
||||
- libwacom 0.24
|
||||
|
||||
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.23-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||
|
||||
* Fri Jan 20 2017 Peter Hutterer <peter.hutterer@redhat.com> 0.23-2
|
||||
- Upload the sources too...
|
||||
|
||||
* Fri Jan 20 2017 Peter Hutterer <peter.hutterer@redhat.com> 0.23-1
|
||||
- libwacom 0.23
|
||||
|
||||
* Fri Nov 11 2016 Peter Hutterer <peter.hutterer@redhat.com> 0.22-2
|
||||
- Add Lenovo X1 Yoga data file (#1389849)
|
||||
|
||||
* Wed Jul 20 2016 Peter Hutterer <peter.hutterer@redhat.com> 0.22-1
|
||||
- libwacom 0.22
|
||||
|
||||
* Fri Jun 17 2016 Peter Hutterer <peter.hutterer@redhat.com> 0.21-1
|
||||
- libwacom 0.21
|
||||
|
||||
* Wed Jun 08 2016 Peter Hutterer <peter.hutterer@redhat.com> 0.20-1
|
||||
- libwacom 0.20
|
||||
|
||||
* Tue Apr 26 2016 Peter Hutterer <peter.hutterer@redhat.com> 0.19-1
|
||||
- libwacom 0.19
|
||||
|
||||
* Fri Apr 01 2016 Peter Hutterer <peter.hutterer@redhat.com> 0.18-2
|
||||
- Add a custom quirk for HUION Consumer Control devices (#1314955)
|
||||
|
||||
* Fri Apr 01 2016 Peter Hutterer <peter.hutterer@redhat.com> 0.18-1
|
||||
- libwacom 0.18
|
||||
|
||||
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.17-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
||||
* Mon Dec 07 2015 Peter Hutterer <peter.hutterer@redhat.com> 0.17-1
|
||||
- libwacom 0.17
|
||||
|
||||
* Fri Nov 13 2015 Peter Hutterer <peter.hutterer@redhat.com> 0.16-1
|
||||
- libwacom 0.16
|
||||
|
||||
* Sun Jul 12 2015 Peter Robinson <pbrobinson@fedoraproject.org> 0.15-3
|
||||
- fix %%{_udevrulesdir} harder
|
||||
|
||||
* Sat Jul 11 2015 Peter Robinson <pbrobinson@fedoraproject.org> 0.15-2
|
||||
- Use %%{_udevrulesdir} so rule.d doesn't inadvertantly end up in /
|
||||
- Use %%license
|
||||
|
||||
* Wed Jul 08 2015 Peter Hutterer <peter.hutterer@redhat.com> 0.15-1
|
||||
- libwacom 0.15
|
||||
|
||||
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.13-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||
|
||||
* Tue Apr 21 2015 Peter Hutterer <peter.hutterer@redhat.com> 0.13-2
|
||||
- Don't label touchscreens as touchpads (#1208685)
|
||||
|
||||
* Mon Apr 20 2015 Peter Hutterer <peter.hutterer@redhat.com> 0.13-1
|
||||
- libwacom 0.13
|
||||
|
||||
* Tue Mar 10 2015 Peter Hutterer <peter.hutterer@redhat.com> 0.12-1
|
||||
- libwacom 0.12
|
||||
|
||||
* Thu Nov 06 2014 Peter Hutterer <peter.hutterer@redhat.com> 0.11-1
|
||||
- libwacom 0.11
|
||||
|
||||
* Wed Aug 20 2014 Peter Hutterer <peter.hutterer@redhat.com> 0.10-1
|
||||
- libwacom 0.10
|
||||
|
||||
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
||||
|
||||
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||
|
||||
* Thu Mar 20 2014 Peter Hutterer <peter.hutterer@redhat.com> 0.9-2
|
||||
- Generate the rules file from the database
|
||||
|
||||
* Tue Mar 04 2014 Peter Hutterer <peter.hutterer@redhat.com> 0.9-1
|
||||
- libwacom 0.9
|
||||
|
||||
* Mon Jan 20 2014 Peter Hutterer <peter.hutterer@redhat.com> - 0.8-2
|
||||
- Update rules file to current database
|
||||
|
||||
* Mon Oct 07 2013 Peter Hutterer <peter.hutterer@redhat.com> 0.8-1
|
||||
- libwacom 0.8
|
||||
|
||||
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.1-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||
|
||||
* Thu Jul 11 2013 Peter Hutterer <peter.hutterer@redhat.com> 0.7.1-3
|
||||
- Disable silent rules
|
||||
|
||||
* Wed May 01 2013 Peter Hutterer <peter.hutterer@redhat.com> 0.7.1-2
|
||||
- Use stdout, not stdin for printing
|
||||
|
||||
* Tue Apr 16 2013 Peter Hutterer <peter.hutterer@redhat.com> 0.7.1-1
|
||||
- libwacom 0.7.1
|
||||
|
||||
* Fri Feb 22 2013 Peter Hutterer <peter.hutterer@redhat.com> 0.7-3
|
||||
- Install into correct udev rules directory (#913723)
|
||||
|
||||
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
||||
|
||||
* Thu Dec 20 2012 Peter Hutterer <peter.hutterer@redhat.com> 0.7-1
|
||||
- libwacom 0.7
|
||||
|
||||
* Fri Nov 09 2012 Peter Hutterer <peter.hutterer@redhat.com> 0.6.1-1
|
||||
- libwacom 0.6.1
|
||||
- update udev.rules files for new tablet descriptions
|
||||
|
||||
* Fri Aug 17 2012 Peter Hutterer <peter.hutterer@redhat.com> 0.6-5
|
||||
- remove %%defattr, not necessary anymore
|
||||
|
||||
* Mon Jul 30 2012 Peter Hutterer <peter.hutterer@redhat.com> 0.6-4
|
||||
- ... and install the rules in %%libdir
|
||||
|
||||
* Mon Jul 30 2012 Peter Hutterer <peter.hutterer@redhat.com> 0.6-3
|
||||
- udev rules can go into %%libdir now
|
||||
|
||||
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||
|
||||
* Tue Jul 03 2012 Peter Hutterer <peter.hutterer@redhat.com> 0.6-1
|
||||
- libwacom 0.6
|
||||
|
||||
* Tue May 08 2012 Peter Hutterer <peter.hutterer@redhat.com> 0.5-3
|
||||
- Fix crash with WACf* serial devices (if not inputattach'd) (#819191)
|
||||
|
||||
* Thu May 03 2012 Peter Hutterer <peter.hutterer@redhat.com> 0.5-2
|
||||
- Fix gnome-control-center crash for Bamboo Pen & Touch
|
||||
- Generic styli needs to have erasers, default to two tools.
|
||||
|
||||
* Wed May 02 2012 Peter Hutterer <peter.hutterer@redhat.com> 0.5-1
|
||||
- Update to 0.5
|
||||
- Fix sources again - as long as Source0 points to sourceforge this is a bz2
|
||||
|
||||
* Tue Mar 27 2012 Matthias Clasen <mclasen@redhat.com> 0.4-1
|
||||
- Update to 0.4
|
||||
|
||||
* Thu Mar 22 2012 Peter Hutterer <peter.hutterer@redhat.com> 0.3-6
|
||||
- Fix udev rules generator patch to apply ENV{ID_INPUT_TOUCHPAD} correctly
|
||||
(#803314)
|
||||
|
||||
* Thu Mar 08 2012 Olivier Fourdan <ofourdan@redhat.com> 0.3-5
|
||||
- Mark data subpackage as noarch and make it a requirement for libwacom
|
||||
- Use generated udev rule file to list only known devices from libwacom
|
||||
database
|
||||
|
||||
* Tue Mar 06 2012 Peter Hutterer <peter.hutterer@redhat.com> 0.3-4
|
||||
- libwacom-0.3-add-list-devices.patch: add API to list devices
|
||||
- libwacom-0.3-add-udev-generator.patch: add a udev rules generater tool
|
||||
- libwacom-0.3-add-bamboo-one.patch: add Bamboo One definition
|
||||
|
||||
* Tue Feb 21 2012 Olivier Fourdan <ofourdan@redhat.com> - 0.3-2
|
||||
- Add udev rules to identify Wacom as tablets for libwacom
|
||||
|
||||
* Tue Feb 21 2012 Peter Hutterer <peter.hutterer@redhat.com>
|
||||
- Source file is .bz2, not .xz
|
||||
|
||||
* Tue Feb 7 2012 Matthias Clasen <mclasen@redhat.com> - 0.3-1
|
||||
- Update to 0.3
|
||||
|
||||
* Tue Jan 17 2012 Matthias Clasen <mclasen@redhat.com> - 0.2-1
|
||||
- Update to 0.2
|
||||
|
||||
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
||||
|
||||
* Mon Dec 19 2011 Peter Hutterer <peter.hutterer@redhat.com> 0.1-1
|
||||
- Initial import (#768800)
|
Loading…
Reference in new issue