Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 15e03ae8 authored by Dmitry Torokhov's avatar Dmitry Torokhov
Browse files

Input: export 'uniq' in /proc/bus/input/devices



Signed-off-by: default avatarDmitry Torokhov <dtor@mail.ru>
parent bc413c95
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -439,6 +439,7 @@ static int input_devices_seq_show(struct seq_file *seq, void *v)
	seq_printf(seq, "N: Name=\"%s\"\n", dev->name ? dev->name : "");
	seq_printf(seq, "P: Phys=%s\n", dev->phys ? dev->phys : "");
	seq_printf(seq, "S: Sysfs=%s\n", path ? path : "");
	seq_printf(seq, "U: Uniq=%s\n", dev->uniq ? dev->uniq : "");
	seq_printf(seq, "H: Handlers=");

	list_for_each_entry(handle, &dev->h_list, d_node)