Skip to content
Snippets Groups Projects
  1. Jan 28, 2024
  2. Jan 26, 2024
  3. Jan 25, 2024
  4. Jan 24, 2024
  5. Jan 23, 2024
    • Arnav Singh's avatar
      main/postmarketos-base-ui: read USB network interface name from configfs gadget (MR 4750) · ffd803d1
      Arnav Singh authored and Clayton Craft's avatar Clayton Craft committed
      The configfs gadget can provide the actual interface name, which may not be
      the default "usb0" since another gadget driver might have claimed "usb0".
      This code is based on the `start_unudhcpd` function in `init_functions.sh`
      
      [ci:skip-build] already built successfully in CI
      Verified
      ffd803d1
    • Arnav Singh's avatar
      main/postmarketos-initramfs: support reading USB network UDC name from deviceinfo (MR 4750) · 2a0fab1a
      Arnav Singh authored and Clayton Craft's avatar Clayton Craft committed
      Before this change the script assumed that the device has only one UDC.
      However it is possible for a device to have multiple UDCs, in which case
      the deviceinfo is the appropriate place to specify which one should be used.
      This change adds an optional deviceinfo variable `deviceinfo_usb_network_udc`
      to specify the UDC that should be used.
      
      Also, before this change the script assumed the USB network interface name is
      "usb0". But other gadget drivers like `g_cdc` can claim USB interfaces
      before the initramfs script gets around to creating one for USB networking,
      so the interface might be "usb1" or something else. The configfs gadget itself
      can provide the actual interface name, so this change makes the script
      use that.
      Verified
      2a0fab1a
  6. Jan 22, 2024
  7. Jan 21, 2024
    • Luca Weiss's avatar
      linux-postmarketos-qcom-sm6350: enable CONFIG_RMNET (MR 4749) · 43922777
      Luca Weiss authored
      Required for getting mobile data up, otherwise ModemManager fails to
      connect with:
      
        Status     |                connected: no
                   |    connection error name: org.freedesktop.ModemManager1.Error.MobileEquipment.Unknown
                   | connection error message: failed to create net link for device: failed to add link for device: Could not allocate link: Failed to add link with mux id 1: Netlink message with transaction 27 failed
      [ci:skip-build]: already built successfully in CI
      Unverified
      43922777
    • Luca Weiss's avatar
      linux-postmarketos-qcom-sc7280: enable CONFIG_RMNET (MR 4749) · 0274ee9e
      Luca Weiss authored
      Required for getting mobile data up, otherwise ModemManager fails to
      connect with:
      
        Status     |                connected: no
                   |    connection error name: org.freedesktop.ModemManager1.Error.MobileEquipment.Unknown
                   | connection error message: failed to create net link for device: failed to add link for device: Could not allocate link: Failed to add link with mux id 1: Netlink message with transaction 27 failed
      Unverified
      0274ee9e
    • Duje Mihanović's avatar
      linux-samsung-coreprimevelte: upgrade to 6.7.0 (MR 4746) · 90fe9b50
      Duje Mihanović authored
      Rewritten PMIC driver, power key and vibration support are also added in
      this upgrade.
      Unverified
      90fe9b50
  8. Jan 19, 2024
Loading