trivial: Fix the ColorHug display names

This commit is contained in:
Richard Hughes 2015-03-10 09:48:00 +00:00
parent 773ce988e8
commit dd2c776c0a

View File

@ -448,17 +448,17 @@ fu_provider_chug_device_added_cb (GUsbContext *ctx,
case CH_DEVICE_MODE_BOOTLOADER2:
case CH_DEVICE_MODE_FIRMWARE2:
fu_device_set_metadata (item->device, FU_DEVICE_KEY_DISPLAY_NAME,
"ColorHug");
"ColorHug2");
break;
case CH_DEVICE_MODE_BOOTLOADER_PLUS:
case CH_DEVICE_MODE_FIRMWARE_PLUS:
fu_device_set_metadata (item->device, FU_DEVICE_KEY_DISPLAY_NAME,
"ColorHug");
"ColorHug+");
break;
case CH_DEVICE_MODE_BOOTLOADER_ALS:
case CH_DEVICE_MODE_FIRMWARE_ALS:
fu_device_set_metadata (item->device, FU_DEVICE_KEY_DISPLAY_NAME,
"ColorHug");
"ColorHugALS");
break;
default:
fu_device_set_metadata (item->device, FU_DEVICE_KEY_DISPLAY_NAME,