@@ -1,7 +1,10 @@
arch/*
crypto/*
+drivers/auxdisplay/*
drivers/bluetooth/*
drivers/char/broadcom/*
+drivers/char/tpm/*
+drivers/clk/*
drivers/gpio/*
drivers/gpu/drm/*
drivers/hid/*
@@ -9,15 +12,31 @@ drivers/hwmon/*
drivers/i2c/*
drivers/iio/*
drivers/input/*
+drivers/leds/*
drivers/md/*
drivers/media/*
+drivers/mtd/spi-nor/*
drivers/net/can/*
+drivers/net/ethernet/microchip/*
+drivers/net/ethernet/qualcomm/*
+drivers/net/ethernet/wiznet/*
+drivers/net/ieee802154/*
drivers/net/usb/*
drivers/net/wireguard/*
drivers/net/wireless/broadcom/*
drivers/nvme/*
+drivers/nvmem/*
+drivers/perf/*
+drivers/pinctrl/*
+drivers/power/supply/*
+drivers/pps/*
+drivers/pwm/*
+drivers/rtc/*
drivers/spi/*
+drivers/staging/fbtft/*
+drivers/staging/media/rpivid/*
drivers/staging/vc04_services/*
+drivers/tty/serial/*
drivers/uio/*
drivers/usb/dwc2/*
drivers/usb/gadget/*
@@ -44,6 +63,7 @@ net/wireless/*
sound/core/*
sound/soc/bcm/*
sound/soc/codecs/*
+sound/soc/generic/*
sound/soc/snd-soc*
sound/usb/snd-usb*
ubuntu/*
BugLink: https://bugs.launchpad.net/bugs/1949370 With the introduction of the linux-modules-extra package in Impish, some modules moved from the linux-modules package to the new extra package. This broke some users who upgraded from H to I who 'lost' some needed modules. At the minimum, the linux-modules package should provide all modules required by Raspberry Pi specific DTBs and overlays. The list of additional modules was compiled by matching DTB 'compatible' strings to modinfo 'alias' information. Signed-off-by: Juerg Haefliger <juergh@canonical.com> --- debian.raspi/control.d/raspi.inclusion-list | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+)