summaryrefslogtreecommitdiff
path: root/libopie2/opiecore/device/odevice.h
Side-by-side diff
Diffstat (limited to 'libopie2/opiecore/device/odevice.h') (more/less context) (ignore whitespace changes)
-rw-r--r--libopie2/opiecore/device/odevice.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/libopie2/opiecore/device/odevice.h b/libopie2/opiecore/device/odevice.h
index 21fcc3f..93d7d22 100644
--- a/libopie2/opiecore/device/odevice.h
+++ b/libopie2/opiecore/device/odevice.h
@@ -104,12 +104,14 @@ enum OModel {
Model_Beagle = ( 6 << 24 ),
Model_Beagle_All = ( Model_Beagle | 0xffffff ),
Model_Beagle_PA100 = ( Model_Beagle | 0x000001 ),
+ Model_GenuineIntel = ( 7 << 24 )
+
};
/**
* The vendor of the device
*/
enum OVendor {
@@ -118,12 +120,13 @@ enum OVendor {
Vendor_HP,
Vendor_Sharp,
Vendor_SIEMENS,
Vendor_MundN,
Vendor_GMate,
Vendor_MasterIA,
+ Vendor_GenuineIntel
};
/**
* The System used
*/
enum OSystem {
@@ -131,12 +134,13 @@ enum OSystem {
System_Familiar,
System_Zaurus,
System_OpenZaurus,
System_Linupy,
System_OpenEmbedded,
+ System_PC
};
typedef struct {
OSystem system;
char* sysstr;
char* sysvfile;