From: Antonio Ospite Date: Thu, 28 Nov 2013 12:49:52 +0000 (+0100) Subject: am7xxx: switch from device quirks to device ops X-Git-Tag: v0.1.5~11^2~3 X-Git-Url: https://git.ao2.it/libam7xxx.git/commitdiff_plain/20fde3f474e27dd334f836e3c9d12aafae72140b?hp=20fde3f474e27dd334f836e3c9d12aafae72140b 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. ---