+ mac_hid-fix-build-error-if-mac_emumousebtn-input.patch added to -mm tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



The patch titled
     mac_hid: fix build error if MAC_EMUMOUSEBTN && !INPUT
has been added to the -mm tree.  Its filename is
     mac_hid-fix-build-error-if-mac_emumousebtn-input.patch

*** Remember to use Documentation/SubmitChecklist when testing your code ***

See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find
out what to do about this

------------------------------------------------------
Subject: mac_hid: fix build error if MAC_EMUMOUSEBTN && !INPUT
From: Andreas Herrmann <aherrman@xxxxxxxx>

Build error if MAC_EMUMOUSEBTN && !INPUT:

  LD      .tmp_vmlinux1
drivers/built-in.o: In function `input_report_key':
include/linux/input.h:1158: undefined reference to `input_event'
    ...

Auto-select INPUT for MAC_EMUMOUSEBTN option.

Signed-off-by: Andreas Herrmann <aherrman@xxxxxxxx>
Cc: Jiri Kosina <jikos@xxxxxxxx>
Cc: Dmitry Torokhov <dtor@xxxxxxx>
Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
---

 drivers/macintosh/Kconfig |    1 +
 1 file changed, 1 insertion(+)

diff -puN drivers/macintosh/Kconfig~mac_hid-fix-build-error-if-mac_emumousebtn-input drivers/macintosh/Kconfig
--- a/drivers/macintosh/Kconfig~mac_hid-fix-build-error-if-mac_emumousebtn-input
+++ a/drivers/macintosh/Kconfig
@@ -172,6 +172,7 @@ config INPUT_ADBHID
 
 config MAC_EMUMOUSEBTN
 	bool "Support for mouse button 2+3 emulation"
+	select INPUT
 	help
 	  This provides generic support for emulating the 2nd and 3rd mouse
 	  button with keypresses.  If you say Y here, the emulation is still
_

Patches currently in -mm which might be from aherrman@xxxxxxxx are

origin.patch
mac_hid-fix-build-error-if-mac_emumousebtn-input.patch

-
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Kernel Newbies FAQ]     [Kernel Archive]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [Bugtraq]     [Photo]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]

  Powered by Linux