trivial: wacom-raw: Remove embedded from device name

This is already implied by the internal flag.
This commit is contained in:
Mario Limonciello 2019-11-20 06:23:57 -06:00 committed by Mario Limonciello
parent 59970600ad
commit 8bcaad800e
3 changed files with 3 additions and 2 deletions

View File

@ -235,7 +235,7 @@ fu_wacom_aes_device_write_firmware (FuDevice *device, GPtrArray *chunks, GError
static void
fu_wacom_aes_device_init (FuWacomAesDevice *self)
{
fu_device_set_name (FU_DEVICE (self), "Embedded Wacom AES Device");
fu_device_set_name (FU_DEVICE (self), "Wacom AES Device");
}
static void

View File

@ -340,6 +340,7 @@ static void
fu_wacom_device_init (FuWacomDevice *self)
{
fu_device_add_flag (FU_DEVICE (self), FWUPD_DEVICE_FLAG_UPDATABLE);
fu_device_add_flag (FU_DEVICE (self), FWUPD_DEVICE_FLAG_INTERNAL);
}
static void

View File

@ -225,7 +225,7 @@ fu_wacom_emr_device_write_firmware (FuDevice *device, GPtrArray *chunks, GError
static void
fu_wacom_emr_device_init (FuWacomEmrDevice *self)
{
fu_device_set_name (FU_DEVICE (self), "Embedded Wacom EMR Device");
fu_device_set_name (FU_DEVICE (self), "Wacom EMR Device");
}
static void