[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#381952: please autodetect Dell Latitude keyboards



> +    Dell*)
> +      case "$name" in
> +      Latitude*)
> +        MODEL=latitude
> +        ;;
> +      esac
> +      ;;


Well, on my Dell X1, the following *breaks* the support for volume
control keys:

Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"keyboard"
	Option		"CoreKeyboard"
	Option		"XkbRules"	"xorg"
#	Option		"XkbModel"	"inspiron"
	Option		"XkbModel"	"latitude"
	Option		"XkbLayout"	"fr-latin9"
EndSection

Indeed, I did put "latitude" there after seeing your bug report..:-)

I originally had "inspiron" and volume control keys were working like
a charm.

So, I indeed recommend some deeper experiment here...




Attachment: signature.asc
Description: Digital signature


Reply to: