Re: gigabyte-wmi: smbus over wmi?

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

 



On Tue, Apr 27, 2021 at 05:02:59PM +0200, Jan Kneschke wrote:
> Hi,
> 
> the new gigabyte-wmi driver only works only for a subset of current boards.
> 
> For boards with two ITE chips like the X570 AORUS ULTRA the corresponding
> functions on the WMBB method are just not handled:
> 
> 
>   ...
>   ElseIf (((Arg1 >= 0x0118) && (Arg1 <= 0x0121))) {}
>   // GET_TEMP is 0x125.
>   ElseIf ((Arg1 == 0x012C)) {}
>   ...
> 
> One way to handle other gigabyte boards may be using the smbus functions
> that are exposed through ACPI:
> 

The ITE chips are not connected to the system using SMBus. They are connected
through the LPC bus.

Guenter



[Index of Archives]     [Linux Kernel Development]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux