diff options
| author | Daniel Vetter <daniel.vetter@ffwll.ch> | 2012-10-22 08:34:51 -0400 |
|---|---|---|
| committer | Daniel Vetter <daniel.vetter@ffwll.ch> | 2012-10-22 08:34:51 -0400 |
| commit | c2fb7916927e989ea424e61ce5fe617e54878827 (patch) | |
| tree | 02f9d5482075f8931637d82bb697a6470270136a /include/uapi/linux/tty.h | |
| parent | 29de6ce574870a0d3fd157afdbf51c0282e2bf63 (diff) | |
| parent | 6f0c0580b70c89094b3422ba81118c7b959c7556 (diff) | |
Merge tag 'v3.7-rc2' into drm-intel-next-queued
Linux 3.7-rc2
Backmerge to solve two ugly conflicts:
- uapi. We've already added new ioctl definitions for -next. Do I need to say more?
- wc support gtt ptes. We've had to revert this for snb+ for 3.7 and
also fix a few other things in the code. Now we know how to make it
work on snb+, but to avoid losing the other fixes do the backmerge
first before re-enabling wc gtt ptes on snb+.
And a few other minor things, among them git getting confused in
intel_dp.c and seemingly causing a conflict out of nothing ...
Conflicts:
drivers/gpu/drm/i915/i915_reg.h
drivers/gpu/drm/i915/intel_display.c
drivers/gpu/drm/i915/intel_dp.c
drivers/gpu/drm/i915/intel_modes.c
include/drm/i915_drm.h
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'include/uapi/linux/tty.h')
| -rw-r--r-- | include/uapi/linux/tty.h | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/include/uapi/linux/tty.h b/include/uapi/linux/tty.h new file mode 100644 index 000000000000..dac199a2dba5 --- /dev/null +++ b/include/uapi/linux/tty.h | |||
| @@ -0,0 +1,38 @@ | |||
| 1 | #ifndef _UAPI_LINUX_TTY_H | ||
| 2 | #define _UAPI_LINUX_TTY_H | ||
| 3 | |||
| 4 | /* | ||
| 5 | * 'tty.h' defines some structures used by tty_io.c and some defines. | ||
| 6 | */ | ||
| 7 | |||
| 8 | #define NR_LDISCS 30 | ||
| 9 | |||
| 10 | /* line disciplines */ | ||
| 11 | #define N_TTY 0 | ||
| 12 | #define N_SLIP 1 | ||
| 13 | #define N_MOUSE 2 | ||
| 14 | #define N_PPP 3 | ||
| 15 | #define N_STRIP 4 | ||
| 16 | #define N_AX25 5 | ||
| 17 | #define N_X25 6 /* X.25 async */ | ||
| 18 | #define N_6PACK 7 | ||
| 19 | #define N_MASC 8 /* Reserved for Mobitex module <kaz@cafe.net> */ | ||
| 20 | #define N_R3964 9 /* Reserved for Simatic R3964 module */ | ||
| 21 | #define N_PROFIBUS_FDL 10 /* Reserved for Profibus */ | ||
| 22 | #define N_IRDA 11 /* Linux IrDa - http://irda.sourceforge.net/ */ | ||
| 23 | #define N_SMSBLOCK 12 /* SMS block mode - for talking to GSM data */ | ||
| 24 | /* cards about SMS messages */ | ||
| 25 | #define N_HDLC 13 /* synchronous HDLC */ | ||
| 26 | #define N_SYNC_PPP 14 /* synchronous PPP */ | ||
| 27 | #define N_HCI 15 /* Bluetooth HCI UART */ | ||
| 28 | #define N_GIGASET_M101 16 /* Siemens Gigaset M101 serial DECT adapter */ | ||
| 29 | #define N_SLCAN 17 /* Serial / USB serial CAN Adaptors */ | ||
| 30 | #define N_PPS 18 /* Pulse per Second */ | ||
| 31 | #define N_V253 19 /* Codec control over voice modem */ | ||
| 32 | #define N_CAIF 20 /* CAIF protocol for talking to modems */ | ||
| 33 | #define N_GSM0710 21 /* GSM 0710 Mux */ | ||
| 34 | #define N_TI_WL 22 /* for TI's WL BT, FM, GPS combo chips */ | ||
| 35 | #define N_TRACESINK 23 /* Trace data routing for MIPI P1149.7 */ | ||
| 36 | #define N_TRACEROUTER 24 /* Trace data routing for MIPI P1149.7 */ | ||
| 37 | |||
| 38 | #endif /* _UAPI_LINUX_TTY_H */ | ||
