diff options
Diffstat (limited to 'meta-openmoko/packages/openmoko2/openmoko-dialer2/om-gta02/kernel-2.6.24.patch')
| -rw-r--r-- | meta-openmoko/packages/openmoko2/openmoko-dialer2/om-gta02/kernel-2.6.24.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/meta-openmoko/packages/openmoko2/openmoko-dialer2/om-gta02/kernel-2.6.24.patch b/meta-openmoko/packages/openmoko2/openmoko-dialer2/om-gta02/kernel-2.6.24.patch new file mode 100644 index 0000000000..72c516f5d6 --- /dev/null +++ b/meta-openmoko/packages/openmoko2/openmoko-dialer2/om-gta02/kernel-2.6.24.patch | |||
| @@ -0,0 +1,15 @@ | |||
| 1 | Index: openmoko-dialer2/src/phone-kit/moko-notify.c | ||
| 2 | =================================================================== | ||
| 3 | --- openmoko-dialer2/src/phone-kit/moko-notify.c (revision 4051) | ||
| 4 | +++ openmoko-dialer2/src/phone-kit/moko-notify.c (working copy) | ||
| 5 | @@ -37,8 +37,8 @@ | ||
| 6 | MOKO_TYPE_NOTIFY, MokoNotifyPrivate)) | ||
| 7 | |||
| 8 | #define DEFAULT_RINGTONE "/default_ringtone.ogg" | ||
| 9 | -#define SYS_BRIGHTNESS "/sys/class/backlight/gta01-bl" | ||
| 10 | -#define SYS_VIBRATE "/sys/class/leds/gta01:vibrator" | ||
| 11 | +#define SYS_BRIGHTNESS "/sys/class/backlight/pcf50633-bl" | ||
| 12 | +#define SYS_VIBRATE "/sys/class/leds/neo1973:vibrator" | ||
| 13 | |||
| 14 | struct _MokoNotifyPrivate | ||
| 15 | { | ||
