Skip to content

Releases: hhd-dev/bmi260

v1.0.0: Major bug fixes + lets use the V1 while we can

10 Oct 15:59
90d96f0
Compare
Choose a tag to compare

Fixes 2 major bugs with the driver:

  1. Certain devices cut power to the IMU. So suspend it, save the register list, and resume it for sleep
  2. HR-timer causes oops if it fires the IRQ during sleep. After we suspend, just ignore IRQ if it fires.

Full Changelog: v0.0.2...v1.0.0

v0.0.2: add older kernel support

28 Jan 10:37
Compare
Choose a tag to compare

There was a signature check introduced on 6.2 that made the driver unavailable on 6.1. A new version check allows the driver to work both on kernels before 6.1 and after.

v0.0.1: Initial Release

19 Jan 19:29
Compare
Choose a tag to compare

Initial release for the bmi260 driver. It is fully functional and may be installed as a dkms package.