Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 335284 | Differences between
and this patch

Collapse All | Expand All

(-)fritz/src/driver.c.orig (-1 / +1 lines)
Lines 194-200 Link Here
194
	}
194
	}
195
	lib_strncpy (ctrl->serial, tmp, CAPI_SERIAL_LEN);
195
	lib_strncpy (ctrl->serial, tmp, CAPI_SERIAL_LEN);
196
	lib_memcpy (&ctrl->profile, card->string[6], sizeof (capi_profile));
196
	lib_memcpy (&ctrl->profile, card->string[6], sizeof (capi_profile));
197
	strncpy (ctrl->manu, "AVM GmbH", CAPI_MANUFACTURER_LEN);
197
	lib_strncpy (ctrl->manu, "AVM GmbH", CAPI_MANUFACTURER_LEN);
198
	ctrl->version.majorversion = 2;
198
	ctrl->version.majorversion = 2;
199
	ctrl->version.minorversion = 0;
199
	ctrl->version.minorversion = 0;
200
	tmp = card->string[0];
200
	tmp = card->string[0];

Return to bug 335284