/* SPDX-License-Identifier: GPL-2.0-only */ /* DVB USB compliant Linux driver for the * - GENPIX 8pks/qpsk/DCII USB2.0 DVB-S module * * Copyright (C) 2006 Alan Nisota ([email protected]) * Copyright (C) 2006,2007 Alan Nisota ([email protected]) * * Thanks to GENPIX for the sample code used to implement this module. * * This module is based off the vp7045 and vp702x modules * * see Documentation/driver-api/media/drivers/dvb-usb.rst for more information */ #ifndef _DVB_USB_GP8PSK_H_ #define _DVB_USB_GP8PSK_H_ #define DVB_USB_LOG_PREFIX … #include "dvb-usb.h" extern int dvb_usb_gp8psk_debug; #define deb_info(args...) … #define deb_xfer(args...) … #define deb_rc(args...) … #define GET_USB_SPEED … #define RESET_FX2 … #define FW_VERSION_READ … #define VENDOR_STRING_READ … #define PRODUCT_STRING_READ … #define FW_BCD_VERSION_READ … #endif