Go to the documentation of this file.
4 #include <linux/kernel.h>
19 static const char *
const txt_base_models[] = {
20 "MQ 2",
"MQ Pro",
"SP 25",
"SP 50",
"SP 100",
"SP 5000",
"SP 7000",
23 #define N_BASE_MODELS (ARRAY_SIZE(txt_base_models) - 1)
28 static const char txt_en_mq[] =
"Masquerade";
29 static const char txt_en_sp[] =
"Safepipe";
31 static const struct product_info product_info_eicon[] = {
37 { txt_en_sp,
"5000" },
38 { txt_en_sp,
"7000" },
40 { txt_en_sp,
"5100" },
41 { txt_en_sp,
"7100" },
42 { txt_en_sp,
"1110" },
43 { txt_en_sp,
"3020" },
44 { txt_en_sp,
"3030" },
45 { txt_en_sp,
"5020" },
46 { txt_en_sp,
"5030" },
47 { txt_en_sp,
"1120" },
48 { txt_en_sp,
"1130" },
49 { txt_en_sp,
"6010" },
50 { txt_en_sp,
"6110" },
51 { txt_en_sp,
"6210" },
52 { txt_en_sp,
"1020" },
53 { txt_en_sp,
"1040" },
54 { txt_en_sp,
"1050" },
55 { txt_en_sp,
"1060" },
58 #define N_PRIDS ARRAY_SIZE(product_info_eicon)
64 {
"Eicon Networks", product_info_eicon },
67 #define N_VENDORS ARRAY_SIZE(vendor_info_table)