Linux Kernel
3.7.1
|
Go to the source code of this file.
Data Structures | |
struct | as10x_usb_token_cmd_t |
Macros | |
#define | AS102_USB_DEVICE_TX_CTRL_CMD 0xF1 |
#define | AS102_USB_DEVICE_RX_CTRL_CMD 0xF2 |
#define | AS102_REFERENCE_DESIGN "Abilis Systems DVB-Titan" |
#define | AS102_USB_DEVICE_VENDOR_ID 0x1BA6 |
#define | AS102_USB_DEVICE_PID_0001 0x0001 |
#define | AS102_PCTV_74E "PCTV Systems picoStick (74e)" |
#define | PCTV_74E_USB_VID 0x2013 |
#define | PCTV_74E_USB_PID 0x0246 |
#define | AS102_ELGATO_EYETV_DTT_NAME "Elgato EyeTV DTT Deluxe" |
#define | ELGATO_EYETV_DTT_USB_VID 0x0fd9 |
#define | ELGATO_EYETV_DTT_USB_PID 0x002c |
#define | AS102_NBOX_DVBT_DONGLE_NAME "nBox DVB-T Dongle" |
#define | NBOX_DVBT_DONGLE_USB_VID 0x0b89 |
#define | NBOX_DVBT_DONGLE_USB_PID 0x0007 |
#define | AS102_SKY_IT_DIGITAL_KEY_NAME "Sky IT Digital Key (green led)" |
#define | SKY_IT_DIGITAL_KEY_USB_VID 0x2137 |
#define | SKY_IT_DIGITAL_KEY_USB_PID 0x0001 |
Functions | |
void | as102_urb_stream_irq (struct urb *urb) |
#define AS102_ELGATO_EYETV_DTT_NAME "Elgato EyeTV DTT Deluxe" |
Definition at line 39 of file as102_usb_drv.h.
#define AS102_NBOX_DVBT_DONGLE_NAME "nBox DVB-T Dongle" |
Definition at line 44 of file as102_usb_drv.h.
#define AS102_PCTV_74E "PCTV Systems picoStick (74e)" |
Definition at line 34 of file as102_usb_drv.h.
#define AS102_REFERENCE_DESIGN "Abilis Systems DVB-Titan" |
Definition at line 29 of file as102_usb_drv.h.
Definition at line 49 of file as102_usb_drv.h.
#define AS102_USB_DEVICE_PID_0001 0x0001 |
Definition at line 31 of file as102_usb_drv.h.
#define AS102_USB_DEVICE_RX_CTRL_CMD 0xF2 |
Definition at line 24 of file as102_usb_drv.h.
#define AS102_USB_DEVICE_TX_CTRL_CMD 0xF1 |
Definition at line 23 of file as102_usb_drv.h.
#define AS102_USB_DEVICE_VENDOR_ID 0x1BA6 |
Definition at line 30 of file as102_usb_drv.h.
#define ELGATO_EYETV_DTT_USB_PID 0x002c |
Definition at line 41 of file as102_usb_drv.h.
#define ELGATO_EYETV_DTT_USB_VID 0x0fd9 |
Definition at line 40 of file as102_usb_drv.h.
#define NBOX_DVBT_DONGLE_USB_PID 0x0007 |
Definition at line 46 of file as102_usb_drv.h.
#define NBOX_DVBT_DONGLE_USB_VID 0x0b89 |
Definition at line 45 of file as102_usb_drv.h.
#define PCTV_74E_USB_PID 0x0246 |
Definition at line 36 of file as102_usb_drv.h.
#define PCTV_74E_USB_VID 0x2013 |
Definition at line 35 of file as102_usb_drv.h.
#define SKY_IT_DIGITAL_KEY_USB_PID 0x0001 |
Definition at line 51 of file as102_usb_drv.h.
#define SKY_IT_DIGITAL_KEY_USB_VID 0x2137 |
Definition at line 50 of file as102_usb_drv.h.
Definition at line 221 of file as102_usb_drv.c.