Expand usb_raw ioctl to support retrieving full usb configuration descriptor from userland, not only the header part.
I try to keep UBSConfiguration binary compatibility, but proofreading is welcome. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@42812 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -204,7 +204,8 @@ friend class BUSBDevice;
|
||||
|
||||
mutable char * fConfigurationString;
|
||||
|
||||
uint32 fReserved[10];
|
||||
usb_configuration_descriptor* fFullDescriptor;
|
||||
uint32 fReserved[9];
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user