• Arnaud Quette's avatar
    [PATCH] drivers/usb/input/hiddev.c: fix hiddev_connect issue when · 1200021c
    Arnaud Quette authored
    The following one line patch (against 2.5.44) fixes an index problem when
    connecting a new hiddev
    device, when kernel isn't compiled with CONFIG_USB_DYNAMIC_MINORS. Previous
    attempt to open
    hiddev device terminated with an ENODEV error. Note that this fix works with
    either dynamic minors
    flag enabled or not.
    1200021c
hiddev.c 19.3 KB