mirror of
https://gitea.tendokyu.moe/TeamTofuShop/taitools.git
synced 2026-09-22 22:28:06 +03:00
J9100628A: fix debug messages
This commit is contained in:
+5
-5
@@ -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 */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user