Skip to content

Commit

Permalink
V4L/DVB: Add CHIP ID of the uPD61151
Browse files Browse the repository at this point in the history
Add CHIP ID of the NEC MPEG2 encoders uPD61151 and uPD61152.

Signed-off-by: Beholder Intl. Ltd. Dmitry Belimov <d.belimov@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Dmitri Belimov authored and Mauro Carvalho Chehab committed May 19, 2010
1 parent 42397ce commit d53b213
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions include/media/v4l2-chip-ident.h
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,11 @@ enum {
/* module cs53132a: just ident 53132 */
V4L2_IDENT_CS53l32A = 53132,

/* modules upd61151 MPEG2 encoder: just ident 54000 */
V4L2_IDENT_UPD61161 = 54000,
/* modules upd61152 MPEG2 encoder with AC3: just ident 54001 */
V4L2_IDENT_UPD61162 = 54001,

/* module upd64031a: just ident 64031 */
V4L2_IDENT_UPD64031A = 64031,

Expand Down

0 comments on commit d53b213

Please sign in to comment.