[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <e2154a13-0ec5-d39c-52cf-db98867b0496@infradead.org>
Date: Mon, 6 May 2019 18:12:33 -0700
From: Randy Dunlap <rdunlap@...radead.org>
To: LKML <linux-kernel@...r.kernel.org>,
Andrew Morton <akpm@...ux-foundation.org>
Cc: "linux-input@...r.kernel.org" <linux-input@...r.kernel.org>,
Jiri Kosina <jikos@...nel.org>,
Benjamin Tissoires <benjamin.tissoires@...hat.com>,
kbuild test robot <lkp@...el.com>
Subject: [PATCH -next] hid: fix hid-logitech-dj build error
From: Randy Dunlap <rdunlap@...radead.org>
Fix build error in hid-logitech-dj by making it depend on
USB_HID, like several other HID drivers do.
Fixes this build error:
ERROR: "usb_hid_driver" [drivers/hid/hid-logitech-dj.ko] undefined!
Reported-by: kbuild test robot <lkp@...el.com>
Signed-off-by: Randy Dunlap <rdunlap@...radead.org>
Cc: Jiri Kosina <jikos@...nel.org>
Cc: Benjamin Tissoires <benjamin.tissoires@...hat.com>
Cc: linux-input@...r.kernel.org
Cc: Andrew Morton <akpm@...ux-foundation.org>
---
drivers/hid/Kconfig | 1 +
1 file changed, 1 insertion(+)
--- mmotm-2019-0425-1630.orig/drivers/hid/Kconfig
+++ mmotm-2019-0425-1630/drivers/hid/Kconfig
@@ -522,6 +522,7 @@ config HID_LOGITECH
config HID_LOGITECH_DJ
tristate "Logitech Unifying receivers full support"
depends on HIDRAW
+ depends on USB_HID
depends on HID_LOGITECH
select HID_LOGITECH_HIDPP
---help---
Powered by blists - more mailing lists