xref: /linux/include/linux/mmc/sdio_ids.h (revision fb3d8eb47ce377d6d7a8fc58b8046ea9eb376a28)
155fe77a0SNicolas Pitre /*
255fe77a0SNicolas Pitre  * SDIO Classes, Interface Types, Manufacturer IDs, etc.
355fe77a0SNicolas Pitre  */
455fe77a0SNicolas Pitre 
555fe77a0SNicolas Pitre #ifndef MMC_SDIO_IDS_H
655fe77a0SNicolas Pitre #define MMC_SDIO_IDS_H
755fe77a0SNicolas Pitre 
855fe77a0SNicolas Pitre /*
955fe77a0SNicolas Pitre  * Standard SDIO Function Interfaces
1055fe77a0SNicolas Pitre  */
1155fe77a0SNicolas Pitre 
1255fe77a0SNicolas Pitre #define SDIO_CLASS_NONE		0x00	/* Not a SDIO standard interface */
1355fe77a0SNicolas Pitre #define SDIO_CLASS_UART		0x01	/* standard UART interface */
1455fe77a0SNicolas Pitre #define SDIO_CLASS_BT_A		0x02	/* Type-A BlueTooth std interface */
1555fe77a0SNicolas Pitre #define SDIO_CLASS_BT_B		0x03	/* Type-B BlueTooth std interface */
1655fe77a0SNicolas Pitre #define SDIO_CLASS_GPS		0x04	/* GPS standard interface */
1755fe77a0SNicolas Pitre #define SDIO_CLASS_CAMERA	0x05	/* Camera standard interface */
1855fe77a0SNicolas Pitre #define SDIO_CLASS_PHS		0x06	/* PHS standard interface */
1955fe77a0SNicolas Pitre #define SDIO_CLASS_WLAN		0x07	/* WLAN interface */
2055fe77a0SNicolas Pitre #define SDIO_CLASS_ATA		0x08	/* Embedded SDIO-ATA std interface */
21*fb3d8eb4SDavid Vrabel #define SDIO_CLASS_BT_AMP	0x09	/* Type-A Bluetooth AMP interface */
2255fe77a0SNicolas Pitre 
23727c26edSPierre Ossman /*
24727c26edSPierre Ossman  * Vendors and devices.  Sort key: vendor first, device next.
25727c26edSPierre Ossman  */
2651def0beSTomas Winkler #define SDIO_VENDOR_ID_INTEL			0x0089
2751def0beSTomas Winkler #define SDIO_DEVICE_ID_INTEL_IWMC3200WIMAX	0x1402
2851def0beSTomas Winkler #define SDIO_DEVICE_ID_INTEL_IWMC3200WIFI	0x1403
2951def0beSTomas Winkler #define SDIO_DEVICE_ID_INTEL_IWMC3200TOP	0x1404
3051def0beSTomas Winkler #define SDIO_DEVICE_ID_INTEL_IWMC3200GPS	0x1405
3151def0beSTomas Winkler #define SDIO_DEVICE_ID_INTEL_IWMC3200BT		0x1406
32f8fc3295SCindy H Kao #define SDIO_DEVICE_ID_INTEL_IWMC3200WIMAX_2G5	0x1407
33727c26edSPierre Ossman 
34727c26edSPierre Ossman #define SDIO_VENDOR_ID_MARVELL			0x02df
35727c26edSPierre Ossman #define SDIO_DEVICE_ID_MARVELL_LIBERTAS		0x9103
36e45d8e53SBing Zhao #define SDIO_DEVICE_ID_MARVELL_8688WLAN		0x9104
37e45d8e53SBing Zhao #define SDIO_DEVICE_ID_MARVELL_8688BT		0x9105
3855fe77a0SNicolas Pitre 
39ecfe0cfaSUri Shkolnik #define SDIO_VENDOR_ID_SIANO			0x039a
40ecfe0cfaSUri Shkolnik #define SDIO_DEVICE_ID_SIANO_NOVA_B0		0x0201
41ecfe0cfaSUri Shkolnik #define SDIO_DEVICE_ID_SIANO_NICE		0x0202
42ecfe0cfaSUri Shkolnik #define SDIO_DEVICE_ID_SIANO_VEGA_A0		0x0300
43ecfe0cfaSUri Shkolnik #define SDIO_DEVICE_ID_SIANO_VENICE		0x0301
44ecfe0cfaSUri Shkolnik #define SDIO_DEVICE_ID_SIANO_NOVA_A0		0x1100
45ecfe0cfaSUri Shkolnik #define SDIO_DEVICE_ID_SIANO_STELLAR 		0x5347
46ecfe0cfaSUri Shkolnik 
4755fe77a0SNicolas Pitre #endif
48