search for: eeepc_laptop

Displaying 5 results from an estimated 5 matches for "eeepc_laptop".

2010 Oct 08
5
Slow link/Capacity changed + Kernel OOPS... possible hardware issues, ideas?
...memory Oct 8 02:35:04 (none) kernel: agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xd0000000 Oct 8 02:35:04 (none) kernel: input: PC Speaker as /devices/platform/pcspkr/input/input6 Oct 8 02:35:04 (none) kernel: pci_hotplug: PCI Hot Plug PCI Core version: 0.5 Oct 8 02:35:04 (none) kernel: eeepc_laptop: Eee PC Hotkey Driver Oct 8 02:35:04 (none) kernel: eeepc_laptop: Hotkey init flags 0x41 Oct 8 02:35:04 (none) kernel: eeepc_laptop: TYPE (2000000) not reported by BIOS, enabling anyway Oct 8 02:35:04 (none) kernel: eeepc_laptop: PANELPOWER (4000000) not reported by BIOS, enabling anyway Oct 8...
2016 Aug 04
2
[Intel-gfx] [PATCH] backlight: Avoid double fbcon backlight handling
...it a/drivers/platform/x86/eeepc-laptop.c b/drivers/platform/x86/eeepc-laptop.c >> index 8cdf315f9730..da8ada2ba429 100644 >> --- a/drivers/platform/x86/eeepc-laptop.c >> +++ b/drivers/platform/x86/eeepc-laptop.c >> @@ -1159,7 +1159,8 @@ static int eeepc_backlight_init(struct eeepc_laptop *eeepc) >> props.max_brightness = 15; >> bd = backlight_device_register(EEEPC_LAPTOP_FILE, >> &eeepc->platform_device->dev, eeepc, >> - &eeepcbl_ops, &props); >> + &eeepcbl_ops, &props, >> +...
2016 Jul 12
0
[Intel-gfx] [PATCH] backlight: Avoid double fbcon backlight handling
...); > diff --git a/drivers/platform/x86/eeepc-laptop.c b/drivers/platform/x86/eeepc-laptop.c > index 8cdf315f9730..da8ada2ba429 100644 > --- a/drivers/platform/x86/eeepc-laptop.c > +++ b/drivers/platform/x86/eeepc-laptop.c > @@ -1159,7 +1159,8 @@ static int eeepc_backlight_init(struct eeepc_laptop *eeepc) > props.max_brightness = 15; > bd = backlight_device_register(EEEPC_LAPTOP_FILE, > &eeepc->platform_device->dev, eeepc, > - &eeepcbl_ops, &props); > + &eeepcbl_ops, &props, > + BACKLIGHT_REGISTER_FB_CL...
2016 Jun 30
6
[PATCH] backlight: Avoid double fbcon backlight handling
...ERR(dell_backlight_device); diff --git a/drivers/platform/x86/eeepc-laptop.c b/drivers/platform/x86/eeepc-laptop.c index 8cdf315f9730..da8ada2ba429 100644 --- a/drivers/platform/x86/eeepc-laptop.c +++ b/drivers/platform/x86/eeepc-laptop.c @@ -1159,7 +1159,8 @@ static int eeepc_backlight_init(struct eeepc_laptop *eeepc) props.max_brightness = 15; bd = backlight_device_register(EEEPC_LAPTOP_FILE, &eeepc->platform_device->dev, eeepc, - &eeepcbl_ops, &props); + &eeepcbl_ops, &props, + BACKLIGHT_REGISTER_FB_CLIENT); if (IS_ERR(bd)) {...
2016 Aug 04
1
[Intel-gfx] [PATCH] backlight: Avoid double fbcon backlight handling
...m/x86/eeepc-laptop.c b/drivers/platform/x86/eeepc-laptop.c > >> index 8cdf315f9730..da8ada2ba429 100644 > >> --- a/drivers/platform/x86/eeepc-laptop.c > >> +++ b/drivers/platform/x86/eeepc-laptop.c > >> @@ -1159,7 +1159,8 @@ static int eeepc_backlight_init(struct eeepc_laptop *eeepc) > >> props.max_brightness = 15; > >> bd = backlight_device_register(EEEPC_LAPTOP_FILE, > >> &eeepc->platform_device->dev, eeepc, > >> - &eeepcbl_ops, &props); > >> + &eeepcbl_ops, &pro...