Skip to content

Commit

Permalink
[media] Add chip identity for NOON010PC30 camera sensor
Browse files Browse the repository at this point in the history
Add ID for NOON010PC30 camera chip and reserve ID range for
Siliconfile sensors.

Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Sylwester Nawrocki authored and Mauro Carvalho Chehab committed Mar 21, 2011
1 parent ba10795 commit 22fb985
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions include/media/v4l2-chip-ident.h
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,9 @@ enum {
/* module sn9c20x: just ident 10000 */
V4L2_IDENT_SN9C20X = 10000,

/* Siliconfile sensors: reserved range 10100 - 10199 */
V4L2_IDENT_NOON010PC30 = 10100,

/* module cx231xx and cx25840 */
V4L2_IDENT_CX2310X_AV = 23099, /* Integrated A/V decoder; not in '100 */
V4L2_IDENT_CX23100 = 23100,
Expand Down

0 comments on commit 22fb985

Please sign in to comment.