| 
									
										
										
										
											2018-10-17 08:03:27 +00:00
										 |  |  | diff -up chromium-48.0.2564.116/device/usb/usb_context.cc.modern-libusbx chromium-48.0.2564.116/device/usb/usb_context.cc
 | 
					
						
							|  |  |  | --- chromium-48.0.2564.116/device/usb/usb_context.cc.modern-libusbx	2016-02-24 10:21:10.534996028 -0500
 | 
					
						
							|  |  |  | +++ chromium-48.0.2564.116/device/usb/usb_context.cc	2016-02-24 10:22:28.270499864 -0500
 | 
					
						
							| 
									
										
										
										
											2011-08-17 07:21:58 +00:00
										 |  |  | @@ -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) { |