summaryrefslogtreecommitdiff
path: root/ANDROID_3.4.5/include/linux/mmc/sdio_ids.h
diff options
context:
space:
mode:
authorSrikant Patnaik2015-01-11 12:28:04 +0530
committerSrikant Patnaik2015-01-11 12:28:04 +0530
commit871480933a1c28f8a9fed4c4d34d06c439a7a422 (patch)
tree8718f573808810c2a1e8cb8fb6ac469093ca2784 /ANDROID_3.4.5/include/linux/mmc/sdio_ids.h
parent9d40ac5867b9aefe0722bc1f110b965ff294d30d (diff)
downloadFOSSEE-netbook-kernel-source-871480933a1c28f8a9fed4c4d34d06c439a7a422.tar.gz
FOSSEE-netbook-kernel-source-871480933a1c28f8a9fed4c4d34d06c439a7a422.tar.bz2
FOSSEE-netbook-kernel-source-871480933a1c28f8a9fed4c4d34d06c439a7a422.zip
Moved, renamed, and deleted files
The original directory structure was scattered and unorganized. Changes are basically to make it look like kernel structure.
Diffstat (limited to 'ANDROID_3.4.5/include/linux/mmc/sdio_ids.h')
-rw-r--r--ANDROID_3.4.5/include/linux/mmc/sdio_ids.h47
1 files changed, 0 insertions, 47 deletions
diff --git a/ANDROID_3.4.5/include/linux/mmc/sdio_ids.h b/ANDROID_3.4.5/include/linux/mmc/sdio_ids.h
deleted file mode 100644
index 9f03feed..00000000
--- a/ANDROID_3.4.5/include/linux/mmc/sdio_ids.h
+++ /dev/null
@@ -1,47 +0,0 @@
-/*
- * SDIO Classes, Interface Types, Manufacturer IDs, etc.
- */
-
-#ifndef LINUX_MMC_SDIO_IDS_H
-#define LINUX_MMC_SDIO_IDS_H
-
-/*
- * Standard SDIO Function Interfaces
- */
-
-#define SDIO_CLASS_NONE 0x00 /* Not a SDIO standard interface */
-#define SDIO_CLASS_UART 0x01 /* standard UART interface */
-#define SDIO_CLASS_BT_A 0x02 /* Type-A BlueTooth std interface */
-#define SDIO_CLASS_BT_B 0x03 /* Type-B BlueTooth std interface */
-#define SDIO_CLASS_GPS 0x04 /* GPS standard interface */
-#define SDIO_CLASS_CAMERA 0x05 /* Camera standard interface */
-#define SDIO_CLASS_PHS 0x06 /* PHS standard interface */
-#define SDIO_CLASS_WLAN 0x07 /* WLAN interface */
-#define SDIO_CLASS_ATA 0x08 /* Embedded SDIO-ATA std interface */
-#define SDIO_CLASS_BT_AMP 0x09 /* Type-A Bluetooth AMP interface */
-
-/*
- * Vendors and devices. Sort key: vendor first, device next.
- */
-#define SDIO_VENDOR_ID_INTEL 0x0089
-#define SDIO_DEVICE_ID_INTEL_IWMC3200WIMAX 0x1402
-#define SDIO_DEVICE_ID_INTEL_IWMC3200WIFI 0x1403
-#define SDIO_DEVICE_ID_INTEL_IWMC3200TOP 0x1404
-#define SDIO_DEVICE_ID_INTEL_IWMC3200GPS 0x1405
-#define SDIO_DEVICE_ID_INTEL_IWMC3200BT 0x1406
-#define SDIO_DEVICE_ID_INTEL_IWMC3200WIMAX_2G5 0x1407
-
-#define SDIO_VENDOR_ID_MARVELL 0x02df
-#define SDIO_DEVICE_ID_MARVELL_LIBERTAS 0x9103
-#define SDIO_DEVICE_ID_MARVELL_8688WLAN 0x9104
-#define SDIO_DEVICE_ID_MARVELL_8688BT 0x9105
-
-#define SDIO_VENDOR_ID_SIANO 0x039a
-#define SDIO_DEVICE_ID_SIANO_NOVA_B0 0x0201
-#define SDIO_DEVICE_ID_SIANO_NICE 0x0202
-#define SDIO_DEVICE_ID_SIANO_VEGA_A0 0x0300
-#define SDIO_DEVICE_ID_SIANO_VENICE 0x0301
-#define SDIO_DEVICE_ID_SIANO_NOVA_A0 0x1100
-#define SDIO_DEVICE_ID_SIANO_STELLAR 0x5347
-
-#endif /* LINUX_MMC_SDIO_IDS_H */