added support for EP2028

This commit is contained in:
Sascha Ittner
2017-06-10 14:00:01 +02:00
parent b83c5ef9f0
commit bfa3f9b158
4 changed files with 7 additions and 0 deletions

View File

@@ -37,6 +37,7 @@
#define LCEC_EL2808_PID 0x0AF83052
#define LCEC_EL2798_PID 0x0AEE3052
#define LCEC_EL2809_PID 0x0AF93052
#define LCEC_EP2028_PID 0x07EC4052
#define LCEC_EL2002_PDOS 2
#define LCEC_EL2004_PDOS 4
@@ -53,6 +54,7 @@
#define LCEC_EL2808_PDOS 8
#define LCEC_EL2798_PDOS 8
#define LCEC_EL2809_PDOS 16
#define LCEC_EP2028_PDOS 8
int lcec_el2xxx_init(int comp_id, struct lcec_slave *slave, ec_pdo_entry_reg_t *pdo_entry_regs);