diff options
author | J Freyensee <james_p_freyensee@linux.intel.com> | 2010-12-08 10:57:35 +0000 |
---|---|---|
committer | Alan Cox <alan@linux.intel.com> | 2010-12-08 10:57:35 +0000 |
commit | bc2913d077de652acbb53aec69ef5af0580228a5 (patch) | |
tree | edbd86dde82b2d849455d668efe3b0243af01582 /include | |
parent | 66d4bf1d02be2c18d201ee661b3d988800fbead2 (diff) | |
download | mrst-s0i3-test-bc2913d077de652acbb53aec69ef5af0580228a5.tar.gz mrst-s0i3-test-bc2913d077de652acbb53aec69ef5af0580228a5.tar.xz mrst-s0i3-test-bc2913d077de652acbb53aec69ef5af0580228a5.zip |
tty ldisc: PTI routing service
TODO: generalise this for arbitary data sources
This is the PTI router, part of the PTI project, a MIPI a (cJTAG) debugging
standard for Intel platforms starting with Medfield (HW module non-existant
in Moorestown). It needs the PTI driver submitted by Ken Mills (7/1/10) to
compile successfully. This submission is to capture modem trace data (per
Nokia requirement).
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/tty.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/tty.h b/include/linux/tty.h index 54e4eaaa056..cfbfbabdbf6 100644 --- a/include/linux/tty.h +++ b/include/linux/tty.h @@ -50,6 +50,7 @@ #define N_CAIF 20 /* CAIF protocol for talking to modems */ #define N_GSM0710 21 /* GSM 0710 Mux */ #define N_TI_WL 22 /* for TI's WL BT, FM, GPS combo chips */ +#define N_PTIR 23 /* PTI cJTAG data routing for MIPI P1149.7 */ /* * This character is the same as _POSIX_VDISABLE: it cannot be used as |