]> bbs.cooldavid.org Git - net-next-2.6.git/commitdiff
ath5k: add LED definition for BenQ Joybook R55v
authorBob Copeland <me@bobcopeland.com>
Mon, 9 Nov 2009 02:59:02 +0000 (21:59 -0500)
committerJohn W. Linville <linville@tuxdriver.com>
Tue, 10 Nov 2009 21:21:14 +0000 (16:21 -0500)
Setup the GPIOs for the BenQ Joybook netbook.

Signed-off-by: Bob Copeland <me@bobcopeland.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/ath/ath5k/led.c

index 814872f70a64730066157b2d7185d5246e1e3fb8..b548c8eaaae18f9ab206fc114891a67319fa7f7b 100644 (file)
@@ -63,6 +63,8 @@ static const struct pci_device_id ath5k_led_devices[] = {
        { ATH_SDEVICE(PCI_VENDOR_ID_AMBIT, 0x0422), ATH_LED(1, 1) },
        /* E-machines E510 (tuliom@gmail.com) */
        { ATH_SDEVICE(PCI_VENDOR_ID_AMBIT, 0x0428), ATH_LED(3, 0) },
+       /* BenQ Joybook R55v (nowymarluk@wp.pl) */
+       { ATH_SDEVICE(PCI_VENDOR_ID_QMI, 0x0100), ATH_LED(1, 0) },
        /* Acer Extensa 5620z (nekoreeve@gmail.com) */
        { ATH_SDEVICE(PCI_VENDOR_ID_QMI, 0x0105), ATH_LED(3, 0) },
        /* Fukato Datacask Jupiter 1014a (mrb74@gmx.at) */