remove zeta-specific stuff from the use of USB Kit, USBKit.h is all we need.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19924 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
d8501937f6
commit
634dc81de9
@ -6,7 +6,6 @@
|
||||
|
||||
#include <OS.h>
|
||||
#include <Autolock.h>
|
||||
#include <usb/USBDevice.h>
|
||||
|
||||
//#define DEBUG_WRITE_DUMP
|
||||
//#define DEBUG_DISCARD_DATA
|
||||
|
@ -3,19 +3,11 @@
|
||||
|
||||
#include <OS.h>
|
||||
#include <image.h>
|
||||
#include <USB.h>
|
||||
#include <usb/USBEndpoint.h>
|
||||
#include <usb/USBKit.h>
|
||||
#include <Locker.h>
|
||||
#include <media/MediaAddOn.h>
|
||||
#include <support/String.h>
|
||||
|
||||
namespace Z {
|
||||
namespace USB {
|
||||
class BUSBDevice;
|
||||
}
|
||||
}
|
||||
|
||||
using Z::USB::BUSBDevice;
|
||||
|
||||
typedef struct {
|
||||
usb_support_descriptor desc;
|
||||
|
@ -5,7 +5,6 @@
|
||||
#include "CamDebug.h"
|
||||
#include "CamDefs.h"
|
||||
|
||||
#include <usb/USBDevice.h>
|
||||
#include <OS.h>
|
||||
|
||||
#undef B_WEBCAM_MKINTFUNC
|
||||
|
@ -3,21 +3,13 @@
|
||||
|
||||
#include <image.h>
|
||||
#include <support/Vector.h>
|
||||
#include <usb/USBRoster.h>
|
||||
#include <usb/USBKit.h>
|
||||
#include <Locker.h>
|
||||
|
||||
class WebCamMediaAddOn;
|
||||
class CamDevice;
|
||||
class CamDeviceAddon;
|
||||
|
||||
namespace Z {
|
||||
namespace USB {
|
||||
class BUSBDevice;
|
||||
}
|
||||
}
|
||||
|
||||
using Z::USB::BUSBDevice;
|
||||
|
||||
class CamRoster : public BUSBRoster
|
||||
{
|
||||
public:
|
||||
|
Loading…
Reference in New Issue
Block a user