Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 9000
b: refs/heads/master
c: 12e8780
h: refs/heads/master
v: v3
  • Loading branch information
Richard Purdie authored and Linus Torvalds committed Sep 17, 2005
1 parent a33645c commit 17de05d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d7e70ba45fd9850296ebb78ff5827f6a375f650c
refs/heads/master: 12e8780813c8c515b685b86c1306d169a4cae5fe
9 changes: 5 additions & 4 deletions trunk/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 17de05d

Please sign in to comment.