forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-11 072de836f53be56a70cecf70b43ae43b7ce17376
kernel/drivers/media/usb/em28xx/em28xx.h
....@@ -149,6 +149,9 @@
149149 #define EM28174_BOARD_HAUPPAUGE_WINTV_DUALHD_01595 100
150150 #define EM2884_BOARD_TERRATEC_H6 101
151151 #define EM2882_BOARD_ZOLID_HYBRID_TV_STICK 102
152
+#define EM2861_BOARD_MAGIX_VIDEOWANDLER2 103
153
+#define EM28178_BOARD_PCTV_461E_V2 104
154
+#define EM2860_BOARD_MYGICA_IGRABBER 105
152155
153156 /* Limits minimum and default number of buffers */
154157 #define EM28XX_MIN_BUF 4
....@@ -251,13 +254,11 @@
251254 /**
252255 * struct em28xx_fmt - Struct to enumberate video formats
253256 *
254
- * @name: Name for the video standard
255257 * @fourcc: v4l2 format id
256258 * @depth: mean number of bits to represent a pixel
257259 * @reg: em28xx register value to set it
258260 */
259261 struct em28xx_fmt {
260
- char *name;
261262 u32 fourcc;
262263 int depth;
263264 int reg;
....@@ -657,7 +658,7 @@
657658 enum em28xx_chip_id chip_id;
658659
659660 unsigned int is_em25xx:1; // em25xx/em276x/7x/8x family bridge
660
- unsigned int disconnected:1; // device has been diconnected
661
+ unsigned int disconnected:1; // device has been disconnected
661662 unsigned int has_video:1;
662663 unsigned int is_audio_only:1;
663664 unsigned int is_webcam:1;