J9100628A: fix debug messages

This commit is contained in:
Hay1tsme
2025-01-31 06:08:36 -05:00
parent 112348ce38
commit 61ba10ccb8
+5 -5
View File
@@ -291,7 +291,7 @@ static HRESULT j9100628a_cmd_read_id(struct j9100628a *j9100628a, struct const_i
return hr;
}
dprintf("JVS I/O: Read ID\n");
dprintf("J9100628A: Read ID\n");
/* Write report byte */
@@ -319,7 +319,7 @@ static HRESULT j9100628a_cmd_get_cmd_version(struct j9100628a *j9100628a, struct
return hr;
}
dprintf("JVS I/O: Get command format version\n");
dprintf("J9100628A: Get command format version\n");
resp[0] = 0x01; /* Report byte */
resp[1] = 0x13; /* Command format version BCD */
@@ -338,7 +338,7 @@ static HRESULT j9100628a_cmd_get_jvs_version(struct j9100628a *j9100628a, struct
return hr;
}
dprintf("JVS I/O: Get JVS format version\n");
dprintf("J9100628A: Get JVS format version\n");
resp[0] = 0x01; /* Report byte */
resp[1] = 0x30; /* JVS format version BCD */
@@ -357,7 +357,7 @@ static HRESULT j9100628a_cmd_get_comm_version(struct j9100628a *j9100628a, struc
return hr;
}
dprintf("JVS I/O: Get COMM format version\n");
dprintf("J9100628A: Get COMM format version\n");
resp[0] = 0x01; /* Report byte */
resp[1] = 0x10; /* COMM format version BCD */
@@ -376,7 +376,7 @@ static HRESULT j9100628a_cmd_get_features(struct j9100628a *j9100628a, struct co
return hr;
}
dprintf("JVS I/O: Get reader features\n");
dprintf("J9100628A: Get reader features\n");
hr = iobuf_write_8(resp_buf, 0x01); /* Write report byte */