From af621dec7c00404655ebdfb0f7bd1f8c776206ef Mon Sep 17 00:00:00 2001 From: Clayton Craft Date: Fri, 23 Apr 2021 10:45:15 -0700 Subject: [PATCH] sxmo_deviceprofile_librem5*: add initial profile for librem5 Currently there are 3 revisions of the L5, and they are all sharing the same profile here since this only sets audio vars and they're all the same. In the future the symlinks can be broken if profiles need to deviate for some reason in order to set different values for vars, etc. Signed-off-by: Anjandev Momi --- scripts/deviceprofiles/sxmo_deviceprofile_librem5r2purism.sh | 1 + scripts/deviceprofiles/sxmo_deviceprofile_librem5r3purism.sh | 1 + scripts/deviceprofiles/sxmo_deviceprofile_librem5r4purism.sh | 3 +++ 3 files changed, 5 insertions(+) create mode 120000 scripts/deviceprofiles/sxmo_deviceprofile_librem5r2purism.sh create mode 120000 scripts/deviceprofiles/sxmo_deviceprofile_librem5r3purism.sh create mode 100644 scripts/deviceprofiles/sxmo_deviceprofile_librem5r4purism.sh diff --git a/scripts/deviceprofiles/sxmo_deviceprofile_librem5r2purism.sh b/scripts/deviceprofiles/sxmo_deviceprofile_librem5r2purism.sh new file mode 120000 index 0000000..0c2d509 --- /dev/null +++ b/scripts/deviceprofiles/sxmo_deviceprofile_librem5r2purism.sh @@ -0,0 +1 @@ +sxmo_deviceprofile_librem5r4purism.sh \ No newline at end of file diff --git a/scripts/deviceprofiles/sxmo_deviceprofile_librem5r3purism.sh b/scripts/deviceprofiles/sxmo_deviceprofile_librem5r3purism.sh new file mode 120000 index 0000000..0c2d509 --- /dev/null +++ b/scripts/deviceprofiles/sxmo_deviceprofile_librem5r3purism.sh @@ -0,0 +1 @@ +sxmo_deviceprofile_librem5r4purism.sh \ No newline at end of file diff --git a/scripts/deviceprofiles/sxmo_deviceprofile_librem5r4purism.sh b/scripts/deviceprofiles/sxmo_deviceprofile_librem5r4purism.sh new file mode 100644 index 0000000..a81f36a --- /dev/null +++ b/scripts/deviceprofiles/sxmo_deviceprofile_librem5r4purism.sh @@ -0,0 +1,3 @@ +export SPEAKER="Speaker" +export HEADPHONE="Headphone" +export EARPIECE="Earpiece"