Skip to content

Commit

Permalink
Update to v13
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseExposito committed May 2, 2024
1 parent 2683e80 commit 201c430
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ HID_REBIND = $(DESTDIR)/lib/udev/hid-rebind
DIGIMEND_DEBUG = $(DESTDIR)/usr/sbin/digimend-debug
XORG_CONF := $(DESTDIR)/usr/share/X11/xorg.conf.d/50-digimend.conf
PACKAGE_NAME = digimend-kernel-drivers
PACKAGE_VERSION = 12
PACKAGE_VERSION = 13
PACKAGE = $(PACKAGE_NAME)-$(PACKAGE_VERSION)
DKMS_MODULES_NAME = digimend
DKMS_MODULES = $(DKMS_MODULES_NAME)/$(PACKAGE_VERSION)
Expand Down
13 changes: 13 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
digimend-dkms (13) unstable; urgency=low

* Expose the firmware name to as uniq ID for user space
* Support HUION devices with up to 20 buttons
* Use Rx and Ry for touch strips so they work with libinput
* Add support for HUION pid 0x006F
* Add support for pid 0x0064: Gaomon 1060 Pro, Gaomon M6, HUION KD200
and HUION KD100 among others
* Add support for HUION Inspiroy 2 M, with VID:PID 256c:0067
* Add support for HUION Inspiroy 2 L, with VID:PID 256c:0068

-- José Expósito <jose.exposito89@gmail.com> Thu, 02 May 2024 20:02:56 +0100

digimend-dkms (12) unstable; urgency=low

* Add support for XP-PEN Deco Pro S, with VID:PID 28bd:0909
Expand Down
2 changes: 1 addition & 1 deletion dkms.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PACKAGE_NAME="digimend"
PACKAGE_VERSION="12"
PACKAGE_VERSION="13"
AUTOINSTALL="yes"
MAKE[0]="make KVERSION=$kernelver"
BUILT_MODULE_NAME[0]="hid-kye"
Expand Down
2 changes: 1 addition & 1 deletion hid-kye.c
Original file line number Diff line number Diff line change
Expand Up @@ -792,4 +792,4 @@ static struct hid_driver kye_driver = {
module_hid_driver(kye_driver);

MODULE_LICENSE("GPL");
MODULE_VERSION("12");
MODULE_VERSION("13");
2 changes: 1 addition & 1 deletion hid-polostar.c
Original file line number Diff line number Diff line change
Expand Up @@ -212,4 +212,4 @@ static struct hid_driver polostar_driver = {
module_hid_driver(polostar_driver);

MODULE_LICENSE("GPL");
MODULE_VERSION("12");
MODULE_VERSION("13");
2 changes: 1 addition & 1 deletion hid-uclogic-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -588,7 +588,7 @@ module_hid_driver(uclogic_driver);
MODULE_AUTHOR("Martin Rusko");
MODULE_AUTHOR("Nikolai Kondrashov");
MODULE_LICENSE("GPL");
MODULE_VERSION("12");
MODULE_VERSION("13");

#ifdef CONFIG_HID_KUNIT_TEST
#include "hid-uclogic-core-test.c"
Expand Down
2 changes: 1 addition & 1 deletion hid-viewsonic.c
Original file line number Diff line number Diff line change
Expand Up @@ -125,4 +125,4 @@ static struct hid_driver viewsonic_driver = {
module_hid_driver(viewsonic_driver);

MODULE_LICENSE("GPL");
MODULE_VERSION("12");
MODULE_VERSION("13");

0 comments on commit 201c430

Please sign in to comment.