We will port w83792d.c to linux-2.6

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hello all,

How could this EVER worked????!!!!

outb_p(inb_p(SMB_HST_CNTL2) | (size << 3), SMB_HST_CNTL2);
MASK is missing !!!!

Please can you add to your driver this?

#define HST_CNTL2_SIZEMASK 0x38

outb_p( (inb_p(SMB_HST_CNTL2)&~HST_CNTL2_SIZEMASK) | (size << 3), SMB_HST_CNTL2);

I think then it should work.

i2cdump 0 0x50
i2cdump 0 0x50 c
i2cdump 0 0x50

and also

modprobe eeprom
sensors


Regards

Rudolf



[Index of Archives]     [Linux Kernel]     [Linux Hardware Monitoring]     [Linux USB Devel]     [Linux Audio Users]     [Linux Kernel]     [Linux SCSI]     [Yosemite Backpacking]

  Powered by Linux