* ACPI INT340E PTID device
@ 2024-01-14 12:42 Armin Wolf
2024-01-15 14:13 ` Zhang, Rui
0 siblings, 1 reply; 4+ messages in thread
From: Armin Wolf @ 2024-01-14 12:42 UTC (permalink / raw)
To: rui.zhang, rafael; +Cc: linux-acpi@vger.kernel.org
Hello,
a user has asked if the ACPI INT340E device could be supported. Its seems that this device exposes
thermal and power sensors to the operating system, plus some general purpose "OSD" sensors.
The device is already supported by the Hackintosh community, see here:
https://github.com/RehabMan/OS-X-FakeSMC-kozlek/blob/master/ACPISensors/PTIDSensors.cpp
Back in 2014, the INT340E device was mentioned in message "1408622934.3315.8.camel@rzhang1-toshiba" as:
The PTID device has _CID PNP0C02, but it is also represents an
INT340E device, there is a platform bus driver for this device
which will be introduced by myself soon.
Before developing a new driver for this device, i wanted to ask what happened to the driver mentioned
in this email? I am willing to do the testing, upstreaming and maintenance if necessary.
Thanks,
Armin Wolf
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: ACPI INT340E PTID device
2024-01-14 12:42 ACPI INT340E PTID device Armin Wolf
@ 2024-01-15 14:13 ` Zhang, Rui
2024-01-15 17:00 ` Armin Wolf
0 siblings, 1 reply; 4+ messages in thread
From: Zhang, Rui @ 2024-01-15 14:13 UTC (permalink / raw)
To: rafael@kernel.org, W_Armin@gmx.de; +Cc: linux-acpi@vger.kernel.org
Hi,
On Sun, 2024-01-14 at 13:42 +0100, Armin Wolf wrote:
> Hello,
>
> a user has asked if the ACPI INT340E device could be supported.
What does this device bring to the user?
> Its seems that this device exposes
> thermal and power sensors to the operating system, plus some general
> purpose "OSD" sensors.
Hmm, I don't know what this device really means. At least it is not
related with the other INT340X devices.
>
> The device is already supported by the Hackintosh community, see
> here:
> https://github.com/RehabMan/OS-X-FakeSMC-kozlek/blob/master/ACPISensors/PTIDSensors.cpp
>
> Back in 2014, the INT340E device was mentioned in message
> "1408622934.3315.8.camel@rzhang1-toshiba" as:
>
> The PTID device has _CID PNP0C02, but it is also represents
> an
> INT340E device, there is a platform bus driver for this
> device
> which will be introduced by myself soon.
Interesting, I cannot recall what happened, maybe that device ID is
deprecated later.
CC srinivas, and we will make clear what it does before doing anything.
thanks,
rui
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: ACPI INT340E PTID device
2024-01-15 14:13 ` Zhang, Rui
@ 2024-01-15 17:00 ` Armin Wolf
2024-01-18 16:51 ` Zhang, Rui
0 siblings, 1 reply; 4+ messages in thread
From: Armin Wolf @ 2024-01-15 17:00 UTC (permalink / raw)
To: Zhang, Rui, rafael@kernel.org
Cc: linux-acpi@vger.kernel.org, srinivas.pandruvada
Am 15.01.24 um 15:13 schrieb Zhang, Rui:
> Hi,
>
> On Sun, 2024-01-14 at 13:42 +0100, Armin Wolf wrote:
>> Hello,
>>
>> a user has asked if the ACPI INT340E device could be supported.
> What does this device bring to the user?
He wants to be able to monitor the fan speed on his MSI GF63-12VF, see
https://github.com/lm-sensors/lm-sensors/issues/475 for details.
>> Its seems that this device exposes
>> thermal and power sensors to the operating system, plus some general
>> purpose "OSD" sensors.
> Hmm, I don't know what this device really means. At least it is not
> related with the other INT340X devices.
>
>> The device is already supported by the Hackintosh community, see
>> here:
>> https://github.com/RehabMan/OS-X-FakeSMC-kozlek/blob/master/ACPISensors/PTIDSensors.cpp
>>
>> Back in 2014, the INT340E device was mentioned in message
>> "1408622934.3315.8.camel@rzhang1-toshiba" as:
>>
>> The PTID device has _CID PNP0C02, but it is also represents
>> an
>> INT340E device, there is a platform bus driver for this
>> device
>> which will be introduced by myself soon.
> Interesting, I cannot recall what happened, maybe that device ID is
> deprecated later.
>
> CC srinivas, and we will make clear what it does before doing anything.
Thanks,
it would be helpful if Intel could provide some documentation on how to use this
device (ACPI control methods, etc).
Armin Wolf
> thanks,
> rui
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: ACPI INT340E PTID device
2024-01-15 17:00 ` Armin Wolf
@ 2024-01-18 16:51 ` Zhang, Rui
0 siblings, 0 replies; 4+ messages in thread
From: Zhang, Rui @ 2024-01-18 16:51 UTC (permalink / raw)
To: rafael@kernel.org, W_Armin@gmx.de
Cc: srinivas.pandruvada@linux.intel.com, linux-acpi@vger.kernel.org
Hi, Armin,
This device is deprecated. There is no guarantee that this device will
exist and function in current and future devices.
I don't have any plan to support this device and there is no document
about it.
thanks,
rui
On Mon, 2024-01-15 at 18:00 +0100, Armin Wolf wrote:
> Am 15.01.24 um 15:13 schrieb Zhang, Rui:
>
> > Hi,
> >
> > On Sun, 2024-01-14 at 13:42 +0100, Armin Wolf wrote:
> > > Hello,
> > >
> > > a user has asked if the ACPI INT340E device could be supported.
> > What does this device bring to the user?
>
> He wants to be able to monitor the fan speed on his MSI GF63-12VF,
> see
> https://github.com/lm-sensors/lm-sensors/issues/475 for details.
>
> > > Its seems that this device exposes
> > > thermal and power sensors to the operating system, plus some
> > > general
> > > purpose "OSD" sensors.
> > Hmm, I don't know what this device really means. At least it is not
> > related with the other INT340X devices.
> >
> > > The device is already supported by the Hackintosh community, see
> > > here:
> > > https://github.com/RehabMan/OS-X-FakeSMC-kozlek/blob/master/ACPISensors/PTIDSensors.cpp
> > >
> > > Back in 2014, the INT340E device was mentioned in message
> > > "1408622934.3315.8.camel@rzhang1-toshiba" as:
> > >
> > > The PTID device has _CID PNP0C02, but it is also
> > > represents
> > > an
> > > INT340E device, there is a platform bus driver for this
> > > device
> > > which will be introduced by myself soon.
> > Interesting, I cannot recall what happened, maybe that device ID is
> > deprecated later.
> >
> > CC srinivas, and we will make clear what it does before doing
> > anything.
>
> Thanks,
>
> it would be helpful if Intel could provide some documentation on how
> to use this
> device (ACPI control methods, etc).
>
> Armin Wolf
>
> > thanks,
> > rui
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2024-01-18 16:51 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-14 12:42 ACPI INT340E PTID device Armin Wolf
2024-01-15 14:13 ` Zhang, Rui
2024-01-15 17:00 ` Armin Wolf
2024-01-18 16:51 ` Zhang, Rui
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox