commit | 89ebd63fdddc83fabb5cc751d0e59a1350c1627c | [log] [tgz] |
---|---|---|
author | Mike Isely <isely@pobox.com> | Tue Aug 08 09:10:07 2006 -0300 |
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | Tue Sep 26 11:53:20 2006 -0300 |
tree | c5d3956965dbb8b62cf9f06f480b06a7e58274fe | |
parent | e95a191566685530ef49b702bbce0a33c57c3136 [diff] |
V4L/DVB (4376): Make it possible for run-time calculation of control min/max in pvrusb2 The internal control implementation in the pvrusb2 driver normally encodes integer range limits using literal values in a const structure. This change adds two function pointers, which if not null will be called through in order to determine integer min / max values. Signed-off-by: Mike Isely <isely@pobox.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>