Package: console-setup-udeb Version: 1.231 Severity: wishlist Dear Maintainer,
The following diff add support for Microsoft Surface Type Cover Keyboard This keyboard is not detected by default during debian installation. $ git diff diff --git a/debian/keyboard_present.sh b/debian/keyboard_present.sh index 3ab667f..e3407f6 100644 --- a/debian/keyboard_present.sh +++ b/debian/keyboard_present.sh @@ -35,6 +35,7 @@ keyboard_present () { kbdpattern="$kbdpattern\|HIL keyboard" kbdpattern="$kbdpattern\|ADB keyboard" kbdpattern="$kbdpattern\|Sun Type" + kbdpattern="$kbdpattern\|Microsoft Surface Type Cover Keyboard" kbdpattern="$kbdpattern\|bluetooth.*keyboard" if grep -i "$kbdpattern" /proc/bus/input/devices >/dev/null; then return 0 Regards, -- System Information: Debian Release: 11.10 APT prefers oldstable-updates APT policy: (500, 'oldstable-updates'), (500, 'oldstable-security'), (500, 'oldstable') Architecture: amd64 (x86_64) Kernel: Linux 6.1.0-0.deb11.21-amd64 (SMP w/4 CPU threads; PREEMPT) Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8), LANGUAGE not set Shell: /bin/sh linked to /usr/bin/dash Init: systemd (via /run/systemd/system) LSM: AppArmor: enabled