diff options
author | Douglas Schilling Landgraf <dougsland@linuxtv.org> | 2008-09-08 02:23:55 -0400 |
---|---|---|
committer | Douglas Schilling Landgraf <dougsland@linuxtv.org> | 2008-09-08 02:23:55 -0400 |
commit | a926d0df611d22703f43e9c7e6e2d87a8b7bf78b (patch) | |
tree | 472028eb4b584be4267f3bd5b526b7a6ce37c5d3 /linux/drivers | |
parent | d6c902bdb346be60dd764c101141d03dfdb9ca64 (diff) | |
download | mediapointer-dvb-s2-a926d0df611d22703f43e9c7e6e2d87a8b7bf78b.tar.gz mediapointer-dvb-s2-a926d0df611d22703f43e9c7e6e2d87a8b7bf78b.tar.bz2 |
em28xx-cards: Add vendor/product id for EM2820_BOARD_PROLINK_PLAYTV_USB2
From: Douglas Schilling Landgraf <dougsland@linuxtv.org>
Added vendor/product id for EM2820_BOARD_PROLINK_PLAYTV_USB2
Priority: high
Signed-off-by: Douglas Schilling Landgraf <dougsland@linuxtv.org>
Diffstat (limited to 'linux/drivers')
-rw-r--r-- | linux/drivers/media/video/em28xx/em28xx-cards.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/video/em28xx/em28xx-cards.c b/linux/drivers/media/video/em28xx/em28xx-cards.c index d39d33917..a4a071114 100644 --- a/linux/drivers/media/video/em28xx/em28xx-cards.c +++ b/linux/drivers/media/video/em28xx/em28xx-cards.c @@ -1101,7 +1101,7 @@ struct usb_device_id em28xx_id_table [] = { { USB_DEVICE(0xeb1a, 0x2820), .driver_info = EM2820_BOARD_UNKNOWN }, { USB_DEVICE(0xeb1a, 0x2821), - .driver_info = EM2820_BOARD_UNKNOWN }, + .driver_info = EM2820_BOARD_PROLINK_PLAYTV_USB2 }, { USB_DEVICE(0xeb1a, 0x2860), .driver_info = EM2820_BOARD_UNKNOWN }, { USB_DEVICE(0xeb1a, 0x2861), |