Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=e7c4e1a58f320bafb194a411a41de29abc19315f
Commit:     e7c4e1a58f320bafb194a411a41de29abc19315f
Parent:     a8b3485287731978899ced11f24628c927890e78
Author:     Russell King <[EMAIL PROTECTED]>
AuthorDate: Fri Jan 12 21:53:51 2007 +0000
Committer:  Jiri Kosina <[EMAIL PROTECTED]>
CommitDate: Sun Jan 21 22:17:47 2007 +0100

    HID: fix some ARM builds due to HID brokenness - make USB_HID depend on 
INPUT
    
    We have USB_HID _newly_ selected in configurations which didn't
    have it before, which overrides CONFIG_HID and builds HID without
    input support.
    
    Nevertheless, here's a patch to solve more of the same that my original
    patch attempted to solve.  The original patch is still required.  Seems
    to solve the final instance of this problem here.
    
    Signed-off-by: Russell King <[EMAIL PROTECTED]>
    Signed-off-by: Jiri Kosina <[EMAIL PROTECTED]>
---
 drivers/usb/input/Kconfig |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/usb/input/Kconfig b/drivers/usb/input/Kconfig
index 258a5d0..c7d8875 100644
--- a/drivers/usb/input/Kconfig
+++ b/drivers/usb/input/Kconfig
@@ -7,7 +7,7 @@ comment "USB Input Devices"
 config USB_HID
        tristate "USB Human Interface Device (full HID) support"
        default y
-       depends on USB
+       depends on USB && INPUT
        select HID
        ---help---
          Say Y here if you want full HID support to connect USB keyboards,
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to