Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 544712

Summary: x11-drivers/xf86-input-wacom-0.24.0 - incorrect ewarn message
Product: Gentoo Linux Reporter: lekto
Component: [OLD] UnspecifiedAssignee: Matt Turner <mattst88>
Status: RESOLVED FIXED    
Severity: trivial CC: draget-gentoo, jj, Martin.vGagern, x11
Priority: Normal    
Version: unspecified   
Hardware: AMD64   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description lekto 2015-03-28 00:12:00 UTC
When I emerge xf86-input-wacom I get message about enabling support in kernel. It's says it's:
Device Drivers => Input device support => Tablets => Wacom Intuos/Graphire tablet support (USB)
But this option is in:
Device Drivers => HID support => HID bus support => Special HID drivers

Reproducible: Always

Steps to Reproduce:
1. emerge xf86-input-wacom
2.
3.
Comment 1 Martin von Gagern 2015-11-08 20:56:59 UTC
https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=471d17148c8b4174ac5f5283a73316d12c4379bc included in linux 3.17 and later changed the config item from TABLET_USB_WACOM in drivers/input/tablet/Kconfig to HID_USB_WACOM in drivers/hid/Kconfig.
Comment 2 Chí-Thanh Christopher Nguyễn gentoo-dev 2015-12-07 11:25:22 UTC
*** Bug 567056 has been marked as a duplicate of this bug. ***
Comment 3 Jonas Jelten 2016-07-22 11:34:54 UTC
It's still warning about a renamed kernel option. Any way we can help out?
Comment 4 Matt Turner gentoo-dev 2017-01-28 06:13:09 UTC
Fixed by

commit bcea2037cba680360c03f63bd3041e3c5eda6d9c
Author: Matt Turner <mattst88@gentoo.org>
Date:   Fri Jan 27 21:52:51 2017 -0800

    x11-drivers/xf86-input-wacom: Kconfig directions.
    
    Upstream commit 471d17148c8b4174ac5f5283a73316d12c4379bc changed it to
    HID_USB_WACOM, and then commit 7403a6a448c3ed96221bb46c9da75254fd87b520
    merged HID_USB_WACOM into HID_WACOM. Both commits appeared first in the
    v3.17 release.
    
    Bug: https://bugs.gentoo.org/544712


In the future if you want to help out, I'd recommend sending a pull request on github (in addition to filing a bug).