24 #define deb_rc(args...) dprintk(debug,0x01,args)
36 *cold = udev->descriptor.iManufacturer != 1;
96 deb_rc(
"key: %*ph\n", 5, key);
125 .firmware =
"dvb-usb-avertv-a800-02.fw",
133 .pid_filter_count = 32,
157 .power_ctrl = a800_power_ctrl,
158 .identify_state = a800_identify_state,
162 .rc_map_table = rc_map_a800_table,
164 .rc_query = a800_rc_query,
169 .generic_bulk_ctrl_endpoint = 0x01,
170 .num_device_descs = 1,
172 {
"AVerMedia AverTV DVB-T USB 2.0 (A800)",
173 { &a800_table[0],
NULL },
174 { &a800_table[1],
NULL },
179 static struct usb_driver a800_driver = {
180 .name =
"dvb_usb_a800",
183 .id_table = a800_table,