mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-07 22:57:14 +00:00
trivial: wacom-raw: Remove embedded from device name
This is already implied by the internal flag.
This commit is contained in:
parent
59970600ad
commit
8bcaad800e
@ -235,7 +235,7 @@ fu_wacom_aes_device_write_firmware (FuDevice *device, GPtrArray *chunks, GError
|
|||||||
static void
|
static void
|
||||||
fu_wacom_aes_device_init (FuWacomAesDevice *self)
|
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
|
static void
|
||||||
|
@ -340,6 +340,7 @@ static void
|
|||||||
fu_wacom_device_init (FuWacomDevice *self)
|
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_UPDATABLE);
|
||||||
|
fu_device_add_flag (FU_DEVICE (self), FWUPD_DEVICE_FLAG_INTERNAL);
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
@ -225,7 +225,7 @@ fu_wacom_emr_device_write_firmware (FuDevice *device, GPtrArray *chunks, GError
|
|||||||
static void
|
static void
|
||||||
fu_wacom_emr_device_init (FuWacomEmrDevice *self)
|
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
|
static void
|
||||||
|
Loading…
Reference in New Issue
Block a user