|
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]; |