2019-05-27 14:55:06 +08:00
|
|
|
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
2008-04-19 08:34:00 +08:00
|
|
|
/*
|
|
|
|
* Driver for the Auvitek USB bridge
|
|
|
|
*
|
2008-09-04 04:12:12 +08:00
|
|
|
* Copyright (c) 2008 Steven Toth <stoth@linuxtv.org>
|
2008-04-19 08:34:00 +08:00
|
|
|
*/
|
|
|
|
|
|
|
|
#define AU0828_BOARD_UNKNOWN 0
|
|
|
|
#define AU0828_BOARD_HAUPPAUGE_HVR950Q 1
|
2018-01-05 02:08:56 +08:00
|
|
|
#define AU0828_BOARD_HAUPPAUGE_HVR850 2
|
2008-04-19 08:34:00 +08:00
|
|
|
#define AU0828_BOARD_DVICO_FUSIONHDTV7 3
|
2008-07-09 11:23:08 +08:00
|
|
|
#define AU0828_BOARD_HAUPPAUGE_HVR950Q_MXL 4
|
2008-09-04 03:46:36 +08:00
|
|
|
#define AU0828_BOARD_HAUPPAUGE_WOODBURY 5
|