View | Details | Raw Unified | Return to bug 282165
Collapse All | Expand All

(-)b/devel/librevisa/files/patch-src_usb_usb__resource__creator.cpp (+11 lines)
Added Link Here
1
--- src/usb/usb_resource_creator.cpp.orig	2013-04-08 15:47:56 UTC
2
+++ src/usb/usb_resource_creator.cpp
3
@@ -293,7 +293,7 @@ bool usb_resource::creator::open_device_and_get_serial
4
         {
5
                 uint8_t bLength;
6
                 uint8_t bDescriptorType;
7
-                uint16_t bString[0];
8
+                char16_t bString[0];
9
         };
10
 
11
         /// @todo may not be portable everywhere
(-)b/devel/librevisa/files/patch-src_usb_usb__string.h (+11 lines)
Added Link Here
1
--- src/usb/usb_string.h.orig	2013-01-07 10:35:29 UTC
2
+++ src/usb/usb_string.h
3
@@ -25,7 +25,7 @@ namespace usb {
4
 namespace librevisa {
5
 namespace usb {
6
 
7
-typedef std::basic_string<uint16_t> usb_string;
8
+typedef std::basic_string<char16_t> usb_string;
9
 
10
 }
11
 }

Return to bug 282165