Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch to libera.chat #541

Merged
merged 3 commits into from
Jun 15, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 = 10
PACKAGE_VERSION = 11
PACKAGE = $(PACKAGE_NAME)-$(PACKAGE_VERSION)
DKMS_MODULES_NAME = digimend
DKMS_MODULES = $(DKMS_MODULES_NAME)/$(PACKAGE_VERSION)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ yet, leave a thumbs-up :thumbsup: reaction on the first post in the issue.
This will let developers identify popular issues and pick them first for
solving!

Join the [#DIGImend channel on irc.freenode.net][irc_channel] to discuss the
Join the [#DIGImend channel on irc.libera.chat][irc_channel] to discuss the
drivers, tablets, development, to ask for help, and to help others!

[travis_ci_badge]: https://travis-ci.org/DIGImend/digimend-kernel-drivers.svg?branch=master
Expand All @@ -338,5 +338,5 @@ drivers, tablets, development, to ask for help, and to help others!
[xsetwacom_manpage]: https://www.mankier.com/1/xsetwacom
[howtos]: http://digimend.github.io/support/
[issues]: https://github.com/DIGImend/digimend-kernel-drivers/issues
[irc_channel]: https://webchat.freenode.net/?channels=DIGImend
[irc_channel]: https://web.libera.chat/#DIGImend
[gnome_touch_scroll_issue]: https://gitlab.gnome.org/GNOME/gnome-control-center/issues/118
27 changes: 25 additions & 2 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,8 +1,31 @@
digimend-dkms (10) unstable; urgency=low
digimend-dkms (11) unstable; urgency=low

* Bump version number.

-- Nikolai Kondrashov <spbnick@gmail.com> Sat, 15 Dec 2018 18:17:23 +0200
-- Nikolai Kondrashov <spbnick@gmail.com> Tue, 15 Jun 2021 14:08:41 +0300

digimend-dkms (10) unstable; urgency=low

* Add support for Huion tilt reporting protocol.
* Add support for Ugee Rainbow CV720. Thank you, Wang Xuerui!
* Handle the new Huion product ID (006d), unlocking support for many new
models.
* Add support for 13th button on Huion tablet frames.
* Do not expose unused input interfaces, to simplify code and reduce user
confusion.
* Support touch rings and strips on Huion devices. However, this requires
the user-space Wacom drivers v0.34.99.1 or older for now. See way too many
details about this in issue #275. Also note that Gnome has support for
this broken.
* Support dials on Huion devices.
* Add support for Huion Q620M.
* Add support for Huion HS611.
* Add pen support for XP-Pen Star 06. Thank you, romanenkor!
* Add digimend-debug tool. Now you can make debug messages to appear in your
dmesg upon tablet connection, if you run sudo digimend-debug on first.
* Fix multiple issues with compatibility with newer kernels and distros.

-- Nikolai Kondrashov <spbnick@gmail.com> Sun, 4 Oct 2020 15:23:30 +0300

digimend-dkms (9) unstable; urgency=low

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