Move chromium to it's own place OBS-URL: https://build.opensuse.org/request/show/79098 OBS-URL: https://build.opensuse.org/package/show/network:chromium/chromium?expand=0&rev=1
		
			
				
	
	
		
			16 lines
		
	
	
		
			717 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			717 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
diff -up chromium-48.0.2564.116/services/device/usb/usb_context.cc.modern-libusbx chromium-48.0.2564.116/device/usb/usb_context.cc
 | 
						|
--- chromium-48.0.2564.116/services/device/usb/usb_context.cc.modern-libusbx	2016-02-24 10:21:10.534996028 -0500
 | 
						|
+++ chromium-48.0.2564.116/services/device/usb/usb_context.cc	2016-02-24 10:22:28.270499864 -0500
 | 
						|
@@ -57,7 +57,11 @@ void UsbContext::UsbEventHandler::Run()
 | 
						|
 
 | 
						|
 void UsbContext::UsbEventHandler::Stop() {
 | 
						|
   base::subtle::Release_Store(&running_, 0);
 | 
						|
+#ifdef LIBUSB_API_VERSION >= 0x01000105
 | 
						|
+  libusb_interrupt_event_handler(context_);
 | 
						|
+#else
 | 
						|
   libusb_interrupt_handle_event(context_);
 | 
						|
+#endif
 | 
						|
 }
 | 
						|
 
 | 
						|
 UsbContext::UsbContext(PlatformUsbContext context) : context_(context) {
 |