Antti Palosaari | 5decdd2 | 2006-11-05 16:05:38 -0300 | [diff] [blame] | 1 | #ifndef _DVB_USB_AU6610_H_ |
2 | #define _DVB_USB_AU6610_H_ | ||||
3 | |||||
4 | #define DVB_USB_LOG_PREFIX "au6610" | ||||
5 | #include "dvb-usb.h" | ||||
6 | |||||
7 | #define deb_rc(args...) dprintk(dvb_usb_au6610_debug,0x01,args) | ||||
8 | |||||
9 | #define AU6610_REQ_I2C_WRITE 0x14 | ||||
10 | #define AU6610_REQ_I2C_READ 0x13 | ||||
11 | #define AU6610_REQ_USB_WRITE 0x16 | ||||
12 | #define AU6610_REQ_USB_READ 0x15 | ||||
13 | |||||
14 | #define AU6610_USB_TIMEOUT 1000 | ||||
15 | |||||
16 | #define AU6610_ALTSETTING_COUNT 6 | ||||
17 | #define AU6610_ALTSETTING 5 | ||||
18 | |||||
19 | #endif |