{"id":16042543,"url":"https://github.com/nylen/i8042-debounce","last_synced_at":"2026-06-29T14:31:31.342Z","repository":{"id":137376005,"uuid":"83823138","full_name":"nylen/i8042-debounce","owner":"nylen","description":"Kernel module to debounce keypresses on my buggy Dell XPS keyboard","archived":false,"fork":false,"pushed_at":"2018-02-13T04:53:11.000Z","size":37,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-11-12T14:36:46.429Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nylen.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-03-03T17:19:52.000Z","updated_at":"2020-02-23T03:02:58.000Z","dependencies_parsed_at":null,"dependency_job_id":"8c945be0-6145-4a57-a628-25655891b8f0","html_url":"https://github.com/nylen/i8042-debounce","commit_stats":{"total_commits":29,"total_committers":3,"mean_commits":9.666666666666666,"dds":0.4137931034482759,"last_synced_commit":"751aec8b3c729d8bf613d324e0ebcb0cc6cb2956"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nylen/i8042-debounce","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nylen%2Fi8042-debounce","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nylen%2Fi8042-debounce/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nylen%2Fi8042-debounce/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nylen%2Fi8042-debounce/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nylen","download_url":"https://codeload.github.com/nylen/i8042-debounce/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nylen%2Fi8042-debounce/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34931584,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-29T02:00:05.398Z","response_time":58,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-09T00:02:46.784Z","updated_at":"2026-06-29T14:31:31.317Z","avatar_url":"https://github.com/nylen.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"## i8042 keyboard debounce\n\nThis kernel module provides a software fix for a Dell XPS keyboard.  They\ngenerate duplicate key presses sometimes, which is pretty annoying.\n\nTested on both a Dell XPS 15 (9550) and XPS 13 (9360).  Both keyboards have\nsimilar issues.\n\nThis module uses the filter feature of the `i8042` serio driver.  Much like\nHighlander, there can be only one of these filters at a time.  There are a few\nother platform-specific drivers that might use this filter:\n\n- `drivers/input/misc/ideapad_slidebar.c`\n- `drivers/platform/x86/asus-nb-wmi.c`\n- `drivers/platform/x86/dell-laptop.c`\n- `drivers/platform/x86/hp_accel.c`\n- `drivers/platform/x86/msi-laptop.c`\n- `drivers/platform/x86/toshiba_acpi.c`\n\nFortunately none of these are loaded on my machine.\n\n## Credits\n\nBasic structure and `Makefile` adapted from\n[`bbswitch`](https://github.com/Bumblebee-Project/bbswitch).\n\n`i8042` filter code and extended key handling adapted from the aforementioned\n`drivers/platform/x86/dell-laptop.c`.\n\nEverything else: copyright (c) 2017-2018 James Nylen, Ivan Brennan.\n\n## License\n\n[GNU General Public License v3 (or later)](./LICENSE.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnylen%2Fi8042-debounce","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnylen%2Fi8042-debounce","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnylen%2Fi8042-debounce/lists"}