equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). |
|
3 * All rights reserved. |
|
4 * This component and the accompanying materials are made available |
|
5 * under the terms of "Eclipse Public License v1.0" |
|
6 * which accompanies this distribution, and is available |
|
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
8 * |
|
9 * Initial Contributors: |
|
10 * Nokia Corporation - initial contribution. |
|
11 * |
|
12 * Contributors: |
|
13 * |
|
14 * Description: |
|
15 * |
|
16 */ |
|
17 |
|
18 #ifndef USBVARIATION_RH |
|
19 #define USBVARIATION_RH |
|
20 |
|
21 #define per_manufacturer "Nokia" |
|
22 #define per_product "S60 Device" |
|
23 |
|
24 #define per_vendorId 0x0421 |
|
25 |
|
26 #define per_productId_PCSuite 0x0500 |
|
27 #define per_productId_MassStorage 0x0501 |
|
28 #define per_productId_PTP 0x001c |
|
29 #define per_productId_MediaTransfer 0x4A4 |
|
30 #define per_productId_PCSuiteMTP per_productId_PCSuite |
|
31 #define per_productId_ModemInstall 0x0396 |
|
32 #define per_productId_RNDIS 0x03A3 |
|
33 |
|
34 #define per_bcdDevice 0x0100 |
|
35 |
|
36 |
|
37 |
|
38 #endif // USBVARIATION_RH |
|
39 |