gphoto2.ds: Set supported groups.
Signed-off-by: Vincent Povirk <vincent@codeweavers.com> Signed-off-by: Marcus Meissner <marcus@jet.franken.de> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
adc8d95e02
commit
500f077dd6
|
@ -1086,6 +1086,7 @@ GPHOTO2_GetIdentity( pTW_IDENTITY pOrigin, pTW_IDENTITY self) {
|
|||
TRACE("%d cameras detected.\n", count);
|
||||
self->ProtocolMajor = TWON_PROTOCOLMAJOR;
|
||||
self->ProtocolMinor = TWON_PROTOCOLMINOR;
|
||||
self->SupportedGroups = DG_CONTROL | DG_IMAGE;
|
||||
lstrcpynA (self->Manufacturer, "The Wine Team", sizeof(self->Manufacturer) - 1);
|
||||
lstrcpynA (self->ProductFamily, "GPhoto2 Camera", sizeof(self->ProductFamily) - 1);
|
||||
|
||||
|
|
Loading…
Reference in New Issue