Skip to content

Conversation

@metux
Copy link
Contributor

@metux metux commented Jan 7, 2026

Reduce the effort of declaring/filling an input driver's module version
struct to short statement like this:

XF86_MODULE_VERSION_INPUT("egalax",
                          PACKAGE_VERSION_MAJOR,
                          PACKAGE_VERSION_MINOR,
                          PACKAGE_VERSION_PATCHLEVEL);

This will create a properly filled XF86ModuleVersionInfo structure
named modInfo.

Signed-off-by: Enrico Weigelt, metux IT consult info@metux.net

Reduce the effort of declaring/filling an input driver's module version
struct to short statement like this:

    XF86_MODULE_VERSION_INPUT("egalax",
                              PACKAGE_VERSION_MAJOR,
                              PACKAGE_VERSION_MINOR,
                              PACKAGE_VERSION_PATCHLEVEL);

This will create a properly filled XF86ModuleVersionInfo structure
named `modInfo`.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
@metux metux self-assigned this Jan 7, 2026
@metux metux requested a review from a team January 7, 2026 18:41
@metux metux merged commit 84d631b into release/25.0 Jan 7, 2026
@metux metux deleted the pr/25.0/xfree86-xf86module-h-macro-for-declaring-input-driver-module-version-_2026-01-07_19-41-01 branch January 7, 2026 18:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants