summaryrefslogtreecommitdiff
path: root/tools/build/feature/test-backtrace.c
blob: 7124aa1dc8fb77d5fe1adae0cc4a0dcaff2ff3a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#include <execinfo.h>
#include <stdio.h>

int main(void)
{
	void *backtrace_fns[10];
	size_t entries;

	entries = backtrace(backtrace_fns, 10);
	backtrace_symbols_fd(backtrace_fns, entries, 1);

	return 0;
}
04 +0100 commitd07830db1bdb254e4b50d366010b219286b8c937 (patch) tree354d7fca237fa3d7e7e63c2196eaa4e1086838ea /include/trace/events/target.h parent5d03a2fd2292e71936c4235885c35ccc3c94695b (diff)
USB: serial: pl2303: add ATEN device ID
Seems that ATEN serial-to-usb devices using pl2303 exist with different device ids. This patch adds a missing device ID so it is recognised by the driver. Signed-off-by: Marcel J.E. Mol <marcel@mesa.nl> Cc: stable <stable@vger.kernel.org> Signed-off-by: Johan Hovold <johan@kernel.org>
Diffstat (limited to 'include/trace/events/target.h')