Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 53149801 authored by Jiri Kosina's avatar Jiri Kosina
Browse files

HID: Fix DRIVER_DESC macro



DRIVER_DESC macro is wrong in drivers/hid/hid-core.c. Its value
is legacy from original usb+hid code and clashes with current
usbhid implementation. Fix it.

Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent 4d503ecc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -40,7 +40,7 @@

#define DRIVER_VERSION "v2.6"
#define DRIVER_AUTHOR "Andreas Gal, Vojtech Pavlik"
#define DRIVER_DESC "USB HID core driver"
#define DRIVER_DESC "HID core driver"
#define DRIVER_LICENSE "GPL"

/*