Home | History | Annotate | Download | only in examples

Lines Matching full:match

108       printf("    <match key=\"info.subsystem\" string=\"usb\">\n");
135 printf(" <match key=\"usb.vendor_id\" int=\"0x%04x\">\n", entry->vendor_id);
136 printf(" <match key=\"usb.product_id\" int=\"0x%04x\">\n", entry->product_id);
138 printf(" <match key=\"info.capabilities\" contains_not=\"portable_audio_player\">\n");
140 printf(" </match>\n");
145 printf(" <match key=\"portable_audio_player.access_method.protocols\" contains_not=\"mtp\">\n");
147 printf(" </match>\n");
150 printf(" <match key=\"portable_audio_player.output_formats\" contains_not=\"audio/mpeg\">\n");
152 printf(" </match>\n");
153 printf(" <match key=\"portable_audio_player.output_formats\" contains_not=\"audio/x-ms-wma\">\n");
155 printf(" </match>\n");
160 printf(" <match key=\"portable_audio_player.output_formats\" contains_not=\"application/ogg\">\n");
162 printf(" </match>\n");
165 printf(" </match>\n");
166 printf(" </match>\n");
204 printf(" </match>\n");