1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 2 /* 3 * Driver for the Auvitek USB bridge 4 * 5 * Copyright (c) 2008 Steven Toth <stoth@linuxtv.org> 6 */ 7 8 #define AU0828_BOARD_UNKNOWN 0 9 #define AU0828_BOARD_HAUPPAUGE_HVR950Q 1 10 #define AU0828_BOARD_HAUPPAUGE_HVR850 2 11 #define AU0828_BOARD_DVICO_FUSIONHDTV7 3 12 #define AU0828_BOARD_HAUPPAUGE_HVR950Q_MXL 4 13 #define AU0828_BOARD_HAUPPAUGE_WOODBURY 5 14