diff options
| author | Dave Chapman <dave@dchapman.com> | 2005-12-11 18:12:31 +0000 |
|---|---|---|
| committer | Dave Chapman <dave@dchapman.com> | 2005-12-11 18:12:31 +0000 |
| commit | 54dfc3380b275ff15fd9b3509aa41a846bcb0234 (patch) | |
| tree | a6ba56d104325f562d91deee988a9d98e9c3b113 | |
| parent | b8fd95a815f38864deba79585fcc5a1995dfd1d8 (diff) | |
| download | rockbox-54dfc3380b275ff15fd9b3509aa41a846bcb0234.zip rockbox-54dfc3380b275ff15fd9b3509aa41a846bcb0234.tar.gz rockbox-54dfc3380b275ff15fd9b3509aa41a846bcb0234.tar.bz2 rockbox-54dfc3380b275ff15fd9b3509aa41a846bcb0234.tar.xz | |
Enable %mh and %mr (hold switch status) tags for the H300
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8221 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | apps/gui/gwps-common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/gui/gwps-common.c b/apps/gui/gwps-common.c index fb71ab8..8bfec1c 100644 --- a/apps/gui/gwps-common.c +++ b/apps/gui/gwps-common.c @@ -605,7 +605,7 @@ static char* get_tag(struct wps_data* wps_data, snprintf(buf, buf_size, "%d", *intval); return buf; -#if CONFIG_KEYPAD == IRIVER_H100_PAD +#if (CONFIG_KEYPAD == IRIVER_H100_PAD) || (CONFIG_KEYPAD == IRIVER_H300_PAD) case 'h': /* hold */ *flags |= WPS_REFRESH_DYNAMIC; if (button_hold()) |