--- /usr/portage/x11-drivers/linuxwacom/linuxwacom-0.8.4_p1.ebuild 2009-09-03 12:38:01.000000000 +0400 +++ /usr/local/overlays/local/x11-drivers/linuxwacom/linuxwacom-0.8.4_p1.ebuild 2009-09-10 23:34:42.000000000 +0400 @@ -31,13 +31,13 @@ wacom_check() { if use modules ; then - ebegin "Checking for wacom module" - linux_chkconfig_module TABLET_USB_WACOM + ebegin "Checking for wacom builtin driver" + linux_chkconfig_builtin TABLET_USB_WACOM eend $? - if [[ $? -ne 0 ]] || ! [ -f "/lib/modules/${KV}/kernel/drivers/input/tablet/wacom.ko" ]; then + if [[ $? -eq 0 ]]; then eerror "You need to have your kernel compiled with wacom as a module" - eerror "to let linuxwacom overwrite it." + eerror "or disabled at all to let linuxwacom overwrite it." eerror "Enable it in the kernel, found at:" eerror eerror " Device Drivers"