Skip to content

Commit

Permalink
backlight: remove ProGear driver
Browse files Browse the repository at this point in the history
This driver was for the ProGear webpad device which was produced in
2000/2001 and is not available on a market.  I no longer have this
hardware so can not even check how Linux works on it.

Signed-off-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
Marcin Juszkiewicz authored and Linus Torvalds committed Oct 5, 2012
1 parent 0f59858 commit 56a2aba
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 170 deletions.
7 changes: 0 additions & 7 deletions drivers/video/backlight/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -229,13 +229,6 @@ config BACKLIGHT_HP700
If you have an HP Jornada 700 series,
say Y to include backlight control driver.

config BACKLIGHT_PROGEAR
tristate "Frontpath ProGear Backlight Driver"
depends on PCI && X86
help
If you have a Frontpath ProGear say Y to enable the
backlight driver.

config BACKLIGHT_CARILLO_RANCH
tristate "Intel Carillo Ranch Backlight Driver"
depends on LCD_CLASS_DEVICE && PCI && X86 && FB_LE80578
Expand Down
1 change: 0 additions & 1 deletion drivers/video/backlight/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ obj-$(CONFIG_BACKLIGHT_LM3639) += lm3639_bl.o
obj-$(CONFIG_BACKLIGHT_LP855X) += lp855x_bl.o
obj-$(CONFIG_BACKLIGHT_OMAP1) += omap1_bl.o
obj-$(CONFIG_BACKLIGHT_PANDORA) += pandora_bl.o
obj-$(CONFIG_BACKLIGHT_PROGEAR) += progear_bl.o
obj-$(CONFIG_BACKLIGHT_CARILLO_RANCH) += cr_bllcd.o
obj-$(CONFIG_BACKLIGHT_PWM) += pwm_bl.o
obj-$(CONFIG_BACKLIGHT_DA903X) += da903x_bl.o
Expand Down
162 changes: 0 additions & 162 deletions drivers/video/backlight/progear_bl.c

This file was deleted.

0 comments on commit 56a2aba

Please sign in to comment.