From: skeezix Date: Fri, 20 Nov 2009 18:19:24 +0000 (-0500) Subject: Fixed typo in pnd_device.h; thanks cpas :) X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-libraries.git;a=commitdiff_plain;h=503d398b1198066eaa5136925b32f99a5e3f4473 Fixed typo in pnd_device.h; thanks cpas :) --- diff --git a/include/pnd_device.h b/include/pnd_device.h index b1f021a..706b783 100644 --- a/include/pnd_device.h +++ b/include/pnd_device.h @@ -20,7 +20,7 @@ extern "C" { #define PND_DEVICE_SYS_BACKLIGHT_BRIGHTNESS "/sys/class/backlight/gpio-backlight/brightness" #define PND_DEVICE_FRAMEBUFFER "/dev/fb0" #define PND_DEVICE_NUB1 "/dev/input/js1" -#define PND_DEVICE_NUB1 "/dev/input/js2" +#define PND_DEVICE_NUB2 "/dev/input/js2" /* utility */