summaryrefslogtreecommitdiff
path: root/drivers/media/usb/em28xx/em28xx-reg.h
diff options
context:
space:
mode:
authorFrank Schaefer <fschaefer.oss@googlemail.com>2013-03-26 13:38:37 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2013-03-28 17:43:45 -0300
commit736a320bd285b4b90cdc49d1506461518979f240 (patch)
tree018a872c7402f17755c22a01bbf7b6e0e81ff90e /drivers/media/usb/em28xx/em28xx-reg.h
parenta3ea4bf98bc8499e64b619808fcca09ca3eb4e2f (diff)
downloadlinux-736a320bd285b4b90cdc49d1506461518979f240.tar.gz
linux-736a320bd285b4b90cdc49d1506461518979f240.tar.xz
[media] em28xx: add chip id of the em2765
This chip can be found in the SpeedLink VAD Laplace webcam (1ae7:9003 and 1ae7:9004). Signed-off-by: Frank Schäfer <fschaefer.oss@googlemail.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/usb/em28xx/em28xx-reg.h')
-rw-r--r--drivers/media/usb/em28xx/em28xx-reg.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/usb/em28xx/em28xx-reg.h b/drivers/media/usb/em28xx/em28xx-reg.h
index 8fd3c7f80201..1b0ecd6acfe2 100644
--- a/drivers/media/usb/em28xx/em28xx-reg.h
+++ b/drivers/media/usb/em28xx/em28xx-reg.h
@@ -219,6 +219,7 @@ enum em28xx_chip_id {
CHIP_ID_EM2860 = 34,
CHIP_ID_EM2870 = 35,
CHIP_ID_EM2883 = 36,
+ CHIP_ID_EM2765 = 54,
CHIP_ID_EM2874 = 65,
CHIP_ID_EM2884 = 68,
CHIP_ID_EM28174 = 113,