18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0-only */ 28c2ecf20Sopenharmony_ci/* 38c2ecf20Sopenharmony_ci * ciscode.h 48c2ecf20Sopenharmony_ci * 58c2ecf20Sopenharmony_ci * The initial developer of the original code is David A. Hinds 68c2ecf20Sopenharmony_ci * <dahinds@users.sourceforge.net>. Portions created by David A. Hinds 78c2ecf20Sopenharmony_ci * are Copyright (C) 1999 David A. Hinds. All Rights Reserved. 88c2ecf20Sopenharmony_ci * 98c2ecf20Sopenharmony_ci * (C) 1999 David A. Hinds 108c2ecf20Sopenharmony_ci */ 118c2ecf20Sopenharmony_ci 128c2ecf20Sopenharmony_ci#ifndef _LINUX_CISCODE_H 138c2ecf20Sopenharmony_ci#define _LINUX_CISCODE_H 148c2ecf20Sopenharmony_ci 158c2ecf20Sopenharmony_ci/* Manufacturer and Product ID codes */ 168c2ecf20Sopenharmony_ci 178c2ecf20Sopenharmony_ci#define MANFID_3COM 0x0101 188c2ecf20Sopenharmony_ci#define PRODID_3COM_3CXEM556 0x0035 198c2ecf20Sopenharmony_ci#define PRODID_3COM_3CCFEM556 0x0556 208c2ecf20Sopenharmony_ci#define PRODID_3COM_3C562 0x0562 218c2ecf20Sopenharmony_ci 228c2ecf20Sopenharmony_ci#define MANFID_ACCTON 0x01bf 238c2ecf20Sopenharmony_ci#define PRODID_ACCTON_EN2226 0x010a 248c2ecf20Sopenharmony_ci 258c2ecf20Sopenharmony_ci#define MANFID_ADAPTEC 0x012f 268c2ecf20Sopenharmony_ci#define PRODID_ADAPTEC_SCSI 0x0001 278c2ecf20Sopenharmony_ci 288c2ecf20Sopenharmony_ci#define MANFID_ATT 0xffff 298c2ecf20Sopenharmony_ci#define PRODID_ATT_KIT 0x0100 308c2ecf20Sopenharmony_ci 318c2ecf20Sopenharmony_ci#define MANFID_CONTEC 0xc001 328c2ecf20Sopenharmony_ci 338c2ecf20Sopenharmony_ci#define MANFID_FUJITSU 0x0004 348c2ecf20Sopenharmony_ci#define PRODID_FUJITSU_MBH10302 0x0004 358c2ecf20Sopenharmony_ci#define PRODID_FUJITSU_MBH10304 0x1003 368c2ecf20Sopenharmony_ci#define PRODID_FUJITSU_LA501 0x2000 378c2ecf20Sopenharmony_ci 388c2ecf20Sopenharmony_ci#define MANFID_IBM 0x00a4 398c2ecf20Sopenharmony_ci#define PRODID_IBM_HOME_AND_AWAY 0x002e 408c2ecf20Sopenharmony_ci 418c2ecf20Sopenharmony_ci#define MANFID_INTEL 0x0089 428c2ecf20Sopenharmony_ci#define PRODID_INTEL_DUAL_RS232 0x0301 438c2ecf20Sopenharmony_ci#define PRODID_INTEL_2PLUS 0x8422 448c2ecf20Sopenharmony_ci 458c2ecf20Sopenharmony_ci#define MANFID_KME 0x0032 468c2ecf20Sopenharmony_ci#define PRODID_KME_KXLC005_A 0x0704 478c2ecf20Sopenharmony_ci#define PRODID_KME_KXLC005_B 0x2904 488c2ecf20Sopenharmony_ci 498c2ecf20Sopenharmony_ci#define MANFID_LINKSYS 0x0143 508c2ecf20Sopenharmony_ci#define PRODID_LINKSYS_PCMLM28 0xc0ab 518c2ecf20Sopenharmony_ci#define PRODID_LINKSYS_3400 0x3341 528c2ecf20Sopenharmony_ci 538c2ecf20Sopenharmony_ci#define MANFID_MEGAHERTZ 0x0102 548c2ecf20Sopenharmony_ci#define PRODID_MEGAHERTZ_VARIOUS 0x0000 558c2ecf20Sopenharmony_ci#define PRODID_MEGAHERTZ_EM3288 0x0006 568c2ecf20Sopenharmony_ci 578c2ecf20Sopenharmony_ci#define MANFID_MACNICA 0xc00b 588c2ecf20Sopenharmony_ci 598c2ecf20Sopenharmony_ci#define MANFID_MOTOROLA 0x0109 608c2ecf20Sopenharmony_ci#define PRODID_MOTOROLA_MARINER 0x0501 618c2ecf20Sopenharmony_ci 628c2ecf20Sopenharmony_ci#define MANFID_NATINST 0x010b 638c2ecf20Sopenharmony_ci#define PRODID_NATINST_QUAD_RS232 0xd180 648c2ecf20Sopenharmony_ci 658c2ecf20Sopenharmony_ci#define MANFID_NEW_MEDIA 0x0057 668c2ecf20Sopenharmony_ci 678c2ecf20Sopenharmony_ci#define MANFID_NOKIA 0x0124 688c2ecf20Sopenharmony_ci#define PRODID_NOKIA_CARDPHONE 0x0900 698c2ecf20Sopenharmony_ci 708c2ecf20Sopenharmony_ci#define MANFID_OLICOM 0x0121 718c2ecf20Sopenharmony_ci#define PRODID_OLICOM_OC2231 0x3122 728c2ecf20Sopenharmony_ci#define PRODID_OLICOM_OC2232 0x3222 738c2ecf20Sopenharmony_ci 748c2ecf20Sopenharmony_ci#define MANFID_OMEGA 0x0137 758c2ecf20Sopenharmony_ci#define PRODID_OMEGA_QSP_100 0x0025 768c2ecf20Sopenharmony_ci 778c2ecf20Sopenharmony_ci#define MANFID_OSITECH 0x0140 788c2ecf20Sopenharmony_ci#define PRODID_OSITECH_JACK_144 0x0001 798c2ecf20Sopenharmony_ci#define PRODID_OSITECH_JACK_288 0x0002 808c2ecf20Sopenharmony_ci#define PRODID_OSITECH_JACK_336 0x0007 818c2ecf20Sopenharmony_ci#define PRODID_OSITECH_SEVEN 0x0008 828c2ecf20Sopenharmony_ci 838c2ecf20Sopenharmony_ci#define MANFID_OXSEMI 0x0279 848c2ecf20Sopenharmony_ci 858c2ecf20Sopenharmony_ci#define MANFID_PIONEER 0x000b 868c2ecf20Sopenharmony_ci 878c2ecf20Sopenharmony_ci#define MANFID_PSION 0x016c 888c2ecf20Sopenharmony_ci#define PRODID_PSION_NET100 0x0023 898c2ecf20Sopenharmony_ci 908c2ecf20Sopenharmony_ci#define MANFID_QUATECH 0x0137 918c2ecf20Sopenharmony_ci#define PRODID_QUATECH_SPP100 0x0003 928c2ecf20Sopenharmony_ci#define PRODID_QUATECH_DUAL_RS232 0x0012 938c2ecf20Sopenharmony_ci#define PRODID_QUATECH_DUAL_RS232_D1 0x0007 948c2ecf20Sopenharmony_ci#define PRODID_QUATECH_DUAL_RS232_D2 0x0052 958c2ecf20Sopenharmony_ci#define PRODID_QUATECH_DUAL_RS232_G 0x004d 968c2ecf20Sopenharmony_ci#define PRODID_QUATECH_QUAD_RS232 0x001b 978c2ecf20Sopenharmony_ci#define PRODID_QUATECH_DUAL_RS422 0x000e 988c2ecf20Sopenharmony_ci#define PRODID_QUATECH_QUAD_RS422 0x0045 998c2ecf20Sopenharmony_ci 1008c2ecf20Sopenharmony_ci#define MANFID_SMC 0x0108 1018c2ecf20Sopenharmony_ci#define PRODID_SMC_ETHER 0x0105 1028c2ecf20Sopenharmony_ci 1038c2ecf20Sopenharmony_ci#define MANFID_SOCKET 0x0104 1048c2ecf20Sopenharmony_ci#define PRODID_SOCKET_DUAL_RS232 0x0006 1058c2ecf20Sopenharmony_ci#define PRODID_SOCKET_EIO 0x000a 1068c2ecf20Sopenharmony_ci#define PRODID_SOCKET_LPE 0x000d 1078c2ecf20Sopenharmony_ci#define PRODID_SOCKET_LPE_CF 0x0075 1088c2ecf20Sopenharmony_ci 1098c2ecf20Sopenharmony_ci#define MANFID_SUNDISK 0x0045 1108c2ecf20Sopenharmony_ci 1118c2ecf20Sopenharmony_ci#define MANFID_TDK 0x0105 1128c2ecf20Sopenharmony_ci#define PRODID_TDK_CF010 0x0900 1138c2ecf20Sopenharmony_ci#define PRODID_TDK_NP9610 0x0d0a 1148c2ecf20Sopenharmony_ci#define PRODID_TDK_MN3200 0x0e0a 1158c2ecf20Sopenharmony_ci#define PRODID_TDK_GN3410 0x4815 1168c2ecf20Sopenharmony_ci 1178c2ecf20Sopenharmony_ci#define MANFID_TOSHIBA 0x0098 1188c2ecf20Sopenharmony_ci 1198c2ecf20Sopenharmony_ci#define MANFID_UNGERMANN 0x02c0 1208c2ecf20Sopenharmony_ci 1218c2ecf20Sopenharmony_ci#define MANFID_XIRCOM 0x0105 1228c2ecf20Sopenharmony_ci 1238c2ecf20Sopenharmony_ci#define MANFID_POSSIO 0x030c 1248c2ecf20Sopenharmony_ci#define PRODID_POSSIO_GCC 0x0003 1258c2ecf20Sopenharmony_ci 1268c2ecf20Sopenharmony_ci#define MANFID_NEC 0x0010 1278c2ecf20Sopenharmony_ci 1288c2ecf20Sopenharmony_ci#endif /* _LINUX_CISCODE_H */ 129