summaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/dvb-usb/au6610.h
diff options
context:
space:
mode:
authorAntti Palosaari <crope@iki.fi>2012-07-09 14:59:28 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2012-08-04 07:56:40 -0300
commitad6b9e517b39acec98862e7f9bddefe1b275445b (patch)
tree2011c0438770fec87dfd80e0459bc2bfc28df00e /drivers/media/dvb/dvb-usb/au6610.h
parent4d2e596ac8ff68d48c9d1ba15226fca3b494f984 (diff)
[media] dvb_usb_v2: move from dvb-usb to dvb-usb-v2
Move to own directory. Signed-off-by: Antti Palosaari <crope@iki.fi> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/dvb/dvb-usb/au6610.h')
-rw-r--r--drivers/media/dvb/dvb-usb/au6610.h32
1 files changed, 0 insertions, 32 deletions
diff --git a/drivers/media/dvb/dvb-usb/au6610.h b/drivers/media/dvb/dvb-usb/au6610.h
deleted file mode 100644
index ea337bfc00b1..000000000000
--- a/drivers/media/dvb/dvb-usb/au6610.h
+++ /dev/null
@@ -1,32 +0,0 @@
-/*
- * DVB USB Linux driver for Alcor Micro AU6610 DVB-T USB2.0.
- *
- * Copyright (C) 2006 Antti Palosaari <crope@iki.fi>
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
- */
-
-#ifndef AU6610_H
-#define AU6610_H
-#include "dvb_usb.h"
-
-#define AU6610_REQ_I2C_WRITE 0x14
-#define AU6610_REQ_I2C_READ 0x13
-#define AU6610_REQ_USB_WRITE 0x16
-#define AU6610_REQ_USB_READ 0x15
-
-#define AU6610_USB_TIMEOUT 1000
-
-#endif