OSDN Git Service

HID: wacom: Do not add suffix to name of devices with an unknown type
authorJason Gerecke <killertofu@gmail.com>
Fri, 1 May 2015 00:51:53 +0000 (17:51 -0700)
committerJiri Kosina <jkosina@suse.cz>
Mon, 4 May 2015 08:00:22 +0000 (10:00 +0200)
commit8d80f790ecbcd0c3d55be51d867cbe4db1debd89
treee2a724827fdbd13ed066d5c06917f3e481daf90e
parentc24eab4e0e449845ba98e649b0605ab0450193db
HID: wacom: Do not add suffix to name of devices with an unknown type

The naming logic currently assumes that all devices will be a pen, finger,
or pad. Though this has historically been the case, the new HID_GENERIC
catch-all may cause us to probe devices with Wacom's 056A VID which aren't
any of these types (e.g. the "Cintiq 24HDT Monitor Control"). This patch
updates the logic so that no suffix will be added to the device name if
the device type is unknown.

Signed-off-by: Jason Gerecke <jason.gerecke@wacom.com>
Reviewed-by: Ping Cheng <pingc@wacom.com>
Reviewed-by: Benjamin Tissoires <benjamin.tissoires@redhat.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/hid/wacom_sys.c