Home
last modified time | relevance | path

Searched refs:CH_USB_PID_FIRMWARE (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/colord/colord-1.3.5/lib/colorhug/
H A Dch-self-test.c116 if (g_usb_device_get_pid (device) != CH_USB_PID_FIRMWARE && in ch_test_device_queue_func()
189 if (g_usb_device_get_pid (device) != CH_USB_PID_FIRMWARE) in ch_test_device_queue_func()
468 CH_USB_PID_FIRMWARE, in ch_client_get_default()
674 if (device != NULL && g_usb_device_get_pid (device) != CH_USB_PID_FIRMWARE) { in ch_test_eeprom_func()
1011 if (device != NULL && g_usb_device_get_pid (device) != CH_USB_PID_FIRMWARE) { in ch_test_reading_xyz_func()
1158 if (device != NULL && g_usb_device_get_pid (device) != CH_USB_PID_FIRMWARE) { in ch_test_incomplete_request_func()
H A Dch-common.h40 #define CH_USB_PID_FIRMWARE 0x1001 macro
H A Dch-device.c127 case CH_USB_PID_FIRMWARE: in ch_device_get_mode()