/usr/include/dynctrl-logitech.h is in libwebcam0-dev 0.2.4-1.1ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 | /*
* UVC dynamic control mapping header file
*
* This file has been dynamically generated using the include.xsl XSLT
* transform stylesheet from a dynamic control mapping configuration file.
*
* Version: 1.0
* Author: Martin Rubli, Logitech
* Contact: http://www.quickcamteam.net/
* Revision: 0.16
*
* Copyright (c) 2006-2008 Logitech
*/
/* Start constants */
#ifndef UVC_GUID_LOGITECH_USER_HW_CONTROL
#define UVC_GUID_LOGITECH_USER_HW_CONTROL { \
0x82, 0x06, 0x61, 0x63, 0x70, 0x50, 0xab, 0x49, \
0xb8, 0xcc, 0xb3, 0x85, 0x5e, 0x8d, 0x22, 0x1f \
}
#endif
#ifndef UVC_GUID_LOGITECH_VIDEO_PIPE
#define UVC_GUID_LOGITECH_VIDEO_PIPE { \
0x82, 0x06, 0x61, 0x63, 0x70, 0x50, 0xab, 0x49, \
0xb8, 0xcc, 0xb3, 0x85, 0x5e, 0x8d, 0x22, 0x50 \
}
#endif
#ifndef UVC_GUID_LOGITECH_MOTOR_CONTROL
#define UVC_GUID_LOGITECH_MOTOR_CONTROL { \
0x82, 0x06, 0x61, 0x63, 0x70, 0x50, 0xab, 0x49, \
0xb8, 0xcc, 0xb3, 0x85, 0x5e, 0x8d, 0x22, 0x56 \
}
#endif
#ifndef XU_HW_CONTROL_LED1
#define XU_HW_CONTROL_LED1 1
#endif
#ifndef XU_COLOR_PROCESSING_DISABLE
#define XU_COLOR_PROCESSING_DISABLE 5
#endif
#ifndef XU_RAW_DATA_BITS_PER_PIXEL
#define XU_RAW_DATA_BITS_PER_PIXEL 8
#endif
#ifndef XU_MOTORCONTROL_PANTILT_RELATIVE
#define XU_MOTORCONTROL_PANTILT_RELATIVE 1
#endif
#ifndef XU_MOTORCONTROL_PANTILT_RESET
#define XU_MOTORCONTROL_PANTILT_RESET 2
#endif
#ifndef XU_MOTORCONTROL_FOCUS
#define XU_MOTORCONTROL_FOCUS 3
#endif
#ifndef V4L2_CID_PAN_RELATIVE
#define V4L2_CID_PAN_RELATIVE 0x009A0904
#endif
#ifndef V4L2_CID_TILT_RELATIVE
#define V4L2_CID_TILT_RELATIVE 0x009A0905
#endif
#ifndef V4L2_CID_PAN_RESET
#define V4L2_CID_PAN_RESET 0x009A0906
#endif
#ifndef V4L2_CID_TILT_RESET
#define V4L2_CID_TILT_RESET 0x009A0907
#endif
#ifndef V4L2_CID_FOCUS
#define V4L2_CID_FOCUS 0x0A046D04
#endif
#ifndef V4L2_CID_LED1_MODE
#define V4L2_CID_LED1_MODE 0x0A046D05
#endif
#ifndef V4L2_CID_LED1_FREQUENCY
#define V4L2_CID_LED1_FREQUENCY 0x0A046D06
#endif
#ifndef V4L2_CID_DISABLE_PROCESSING
#define V4L2_CID_DISABLE_PROCESSING 0x0A046D71
#endif
#ifndef V4L2_CID_RAW_BITS_PER_PIXEL
#define V4L2_CID_RAW_BITS_PER_PIXEL 0x0A046D72
#endif
/* End constants */
|