Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 212285
Collapse All | Expand All

(-)packaging/generic/print-camera-list.c_save (-2 / +2 lines)
Lines 798-804 Link Here
798
	print_version_comment(stdout, "    | ", "\n", "<!--+\n", "    +-->\n");
798
	print_version_comment(stdout, "    | ", "\n", "<!--+\n", "    +-->\n");
799
	printf("<deviceinfo version=\"0.2\">\n");
799
	printf("<deviceinfo version=\"0.2\">\n");
800
	printf(" <device>\n");
800
	printf(" <device>\n");
801
	printf("  <match key=\"info.bus\" string=\"usb\">\n");
801
	printf("  <match key=\"info.subsystem\" string=\"usb\">\n");
802
	return 0;
802
	return 0;
803
}
803
}
804
804
Lines 917-923 Link Here
917
	print_version_comment(stdout, "    | ", "\n", "<!--+\n", "    +-->\n");
917
	print_version_comment(stdout, "    | ", "\n", "<!--+\n", "    +-->\n");
918
	printf("<deviceinfo version=\"0.2\">\n");
918
	printf("<deviceinfo version=\"0.2\">\n");
919
	printf(" <device>\n");
919
	printf(" <device>\n");
920
	printf("  <match key=\"info.bus\" string=\"usb\">\n");
920
	printf("  <match key=\"info.subsystem\" string=\"usb\">\n");
921
	return 0;
921
	return 0;
922
}
922
}
923
923

Return to bug 212285