| 
									
										
										
										
											2005-07-07 17:58:10 -07:00
										 |  |  | #ifndef _DVB_USB_CXUSB_H_
 | 
					
						
							|  |  |  | #define _DVB_USB_CXUSB_H_
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2005-09-09 13:02:51 -07:00
										 |  |  | #define DVB_USB_LOG_PREFIX "cxusb"
 | 
					
						
							| 
									
										
										
										
											2005-07-07 17:58:10 -07:00
										 |  |  | #include "dvb-usb.h"
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | /* usb commands - some of it are guesses, don't have a reference yet */ | 
					
						
							| 
									
										
										
										
											2007-11-19 21:57:10 -03:00
										 |  |  | #define CMD_BLUEBIRD_GPIO_RW 0x05
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2005-09-09 13:02:51 -07:00
										 |  |  | #define CMD_I2C_WRITE     0x08
 | 
					
						
							|  |  |  | #define CMD_I2C_READ      0x09
 | 
					
						
							| 
									
										
										
										
											2005-07-07 17:58:10 -07:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2005-09-09 13:02:51 -07:00
										 |  |  | #define CMD_GPIO_READ     0x0d
 | 
					
						
							|  |  |  | #define CMD_GPIO_WRITE    0x0e
 | 
					
						
							|  |  |  | #define     GPIO_TUNER         0x02
 | 
					
						
							| 
									
										
										
										
											2005-07-07 17:58:10 -07:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2005-09-09 13:02:51 -07:00
										 |  |  | #define CMD_POWER_OFF     0xdc
 | 
					
						
							|  |  |  | #define CMD_POWER_ON      0xde
 | 
					
						
							| 
									
										
										
										
											2005-07-07 17:58:10 -07:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2005-09-09 13:02:51 -07:00
										 |  |  | #define CMD_STREAMING_ON  0x36
 | 
					
						
							|  |  |  | #define CMD_STREAMING_OFF 0x37
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2008-06-28 05:01:30 -03:00
										 |  |  | #define CMD_AVER_STREAM_ON  0x18
 | 
					
						
							|  |  |  | #define CMD_AVER_STREAM_OFF 0x19
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2006-01-09 18:21:29 -02:00
										 |  |  | #define CMD_GET_IR_CODE   0x47
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2005-09-09 13:02:51 -07:00
										 |  |  | #define CMD_ANALOG        0x50
 | 
					
						
							|  |  |  | #define CMD_DIGITAL       0x51
 | 
					
						
							| 
									
										
										
										
											2005-07-07 17:58:10 -07:00
										 |  |  | 
 | 
					
						
							|  |  |  | struct cxusb_state { | 
					
						
							| 
									
										
										
										
											2005-09-09 13:02:51 -07:00
										 |  |  | 	u8 gpio_write_state[3]; | 
					
						
							| 
									
										
										
										
											2005-07-07 17:58:10 -07:00
										 |  |  | }; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #endif
 |