linuxwacom / input-wacom

Linux kernel driver for Wacom devices
GNU General Public License v2.0
611 stars 58 forks source link

Sync release script with xf86-input-wacom #417

Closed Pinglinux closed 5 months ago

Pinglinux commented 5 months ago

This is to port Peter's update to the release.sh for xf86-input-wacom to input-wacom. Some minor adjustments were added to the last two patches:

Removal of "--moduleset case".

And merging of "if [ $? -ne 0 ]; then" with "if [ x"$configNum" = x0 ]; then".