Skip to content

Commit

Permalink
HID: Fix DRIVER_DESC macro
Browse files Browse the repository at this point in the history
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: Jiri Kosina <jkosina@suse.cz>
  • Loading branch information
Jiri Kosina committed Jan 9, 2007
1 parent 4d503ec commit 5314980
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/hid/hid-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"

/*
Expand Down

0 comments on commit 5314980

Please sign in to comment.