Skip to content

Commit

Permalink
[PATCH] SharpSL: Add missing hunk from backlight update
Browse files Browse the repository at this point in the history
This hunk from the sharpsl/corgi backlight update appears to have got lost
somewhere along the way.  Its needed to match the other changes.

Signed-Off-By: Richard Purdie <rpurdie@rpsys.net>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
  • Loading branch information
Richard Purdie authored and Linus Torvalds committed Sep 17, 2005
1 parent d7e70ba commit 12e8780
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions drivers/video/backlight/corgi_bl.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,18 @@
#include <linux/fb.h>
#include <linux/backlight.h>

#include <asm/arch-pxa/corgi.h>
#include <asm/hardware/scoop.h>
#include <asm/mach-types.h>
#include <asm/arch/sharpsl.h>

#define CORGI_MAX_INTENSITY 0x3e
#define CORGI_DEFAULT_INTENSITY 0x1f
#define CORGI_LIMIT_MASK 0x0b
#define CORGI_LIMIT_MASK 0x0b

static int corgibl_powermode = FB_BLANK_UNBLANK;
static int current_intensity = 0;
static int corgibl_limit = 0;
static void (*corgibl_mach_set_intensity)(int intensity);
static spinlock_t bl_lock = SPIN_LOCK_UNLOCKED;
static struct backlight_properties corgibl_data;

static void corgibl_send_intensity(int intensity)
{
Expand Down

0 comments on commit 12e8780

Please sign in to comment.