Add device type for HUAWEI Mobile
[connman] / include / device.h
index b434db5..fb3c075 100644 (file)
@@ -2,7 +2,7 @@
  *
  *  Connection Manager
  *
- *  Copyright (C) 2007-2008  Intel Corporation. All rights reserved.
+ *  Copyright (C) 2007-2009  Intel Corporation. All rights reserved.
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License version 2 as
@@ -42,6 +42,7 @@ enum connman_device_type {
        CONNMAN_DEVICE_TYPE_WIMAX     = 3,
        CONNMAN_DEVICE_TYPE_BLUETOOTH = 4,
        CONNMAN_DEVICE_TYPE_HSO       = 11,
+       CONNMAN_DEVICE_TYPE_HUAWEI    = 12,
        CONNMAN_DEVICE_TYPE_VENDOR    = 42,
 };