diff options
| author | Henning Schild <[email protected]> | 2023-07-13 16:48:30 +0200 |
|---|---|---|
| committer | Hans de Goede <[email protected]> | 2023-07-14 15:06:40 +0200 |
| commit | 8529673adc2b022d40917b202b17bdabeef8e37a (patch) | |
| tree | 854aa658e3a7d820b9ba14a720da9189cb27bad4 /include/linux | |
| parent | b72da71ce24b077754c828e6af2761a3ca6306d5 (diff) | |
platform/x86: simatic-ipc: add another model
This is the panel variant of a device we already did have. All the same,
just no LEDs.
Signed-off-by: Henning Schild <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Reviewed-by: Hans de Goede <[email protected]>
Signed-off-by: Hans de Goede <[email protected]>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/platform_data/x86/simatic-ipc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/platform_data/x86/simatic-ipc.h b/include/linux/platform_data/x86/simatic-ipc.h index 1a8e4c1099e3..f2eafa43a605 100644 --- a/include/linux/platform_data/x86/simatic-ipc.h +++ b/include/linux/platform_data/x86/simatic-ipc.h @@ -32,6 +32,7 @@ enum simatic_ipc_station_ids { SIMATIC_IPC_IPC477E = 0x00000A02, SIMATIC_IPC_IPC127E = 0x00000D01, SIMATIC_IPC_IPC227G = 0x00000F01, + SIMATIC_IPC_IPC277G = 0x00000F02, SIMATIC_IPC_IPCBX_39A = 0x00001001, SIMATIC_IPC_IPCPX_39A = 0x00001002, SIMATIC_IPC_IPCBX_21A = 0x00001101, |