blob: de0868ec55879363ff94d15773ea8f80c3d825c4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- examples/hotplug.c_save 2008-03-04 00:48:38.000000000 +0100
+++ examples/hotplug.c 2008-03-04 00:49:07.000000000 +0100
@@ -105,7 +105,7 @@
printf("<!-- This file was generated by %s - - fdi -->\n", argv[0]);
printf("<deviceinfo version=\"0.2\">\n");
printf(" <device>\n");
- printf(" <match key=\"info.bus\" string=\"usb\">\n");
+ printf(" <match key=\"info.subsystem\" string=\"usb\">\n");
break;
case style_usbids:
printf("# usb.ids style device list from libmtp\n");
|