ALTAIR: Allow PTP device to be readonly at attach time
This commit is contained in:
parent
0e95c3e666
commit
de6db5847c
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ DEVICE sio_dev = {
|
||||||
NULL, NULL, NULL
|
NULL, NULL, NULL
|
||||||
};
|
};
|
||||||
|
|
||||||
UNIT ptr_unit = { UDATA (&ptr_svc, UNIT_SEQ + UNIT_ATTABLE, 0), KBD_POLL_WAIT };
|
UNIT ptr_unit = { UDATA (&ptr_svc, UNIT_SEQ + UNIT_ATTABLE + UNIT_ROABLE, 0), KBD_POLL_WAIT };
|
||||||
|
|
||||||
REG ptr_reg[] = {
|
REG ptr_reg[] = {
|
||||||
{ ORDATA (DATA, ptr_unit.buf, 8) },
|
{ ORDATA (DATA, ptr_unit.buf, 8) },
|
||||||
|
|
Loading…
Add table
Reference in a new issue