lpt_device_t.internal_name added

This commit is contained in:
Jasmine Iwanek
2022-03-13 08:58:31 -04:00
parent f39f239c05
commit 51532f7aaa
9 changed files with 27 additions and 9 deletions

View File

@@ -301,6 +301,7 @@ hasp_close(void *priv)
const lpt_device_t lpt_hasp_savquest_device = {
.name = "Protection Dongle for Savage Quest",
.internal_name = "dongle_savquest",
.init = hasp_init_savquest,
.close = hasp_close,
.write_data = hasp_write_data,