misc: alcor_pci: Add AU6625 to list of supported PCI_IDs
authorRhys Perry <rhysperry111@gmail.com>
Sun, 29 Dec 2019 17:18:24 +0000 (17:18 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 14 Jan 2020 14:16:50 +0000 (15:16 +0100)
commit444972b2b268c3272d39105bdc8d1266177f5d42
tree856be01d3eae0e64dfb10adec6c744647d3c857b
parente10e02464396e1a322338d43c5a931ebda1544ea
misc: alcor_pci: Add AU6625 to list of supported PCI_IDs

I have added the AU6625 PCI_ID to the list of supported IDs:
alcor_pci.c
// Added au6625s ID to the array of supported devices
alcor_pci.h
// Added entry to define the PCI ID

Made it fit in with the already submitted code:
alcor_pci.c
// Added config entry to that matches the one for au6601

>From general usage there seems to be no problems.

Signed-off-by: Rhys Perry <rhysperry111@gmail.com>
Link: https://lore.kernel.org/r/20191229171824.10308-1-rhysperry111@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/misc/cardreader/alcor_pci.c
include/linux/alcor_pci.h