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:
Roman Kurakin 2005-01-16 19:22:09 +00:00
parent d62d2396c3
commit 67fb03d261
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=140358

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 */