Skip to content
Snippets Groups Projects
  1. Sep 11, 2023
  2. Sep 09, 2023
    • clayton craft's avatar
      device-shift-axolotl: add edt-ft5x06 driver to initramfs (MR 4374) · 3110ade7
      clayton craft authored
      It seems like the driver name has changed *again* in 6.5.x kernels, so
      let's just have both drivers in the initramfs to help with migrating
      between newer/older kernels and any future flip/flopping of drivers.
      
      This is a bit of a hack... it works because missing modules are not
      fatal for mkinitfs. The reason why they aren't fatal is that whether or
      not it's builtin is somewhat arbitrary... there's an open issue[1] for
      mkinitfs to make this smarter, i.e. throw an error if the .ko doesn't
      exist AND it's not builtin for the *installed* kernel.
      
      When that's implemented then this patch would likely result in mkinitfs
      failing on this device because one of those drivers may not be installed
      or builtin. I don't have time to implement this in mkinitfs, so adding
      this crude workaround of just including both seemed like a reasonable
      thing to do since the 6.5 kernel will break fde on this device (this has
      happened before).
      [ci:skip-build]: already built successfully in CI
      3110ade7
  3. Sep 08, 2023
  4. Sep 07, 2023
  5. Sep 06, 2023
  6. Sep 05, 2023
  7. Sep 04, 2023
  8. Sep 03, 2023
Loading