Skip to content

Commit

Permalink
Update to v12
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseExposito committed Feb 24, 2024
1 parent f4faf8e commit b6b7b29
Show file tree
Hide file tree
Showing 7 changed files with 17 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 = 11
PACKAGE_VERSION = 12
PACKAGE = $(PACKAGE_NAME)-$(PACKAGE_VERSION)
DKMS_MODULES_NAME = digimend
DKMS_MODULES = $(DKMS_MODULES_NAME)/$(PACKAGE_VERSION)
Expand Down
11 changes: 11 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
digimend-dkms (12) unstable; urgency=low

* Add support for XP-PEN Deco Pro S, with VID:PID 28bd:0909
* Add support for Parblo A610 PRO, with VID:PID 28bd:1903
* Add support for XP-PEN Deco LW, with VID:PID 28bd:0935
* Add support for XP-PEN Deco 01 V2, with VID:PID 28bd:0905
* Add support for XP-PEN Deco Pro SW, with VID:PID 28bd:0933
* Add support for XP-PEN Deco Pro MW, with VID:PID 28bd:0934

-- José Expósito <jose.exposito89@gmail.com> Sat, 24 Feb 2024 12:04:41 +0100

digimend-dkms (11) unstable; urgency=low

* Fix uninstallation with newer DKMS versions.
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="11"
PACKAGE_VERSION="12"
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("11");
MODULE_VERSION("12");
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("11");
MODULE_VERSION("12");
2 changes: 1 addition & 1 deletion hid-uclogic-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -580,7 +580,7 @@ module_hid_driver(uclogic_driver);
MODULE_AUTHOR("Martin Rusko");
MODULE_AUTHOR("Nikolai Kondrashov");
MODULE_LICENSE("GPL");
MODULE_VERSION("11");
MODULE_VERSION("12");

#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("11");
MODULE_VERSION("12");

0 comments on commit b6b7b29

Please sign in to comment.