Commit a7cdc208 authored by Colin Ian King's avatar Colin Ian King Committed by Jiri Kosina
Browse files

HID: hid-debug: Fix spelling mistake "Rechargable" -> "Rechargeable"



There is a spelling mistake in HID description. Fix it.

Signed-off-by: default avatarColin Ian King <colin.i.king@gmail.com>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.com>
parent 083a4f3f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2523,7 +2523,7 @@ static const struct hid_usage_entry hid_usage_table[] = {
		{ 0x85, 0x0088, "iDeviceName" },
		{ 0x85, 0x0089, "iDeviceChemistry" },
		{ 0x85, 0x008a, "ManufacturerData" },
		{ 0x85, 0x008b, "Rechargable" },
		{ 0x85, 0x008b, "Rechargeable" },
		{ 0x85, 0x008c, "WarningCapacityLimit" },
		{ 0x85, 0x008d, "CapacityGranularity1" },
		{ 0x85, 0x008e, "CapacityGranularity2" },