aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorWerner Almesberger <werner@openmoko.org>2009-03-31 04:16:32 -0300
committerWerner Almesberger <werner@openmoko.org>2009-03-31 04:16:32 -0300
commit8ce8fdbdb2d1ea30109aa816b9557dbf37ea58ad (patch)
tree435abb31d2b62e05e955348fe1298231df01faf0 /include
parent1804926eec28ef558225577d086fad7a91cbc38a (diff)
AR6000: Corrected 'vendor/device IDs'.
IDs 0 and 1 are AR6002, not AR6001. This is based on a patch by Ivan Petrov, but it differs in leaving the IDs in include/linux/mmc/sdio_ids.h Signed-off-by: Werner Almesberger <werner@openmoko.org> Reported-by: Ivan Petrov <ivan_p@hotbox.ru>
Diffstat (limited to 'include')
-rw-r--r--include/linux/mmc/sdio_ids.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/mmc/sdio_ids.h b/include/linux/mmc/sdio_ids.h
index 27061909203..1ee06dfc883 100644
--- a/include/linux/mmc/sdio_ids.h
+++ b/include/linux/mmc/sdio_ids.h
@@ -27,6 +27,7 @@
#define SDIO_DEVICE_ID_MARVELL_LIBERTAS 0x9103
#define SDIO_DEVICE_ID_MARVELL_88W8688 0x9104
#define SDIO_VENDOR_ID_ATHEROS 0x0271
-#define SDIO_DEVICE_ID_ATHEROS_AR6000 0x0100
+#define SDIO_DEVICE_ID_ATHEROS_AR6001 0x0100
+#define SDIO_DEVICE_ID_ATHEROS_AR6002 0x0200
#endif