Fix comment. Code 0x95 means locking shift to codeset 5 according to

T1.617 AnnexD.
Locking shift procedure is described in ANSI T1.607.

MFC after:	3 days
This commit is contained in:
rik 2005-01-16 19:22:09 +00:00
parent 89dc69d010
commit d11aba881e

View File

@ -348,9 +348,9 @@ nglmi_inquire(sc_p sc, int full)
*cptr++ = 0x00; /* call reference */
*cptr++ = 0x75; /* inquiry */
/* If we are Annex-D, there is this extra thing.. */
/* If we are Annex-D, and locking shift to codeset 5. */
if (ANNEXD(sc))
*cptr++ = 0x95; /* ??? */
*cptr++ = 0x95; /* locking shift */
/* Add a request type */
if (ANNEXA(sc))
*cptr++ = 0x51; /* report type */