am7xxx: switch from device quirks to device ops
authorAntonio Ospite <ospite@studenti.unina.it>
Thu, 28 Nov 2013 12:49:52 +0000 (13:49 +0100)
committerAntonio Ospite <ospite@studenti.unina.it>
Thu, 28 Nov 2013 14:28:16 +0000 (15:28 +0100)
commit20fde3f474e27dd334f836e3c9d12aafae72140b
tree89e5728a0779942dc4e1bbbd80fac7fc3a0c6d03
parente85ad30fa15a11ec23b7232e44ff6e0f43cc4075
am7xxx: switch from device quirks to device ops

Define device specific operations in order to allow supporting different
implementation of a given operation by different device models.

For instance this will be used to add an alternative implementation of
the 'set_power_mode' operation for the Philips/SagemCom PicoPix 2055
projector.

For now device specific callbacks are used only for the 'set_power_mode'
and 'set_zoom_mode' operations.
src/am7xxx.c