add thermometer and hygrometer HWCAPs

This commit is contained in:
Bert Vermeulen 2012-12-04 23:58:03 +01:00
parent 7ae6a75826
commit 402704445e
1 changed files with 6 additions and 0 deletions

View File

@ -426,6 +426,12 @@ enum {
/** The device can act as a sound level meter. */ /** The device can act as a sound level meter. */
SR_HWCAP_SOUNDLEVELMETER, SR_HWCAP_SOUNDLEVELMETER,
/** The device can measure temperature. */
SR_HWCAP_THERMOMETER,
/** The device can measure humidity. */
SR_HWCAP_HYGROMETER,
/*--- Device configuration ------------------------------------------*/ /*--- Device configuration ------------------------------------------*/
/** The device supports setting/changing its samplerate. */ /** The device supports setting/changing its samplerate. */