From 03509f857f4222f74142d7a73ccd280dfcfd5bab Mon Sep 17 00:00:00 2001
From: Bastien Nocera <hadess@hadess.net>
Date: Mon, 8 Mar 2010 10:50:51 +0000
Subject: [PATCH] Add more interface classes

As used in bluez.
---
 libusb/libusb.h |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/libusb/libusb.h b/libusb/libusb.h
index 2dbb9a5..483d76a 100644
--- a/libusb/libusb.h
+++ b/libusb/libusb.h
@@ -95,6 +95,12 @@ enum libusb_class_code {
 	/** Data class */
 	LIBUSB_CLASS_DATA = 10,
 
+	/** Wireless class */
+	LIBUSB_CLASS_WIRELESS = 0xe0,
+
+	/** Application class */
+	LIBUSB_CLASS_APPLICATION = 0xfe,
+
 	/** Class is vendor-specific */
 	LIBUSB_CLASS_VENDOR_SPEC = 0xff
 };
-- 
1.6.6.1


