diff options
| author | Baruch Siach <baruch@tkos.co.il> | 2014-12-18 14:45:24 -0500 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2015-01-09 17:30:16 -0500 |
| commit | 5930cb3511dfb4392de1180c892b353316ef29ec (patch) | |
| tree | 058b5cc436f4bbd0c407c4405a74e5665e672031 /include/uapi/linux | |
| parent | 48c738631753186e0ec7dd0079beffb3a6f4bb5c (diff) | |
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')
| -rw-r--r-- | include/uapi/linux/serial_core.h | 3 |
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 @@ | |||
| 248 | /* MESON */ | 248 | /* MESON */ |
| 249 | #define PORT_MESON 109 | 249 | #define PORT_MESON 109 |
| 250 | 250 | ||
| 251 | /* Conexant Digicolor */ | ||
| 252 | #define PORT_DIGICOLOR 110 | ||
| 253 | |||
| 251 | #endif /* _UAPILINUX_SERIAL_CORE_H */ | 254 | #endif /* _UAPILINUX_SERIAL_CORE_H */ |
