Bluetooth: bluecard: Always enable LEDs (fix for Anycom CF-300)
authorOndrej Zary <linux@rainbow-software.org>
Sat, 5 Aug 2017 19:34:44 +0000 (21:34 +0200)
committerMarcel Holtmann <marcel@holtmann.org>
Mon, 7 Aug 2017 06:36:21 +0000 (08:36 +0200)
commitdf44f531ee572a20128b2b610370ef3861b369ae
tree367142fd840da5d8a01015a1ddcb316a6ebb9053
parent1afec92be0d7b516a79f4c548a81d17460c8ba73
Bluetooth: bluecard: Always enable LEDs (fix for Anycom CF-300)

Anycom CF-300 (HP C8249A) has both power and activity LEDs.
However the id read in bluecard_open() is 0x73 so the driver does not
enable the LEDs.
Remove the CARD_HAS_PCCARD_ID check to enable LEDs.

Signed-off-by: Ondrej Zary <linux@rainbow-software.org>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
drivers/bluetooth/bluecard_cs.c