* [gentoo-commits] repo/gentoo:master commit in: app-laptop/tuxedo-keyboard/files/
@ 2023-05-13 3:02 Sam James
0 siblings, 0 replies; 2+ messages in thread
From: Sam James @ 2023-05-13 3:02 UTC (permalink / raw
To: gentoo-commits
commit: c88b449bff54edbb85f1769022119c58b3abeaea
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat May 13 03:00:38 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat May 13 03:01:33 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c88b449b
app-laptop/tuxedo-keyboard: add patch metadata
Bug: https://bugs.gentoo.org/902133
Signed-off-by: Sam James <sam <AT> gentoo.org>
.../files/tuxedo-keyboard-3.2.1-rm-unused-functions.patch | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/app-laptop/tuxedo-keyboard/files/tuxedo-keyboard-3.2.1-rm-unused-functions.patch b/app-laptop/tuxedo-keyboard/files/tuxedo-keyboard-3.2.1-rm-unused-functions.patch
index b8f8efae16b3..84e32c9edaea 100755
--- a/app-laptop/tuxedo-keyboard/files/tuxedo-keyboard-3.2.1-rm-unused-functions.patch
+++ b/app-laptop/tuxedo-keyboard/files/tuxedo-keyboard-3.2.1-rm-unused-functions.patch
@@ -1,3 +1,7 @@
+https://github.com/tuxedocomputers/tuxedo-keyboard/pull/162
+https://github.com/tuxedocomputers/tuxedo-keyboard/issues/164
+https://bugs.gentoo.org/902133
+
diff --git a/src/tuxedo_io/tuxedo_io.c b/src/tuxedo_io/tuxedo_io.c
index 879efd7..5cf4f20 100644
--- a/src/tuxedo_io/tuxedo_io.c
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-laptop/tuxedo-keyboard/files/
@ 2023-08-18 8:16 Marc Schiffbauer
0 siblings, 0 replies; 2+ messages in thread
From: Marc Schiffbauer @ 2023-08-18 8:16 UTC (permalink / raw
To: gentoo-commits
commit: 964ee313ed9fc8ce31c922a4afa9fb498dd8b40e
Author: Marc Schiffbauer <mschiff <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 18 08:16:04 2023 +0000
Commit: Marc Schiffbauer <mschiff <AT> gentoo <DOT> org>
CommitDate: Fri Aug 18 08:16:48 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=964ee313
app-laptop/tuxedo-keyboard: clean unused patch
Signed-off-by: Marc Schiffbauer <mschiff <AT> gentoo.org>
...tuxedo-keyboard-3.2.1-rm-unused-functions.patch | 71 ----------------------
1 file changed, 71 deletions(-)
diff --git a/app-laptop/tuxedo-keyboard/files/tuxedo-keyboard-3.2.1-rm-unused-functions.patch b/app-laptop/tuxedo-keyboard/files/tuxedo-keyboard-3.2.1-rm-unused-functions.patch
deleted file mode 100644
index 84e32c9edaea..000000000000
--- a/app-laptop/tuxedo-keyboard/files/tuxedo-keyboard-3.2.1-rm-unused-functions.patch
+++ /dev/null
@@ -1,71 +0,0 @@
-https://github.com/tuxedocomputers/tuxedo-keyboard/pull/162
-https://github.com/tuxedocomputers/tuxedo-keyboard/issues/164
-https://bugs.gentoo.org/902133
-
-diff --git a/src/tuxedo_io/tuxedo_io.c b/src/tuxedo_io/tuxedo_io.c
-index 879efd7..5cf4f20 100644
---- a/src/tuxedo_io/tuxedo_io.c
-+++ b/src/tuxedo_io/tuxedo_io.c
-@@ -49,19 +49,6 @@ static u32 id_check_uniwill;
-
- static struct uniwill_device_features_t *uw_feats;
-
--/**
-- * strstr version of dmi_match
-- */
--static bool dmi_string_in(enum dmi_field f, const char *str)
--{
-- const char *info = dmi_get_system_info(f);
--
-- if (info == NULL || str == NULL)
-- return info == str;
--
-- return strstr(info, str) != NULL;
--}
--
- static u32 clevo_identify(void)
- {
- return clevo_get_active_interface_id(NULL) == 0 ? 1 : 0;
-@@ -181,7 +168,7 @@ static long clevo_ioctl_interface(struct file *file, unsigned int cmd, unsigned
-
- const char str_no_if[] = "";
- char *str_clevo_if;
--
-+
- switch (cmd) {
- case R_CL_HW_IF_STR:
- if (clevo_get_active_interface_id(&str_clevo_if) == 0) {
-@@ -814,7 +801,7 @@ static int __init tuxedo_io_init(void)
- tuxedo_io_device_class = class_create(THIS_MODULE, "tuxedo_io");
- device_create(tuxedo_io_device_class, NULL, tuxedo_io_device_handle, NULL, "tuxedo_io");
- pr_debug("Module init successful\n");
--
-+
- return 0;
- }
-
-diff --git a/src/uniwill_keyboard.h b/src/uniwill_keyboard.h
-index 332acd6..859dc30 100644
---- a/src/uniwill_keyboard.h
-+++ b/src/uniwill_keyboard.h
-@@ -51,7 +51,6 @@
- #define UNIWILL_OSD_TOUCHPADWORKAROUND 0xFFF
-
- static void uw_charging_priority_write_state(void);
--static void uw_charging_profile_write_state(void);
-
- struct tuxedo_keyboard_driver uniwill_keyboard_driver;
-
-@@ -771,12 +770,6 @@ static int uw_has_charging_profile(bool *status)
- return 0;
- }
-
--static void uw_charging_profile_write_state(void)
--{
-- if (uw_charging_profile_loaded)
-- uw_set_charging_profile(uw_charging_profile_last_written_value);
--}
--
- static void uw_charging_profile_init(struct platform_device *dev)
- {
- u8 value;
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-08-18 9:40 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-13 3:02 [gentoo-commits] repo/gentoo:master commit in: app-laptop/tuxedo-keyboard/files/ Sam James
-- strict thread matches above, loose matches on Subject: below --
2023-08-18 8:16 Marc Schiffbauer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox