提交 53149801 编写于 作者: J Jiri Kosina

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: NJiri Kosina <jkosina@suse.cz>
上级 4d503ecc
......@@ -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"
/*
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册