Announcement

Collapse
No announcement yet.

Intel Integrated Sensor Hub (ISH) Support In Linux 4.9 Kernel

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Intel Integrated Sensor Hub (ISH) Support In Linux 4.9 Kernel

    Phoronix: Intel Integrated Sensor Hub (ISH) Support In Linux 4.9 Kernel

    The Intel Integrated Sensor Hub (ISH) is supported in the Linux 4.9 kernel code for benefiting Cherrytrail mobile/convertible/ultrabook hardware and newer...

    Phoronix, Linux Hardware Reviews, Linux hardware benchmarks, Linux server benchmarks, Linux benchmarking, Desktop Linux, Linux performance, Open Source graphics, Linux How To, Ubuntu benchmarks, Ubuntu hardware, Phoronix Test Suite

  • #2
    Nice. Now if only there were an IIO-evdev bridge so there was a sane userspace interface, we might see some actual useful software developed for our devices.

    Comment


    • #3
      Originally posted by bregma View Post
      Nice. Now if only there were an IIO-evdev bridge so there was a sane userspace interface, we might see some actual useful software developed for our devices.
      my libinput already replaced evdev...

      Comment


      • #4
        Originally posted by bregma View Post
        Nice. Now if only there were an IIO-evdev bridge so there was a sane userspace interface, we might see some actual useful software developed for our devices.
        IIO accelerometer sensor to input device proxy. Contribute to hadess/iio-sensor-proxy development by creating an account on GitHub.


        Provides a DBUS interface. DBUS is a better match here, as the number of subscribers is not limited, whereas an input device can only be opened once.

        Comment


        • #5
          Michael Typo: lenogo instead of lenovo

          Comment


          • #6
            Originally posted by cj.wijtmans View Post
            my libinput already replaced evdev...
            Evdev is the kernel API that libinput is built on top of. It's in no way a replacement for it, just a very useful application of it.

            Comment


            • #7
              Originally posted by StefanBruens View Post
              DBUS is a better match here, as the number of subscribers is not limited, whereas an input device can only be opened once.
              Well, I'm not entirely sure the sheer volume of data flowing through the D-Bus is going to cut the mustard, unless D-Bus is moved into the kernel. ALso, it would require applications and toolkits to handle some input sources completely different from others. It would make much much more sense to route the sensor input through evdev (and libinput, see above) and hance through the same routing as all the other input that needs to get processed. That way would also, for example, allow things like the screen position sensor and ambient light detection to be associated with a physical display, the way touchscreens are.

              At any rate, the IIO interface is horridly wretched to use from a userspace point of view. It's like it was designed by a kernel hacker who has never written any userland code in his life. The fact that these devices have been around and supported through IIO for years and there's almost no software built on it is ample proof. Even in Android the 9DOF devices have custom evdev interfaces instead.

              Comment

              Working...
              X