Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1698777

[PATCH] HID: wacom: add USB_HID dependency

From Arnd Bergmann <arnd@arndb.de>
Newsgroups linux.kernel
Subject [PATCH] HID: wacom: add USB_HID dependency
Date 2017-07-28 15:20 +0200
Message-ID <u8dlo-4dP-25@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


The driver has gained a compile-time dependency that we should
express in Kconfig to avoid this link error:

drivers/hid/wacom_sys.o: In function `wacom_parse_and_register':
wacom_sys.c:(.text+0x2eec): undefined reference to `usb_hid_driver'

Fixes: 09dc28acaec7 ("HID: wacom: Improve generic name generation")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
---
 drivers/hid/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig
index 3cd60f460b61..0a3117cc29e7 100644
--- a/drivers/hid/Kconfig
+++ b/drivers/hid/Kconfig
@@ -924,7 +924,7 @@ config HID_UDRAW_PS3
 
 config HID_WACOM
 	tristate "Wacom Intuos/Graphire tablet support (USB)"
-	depends on HID
+	depends on USB_HID
 	select POWER_SUPPLY
 	select NEW_LEDS
 	select LEDS_CLASS
-- 
2.9.0

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH] HID: wacom: add USB_HID dependency Arnd Bergmann <arnd@arndb.de> - 2017-07-28 15:20 +0200
  Re: [PATCH] HID: wacom: add USB_HID dependency Jason Gerecke <killertofu@gmail.com> - 2017-07-28 16:10 +0200
    Re: [PATCH] HID: wacom: add USB_HID dependency Arnd Bergmann <arnd@arndb.de> - 2017-07-28 16:20 +0200
      Re: [PATCH] HID: wacom: add USB_HID dependency Jason Gerecke <killertofu@gmail.com> - 2017-07-28 16:30 +0200
        Re: [PATCH] HID: wacom: add USB_HID dependency Arnd Bergmann <arnd@arndb.de> - 2017-07-28 16:30 +0200
          Re: [PATCH] HID: wacom: add USB_HID dependency Jason Gerecke <killertofu@gmail.com> - 2017-07-28 17:20 +0200

csiph-web