summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorFabian Vogt <fabian@ritter-vogt.de>2023-10-03 21:07:00 +0200
committerJiri Kosina <jkosina@suse.cz>2023-10-05 12:50:35 +0200
commitb009aa38a380becd98cc4e01c9b7626a11cb4905 (patch)
tree9b0f7b27f28c188fee5d2301b8a9f49518fc02fc /tools/perf/scripts/python
parent8f02139ad9a7e6e5c05712f8c1501eebed8eacfd (diff)
downloadkernel-b009aa38a380becd98cc4e01c9b7626a11cb4905.tar.gz
HID: Add quirk to ignore the touchscreen battery on HP ENVY 15-eu0556ng
Like various other devices using similar hardware, this model reports a perpetually empty battery (0-1%). Join the others and apply HID_BATTERY_QUIRK_IGNORE. Signed-off-by: Fabian Vogt <fabian@ritter-vogt.de> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions
a874f092cb44823ca03'>seccomp: always propagate NO_NEW_PRIVS on tsyncJann Horn 2015-10-27seccomp, ptrace: add support for dumping seccomp filtersTycho Andersen 2015-10-05bpf, seccomp: prepare for upcoming criu supportDaniel Borkmann 2015-07-20Merge tag 'seccomp-next' of git://git.kernel.org/pub/scm/linux/kernel/git/kee...James Morris 2015-07-15seccomp: swap hard-coded zeros to defined nameKees Cook 2015-07-15seccomp: add ptrace options for suspend/resumeTycho Andersen 2015-07-15seccomp: Replace smp_read_barrier_depends() with lockless_dereference()Pranith Kumar 2015-05-09seccomp, filter: add and use bpf_prog_create_from_user from seccompDaniel Borkmann 2015-05-09seccomp: simplify seccomp_prepare_filter and reuse bpf_prepare_filterNicolas Schichan 2015-02-17seccomp: cap SECCOMP_RET_ERRNO data to MAX_ERRNOKees Cook 2014-10-14Merge branch 'x86-seccomp-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds 2014-09-05net: bpf: make eBPF interpreter images read-onlyDaniel Borkmann 2014-09-03seccomp: Allow arch code to provide seccomp_dataAndy Lutomirski 2014-09-03seccomp: Refactor the filter callback and the APIAndy Lutomirski 2014-09-03seccomp,x86,arm,mips,s390: Remove nr parameter from secure_computingAndy Lutomirski 2014-08-11seccomp: Replace BUG(!spin_is_locked()) with assert_spin_lockGuenter Roeck 2014-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds 2014-08-02net: filter: split 'struct sk_filter' into socket and bpf partsAlexei Starovoitov 2014-08-02net: filter: rename sk_convert_filter() -> bpf_convert_filter()Alexei Starovoitov 2014-08-02net: filter: rename sk_chk_filter() -> bpf_check_classic()Alexei Starovoitov 2014-07-24net: filter: rename 'struct sock_filter_int' into 'struct bpf_insn'Alexei Starovoitov 2014-07-18seccomp: implement SECCOMP_FILTER_FLAG_TSYNCKees Cook 2014-07-18seccomp: allow mode setting across threadsKees Cook 2014-07-18seccomp: introduce writer lockingKees Cook 2014-07-18seccomp: split filter prep from check and applyKees Cook 2014-07-18sched: move no_new_privs into new atomic flagsKees Cook 2014-07-18seccomp: add "seccomp" syscallKees Cook 2014-07-18seccomp: split mode setting routinesKees Cook 2014-07-18seccomp: extract check/assign mode helpersKees Cook 2014-07-18seccomp: create internal mode-setting functionKees Cook 2014-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds