From bdb230130ec665dc936ae96e84ca03650b7285b2 Mon Sep 17 00:00:00 2001 From: platon42 Date: Thu, 11 Jun 2009 18:52:20 +0000 Subject: [PATCH] Added dummy type for usbhardware driver devices. Feel free to change it to something sensible or leave it at unknown. git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@31399 fb15a70f-31f2-0310-bbcc-cdcc74a49acc --- compiler/include/devices/newstyle.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/compiler/include/devices/newstyle.h b/compiler/include/devices/newstyle.h index 05e453f49..cea5446e5 100644 --- a/compiler/include/devices/newstyle.h +++ b/compiler/include/devices/newstyle.h @@ -41,6 +41,8 @@ struct NSDeviceQueryResult #define NSDEVTYPE_SERIAL 11 #define NSDEVTYPE_PARALLEL 12 +#define NSDEVTYPE_USBHARDWARE NSDEVTYPE_UNKNOWN + #ifndef NSCMD_TD_READ64 #define DRIVE_NEWSTYLE 0x4E535459L /* NSTY */ -- 2.11.4.GIT