Comment 33 for bug 1700657

Revision history for this message
CoolStar Organization (coolstarorganization) wrote :

aha I see the problem with the previous patch I posted here (copy error):

"{ PCI_VDEVICE(INTEL, 0xa162), (kernel_ulong_t)&spt_uart_info }," is incorrrect, it should be
"{ PCI_VDEVICE(INTEL, 0xa162), (kernel_ulong_t)&spt_i2c_info },". Whoops!