Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 285301
b: refs/heads/master
c: dd7aaa4
h: refs/heads/master
i:
  285299: fa66249
v: v3
  • Loading branch information
Gianluca Gennari authored and Mauro Carvalho Chehab committed Nov 24, 2011
1 parent 62d09ed commit 4f0f740
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a1ed02e9f1a0fa34e5b5e978209204033bb9cf4f
refs/heads/master: dd7aaa4d9d97a8571bcfa498e90b9daf540db1cf
2 changes: 2 additions & 0 deletions trunk/drivers/staging/media/as102/as102_usb_drv.c
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ static struct usb_device_id as102_usb_id_table[] = {
{ USB_DEVICE(PCTV_74E_USB_VID, PCTV_74E_USB_PID) },
{ USB_DEVICE(ELGATO_EYETV_DTT_USB_VID, ELGATO_EYETV_DTT_USB_PID) },
{ USB_DEVICE(NBOX_DVBT_DONGLE_USB_VID, NBOX_DVBT_DONGLE_USB_PID) },
{ USB_DEVICE(SKY_IT_DIGITAL_KEY_USB_VID, SKY_IT_DIGITAL_KEY_USB_PID) },
{ } /* Terminating entry */
};

Expand All @@ -52,6 +53,7 @@ static const char * const as102_device_names[] = {
AS102_PCTV_74E,
AS102_ELGATO_EYETV_DTT_NAME,
AS102_NBOX_DVBT_DONGLE_NAME,
AS102_SKY_IT_DIGITAL_KEY_NAME,
NULL /* Terminating entry */
};

Expand Down
5 changes: 5 additions & 0 deletions trunk/drivers/staging/media/as102/as102_usb_drv.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,11 @@
#define NBOX_DVBT_DONGLE_USB_VID 0x0b89
#define NBOX_DVBT_DONGLE_USB_PID 0x0007

/* Sky Italia: Digital Key (green led) */
#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

void as102_urb_stream_irq(struct urb *urb);

struct as10x_usb_token_cmd_t {
Expand Down

0 comments on commit 4f0f740

Please sign in to comment.