All of lore.kernel.org
 help / color / mirror / Atom feed
* [Bug 216037] New: Second MXC6655 accelerometer is not detected on transformer Aquarius NS483 laptop
@ 2022-05-27 16:08 bugzilla-daemon
  2022-05-27 16:09 ` [Bug 216037] " bugzilla-daemon
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: bugzilla-daemon @ 2022-05-27 16:08 UTC (permalink / raw)
  To: linux-iio

https://bugzilla.kernel.org/show_bug.cgi?id=216037

            Bug ID: 216037
           Summary: Second MXC6655 accelerometer is not detected on
                    transformer Aquarius NS483 laptop
           Product: Drivers
           Version: 2.5
    Kernel Version: 5.17.11
          Hardware: All
                OS: Linux
              Tree: Mainline
            Status: NEW
          Severity: normal
          Priority: P1
         Component: IIO
          Assignee: drivers_iio@kernel-bugs.kernel.org
          Reporter: nickel@altlinux.org
        Regression: No

A couple of accelerometers are used to detect the hinge angle in convertible
laptops(one for display, one for base/keyboard).

A discussion on the topic is available at [1]

But in my case while DSDT describes two I2C devices (if I interpret it right):

>Device (ACMG)
>        {
>            Name (_ADR, Zero)  // _ADR: Address
>            Name (_HID, "MXC6655")  // _HID: Hardware ID
>            Name (_CID, "MXC6655")  // _CID: Compatible ID
>            Name (_DDN, "Accelerometer with Angle Calculation")  // _DDN: DOS
>            Device Name
>            Name (_UID, One)  // _UID: Unique ID
>            Method (_CRS, 0, NotSerialized)  // _CRS: Current Resource
>            Settings
>            {
>                Name (RBUF, ResourceTemplate ()
>                {
>                    I2cSerialBusV2 (0x0015, ControllerInitiated, 0x00061A80,
>                        AddressingMode7Bit, "\\_SB.PC00.I2C1",
>                        0x00, ResourceConsumer, , Exclusive,
>                        )
>                    I2cSerialBusV2 (0x0015, ControllerInitiated, 0x00061A80,
>                        AddressingMode7Bit, "\\_SB.PC00.I2C2",
>                        0x00, ResourceConsumer, , Exclusive,
>                        )
>                })
>                Return (RBUF) /* \_SB_.PC00.I2C1.ACMG._CRS.RBUF */
>            }

only one of them is detected (display side one, up and running, by the way):

> P: /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-16/i2c-MXC6655:00
> L: 0
> E:
> DEVPATH=/devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-16/i2c-MXC6655:00
> E: SUBSYSTEM=i2c
> E: DRIVER=mxc4005
> E: MODALIAS=acpi:MXC6655:MXC6655:
>
> P:
> /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-16/i2c-MXC6655:00/iio:device0
> N: iio:device0
> L: 0
> E:
> DEVPATH=/devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-16/i2c-MXC6655:00/iio:device0
> E: SUBSYSTEM=iio
> E: DEVNAME=/dev/iio:device0
> E: DEVTYPE=iio_device
> E: MAJOR=238
> E: MINOR=0
> E: USEC_INITIALIZED=4954716
> E: IIO_SENSOR_PROXY_TYPE=iio-poll-accel iio-buffer-accel
> E: SYSTEMD_WANTS=iio-sensor-proxy.service
> E: TAGS=:systemd:
> E: CURRENT_TAGS=:systemd:

There should be 2 I2C devices with DRIVER=mxc4005, shouldn't they?

Attaching detailed logs also.

[1] https://gitlab.freedesktop.org/hadess/iio-sensor-proxy/-/merge_requests/338

-- 
You may reply to this email to add a comment.

You are receiving this mail because:
You are watching the assignee of the bug.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug 216037] Second MXC6655 accelerometer is not detected on transformer Aquarius NS483 laptop
  2022-05-27 16:08 [Bug 216037] New: Second MXC6655 accelerometer is not detected on transformer Aquarius NS483 laptop bugzilla-daemon
@ 2022-05-27 16:09 ` bugzilla-daemon
  2022-05-27 16:10 ` bugzilla-daemon
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon @ 2022-05-27 16:09 UTC (permalink / raw)
  To: linux-iio

https://bugzilla.kernel.org/show_bug.cgi?id=216037

--- Comment #1 from Nikolai (nickel@altlinux.org) ---
Created attachment 301058
  --> https://bugzilla.kernel.org/attachment.cgi?id=301058&action=edit
ACPI DSDT

-- 
You may reply to this email to add a comment.

You are receiving this mail because:
You are watching the assignee of the bug.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug 216037] Second MXC6655 accelerometer is not detected on transformer Aquarius NS483 laptop
  2022-05-27 16:08 [Bug 216037] New: Second MXC6655 accelerometer is not detected on transformer Aquarius NS483 laptop bugzilla-daemon
  2022-05-27 16:09 ` [Bug 216037] " bugzilla-daemon
@ 2022-05-27 16:10 ` bugzilla-daemon
  2022-05-27 16:11 ` bugzilla-daemon
  2022-05-27 16:12 ` bugzilla-daemon
  3 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon @ 2022-05-27 16:10 UTC (permalink / raw)
  To: linux-iio

https://bugzilla.kernel.org/show_bug.cgi?id=216037

--- Comment #2 from Nikolai (nickel@altlinux.org) ---
Created attachment 301059
  --> https://bugzilla.kernel.org/attachment.cgi?id=301059&action=edit
DMIDECODE

-- 
You may reply to this email to add a comment.

You are receiving this mail because:
You are watching the assignee of the bug.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug 216037] Second MXC6655 accelerometer is not detected on transformer Aquarius NS483 laptop
  2022-05-27 16:08 [Bug 216037] New: Second MXC6655 accelerometer is not detected on transformer Aquarius NS483 laptop bugzilla-daemon
  2022-05-27 16:09 ` [Bug 216037] " bugzilla-daemon
  2022-05-27 16:10 ` bugzilla-daemon
@ 2022-05-27 16:11 ` bugzilla-daemon
  2022-05-27 16:12 ` bugzilla-daemon
  3 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon @ 2022-05-27 16:11 UTC (permalink / raw)
  To: linux-iio

https://bugzilla.kernel.org/show_bug.cgi?id=216037

--- Comment #3 from Nikolai (nickel@altlinux.org) ---
Created attachment 301060
  --> https://bugzilla.kernel.org/attachment.cgi?id=301060&action=edit
udevadm info --export-db log

-- 
You may reply to this email to add a comment.

You are receiving this mail because:
You are watching the assignee of the bug.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug 216037] Second MXC6655 accelerometer is not detected on transformer Aquarius NS483 laptop
  2022-05-27 16:08 [Bug 216037] New: Second MXC6655 accelerometer is not detected on transformer Aquarius NS483 laptop bugzilla-daemon
                   ` (2 preceding siblings ...)
  2022-05-27 16:11 ` bugzilla-daemon
@ 2022-05-27 16:12 ` bugzilla-daemon
  3 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon @ 2022-05-27 16:12 UTC (permalink / raw)
  To: linux-iio

https://bugzilla.kernel.org/show_bug.cgi?id=216037

--- Comment #4 from Nikolai (nickel@altlinux.org) ---
Created attachment 301061
  --> https://bugzilla.kernel.org/attachment.cgi?id=301061&action=edit
gdbus introspect

-- 
You may reply to this email to add a comment.

You are receiving this mail because:
You are watching the assignee of the bug.

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-05-27 16:12 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-27 16:08 [Bug 216037] New: Second MXC6655 accelerometer is not detected on transformer Aquarius NS483 laptop bugzilla-daemon
2022-05-27 16:09 ` [Bug 216037] " bugzilla-daemon
2022-05-27 16:10 ` bugzilla-daemon
2022-05-27 16:11 ` bugzilla-daemon
2022-05-27 16:12 ` bugzilla-daemon

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.