Searched refs:usbPrinterMatchDictionary (Results 1 – 1 of 1) sorted by relevance
1135 CFMutableDictionaryRef usbPrinterMatchDictionary = IOServiceMatching(kIOUSBInterfaceClassName); in iterate_printers() local1136 CFDictionaryAddValue(usbPrinterMatchDictionary, CFSTR("bInterfaceClass"), interfaceClass); in iterate_printers()1137 CFDictionaryAddValue(usbPrinterMatchDictionary, CFSTR("bInterfaceSubClass"), interfaceSubClass); in iterate_printers()1144 usbPrinterMatchDictionary, &device_added, &reference, &add_iterator); in iterate_printers()