lkml.org 
[lkml]   [2021]   [Dec]   [13]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 5.10 007/132] HID: add USB_HID dependancy to hid-prodikeys
    Date
    From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

    commit 30cb3c2ad24b66fb7639a6d1f4390c74d6e68f94 upstream.

    The prodikeys HID driver only controls USB devices, yet did not have a
    dependancy on USB_HID. This causes build errors on some configurations
    like nios2 when building due to new changes to the prodikeys driver.

    Reported-by: kernel test robot <lkp@intel.com>
    Cc: stable@vger.kernel.org
    Cc: Jiri Kosina <jikos@kernel.org>
    Cc: Benjamin Tissoires <benjamin.tissoires@redhat.com>
    Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
    Signed-off-by: Benjamin Tissoires <benjamin.tissoires@redhat.com>
    Link: https://lore.kernel.org/r/20211203081231.2856936-1-gregkh@linuxfoundation.org
    Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
    ---
    drivers/hid/Kconfig | 2 +-
    1 file changed, 1 insertion(+), 1 deletion(-)

    --- a/drivers/hid/Kconfig
    +++ b/drivers/hid/Kconfig
    @@ -245,7 +245,7 @@ config HID_MACALLY

    config HID_PRODIKEYS
    tristate "Prodikeys PC-MIDI Keyboard support"
    - depends on HID && SND
    + depends on USB_HID && SND
    select SND_RAWMIDI
    help
    Support for Prodikeys PC-MIDI Keyboard device support.

    \
     
     \ /
      Last update: 2021-12-13 11:14    [W:6.261 / U:0.068 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site