summaryrefslogtreecommitdiff
path: root/include/uapi/linux/serial_core.h
diff options
context:
space:
mode:
authorBaruch Siach <baruch@tkos.co.il>2014-12-18 22:45:24 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-01-10 01:30:16 +0300
commit5930cb3511dfb4392de1180c892b353316ef29ec (patch)
tree058b5cc436f4bbd0c407c4405a74e5665e672031 /include/uapi/linux/serial_core.h
parent48c738631753186e0ec7dd0079beffb3a6f4bb5c (diff)
downloadlinux-5930cb3511dfb4392de1180c892b353316ef29ec.tar.xz
serial: driver for Conexant Digicolor USART
Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/uapi/linux/serial_core.h')
-rw-r--r--include/uapi/linux/serial_core.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/uapi/linux/serial_core.h b/include/uapi/linux/serial_core.h
index c17218094f18..9124e837c181 100644
--- a/include/uapi/linux/serial_core.h
+++ b/include/uapi/linux/serial_core.h
@@ -248,4 +248,7 @@
/* MESON */
#define PORT_MESON 109
+/* Conexant Digicolor */
+#define PORT_DIGICOLOR 110
+
#endif /* _UAPILINUX_SERIAL_CORE_H */