Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
berarma committed Dec 27, 2019
1 parent de30aa2 commit 83f3906
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dkms.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PACKAGE_NAME="new-lg4ff"
PACKAGE_VERSION="0.2a"
PACKAGE_VERSION="0.2b"
MAKE[0]="make KVERSION=$kernelver"
CLEAN="make clean"
BUILT_MODULE_NAME[0]="hid-logitech-new"
Expand Down
4 changes: 3 additions & 1 deletion hid-lg4ff.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@
#include "hid-lg4ff.h"
#include "hid-ids.h"

#define LG4FF_VERSION "0.2b"

#define LG4FF_MMODE_IS_MULTIMODE 0
#define LG4FF_MMODE_SWITCHED 1
#define LG4FF_MMODE_NOT_MULTIMODE 2
Expand Down Expand Up @@ -2084,7 +2086,7 @@ int lg4ff_init(struct hid_device *hid)
lg4ff_init_leds(hid, entry, i);
#endif

hid_info(hid, "Force feedback support for Logitech Gaming Wheels (new)\n");
hid_info(hid, "Force feedback support for Logitech Gaming Wheels (%s)\n", LG4FF_VERSION);

if (lowres_timer) {
hid_info(hid, "Lowres timer: HZ (jiffies) = %d, timer period = %d ms", HZ, timer_msecs);
Expand Down

0 comments on commit 83f3906

Please sign in to comment.