Skip to content

Instantly share code, notes, and snippets.

[350999 ms] UsbSnoop - FilterDispatchPnp(f05f545c) : IRP_MJ_PNP (IRP_MN_QUERY_DEVICE_RELATIONS)
[350999 ms] UsbSnoop - FdoHookDispatchPnp(f05f545c) : IRP_MJ_PNP (IRP_MN_QUERY_DEVICE_RELATIONS)
[351000 ms] UsbSnoop - FilterDispatchPnp(f05f545c) : IRP_MJ_PNP (IRP_MN_QUERY_REMOVE_DEVICE)
[351000 ms] UsbSnoop - FdoHookDispatchPnp(f05f545c) : IRP_MJ_PNP (IRP_MN_QUERY_REMOVE_DEVICE)
[351012 ms] UsbSnoop - FilterDispatchAny(f05f0fd2) : IRP_MJ_INTERNAL_DEVICE_CONTROL
[351012 ms] UsbSnoop - FdoHookDispatchInternalIoctl(f05f11ea) : fdo=826c78d0, Irp=82a161f8, IRQL=0
[351012 ms] >>> URB 7 going down >>>
-- URB_FUNCTION_ABORT_PIPE:
PipeHandle = 82679fdc [endpoint 0x00000082]
[351012 ms] UsbSnoop - MyInternalIOCTLCompletion(f05f1126) : fido=00000000, Irp=82a161f8, Context=82678008, IRQL=2
No. Date Time Temperature Humidty Dewpoint
1 28/11/2009 16:58:49 26.18C 40.90 11.86
2 28/11/2009 16:58:54 26.16C 40.76 11.79
3 28/11/2009 16:58:59 26.16C 40.79 11.80
4 28/11/2009 16:59:04 26.15C 40.86 11.82
5 28/11/2009 16:59:09 26.14C 40.86 11.81
6 28/11/2009 16:59:14 26.12C 40.89 11.80
7 28/11/2009 16:59:19 26.19C 45.55 13.51
8 28/11/2009 16:59:24 26.23C 48.73 14.59
9 28/11/2009 16:59:29 26.12C 46.63 13.80
Found device: 1d6b:0001
Found device: 1d6b:0001
Found device: 1d6b:0001
Found device: 1d6b:0001
Found device: 1130:660c
Found deviceNum 0
Trying to detach kernel driver
Device already detached
Device already detached
sending bytes 0a, 0b, 0c, 0d, 00, 00, 02, 00
Found device: 1d6b:0001
Found device: 1d6b:0001
Found device: 1d6b:0001
Found device: 1d6b:0001
Found device: 1130:660c
Found deviceNum 0
Trying to detach kernel driver
Device already detached
Device already detached
sending bytes 0a, 0b, 0c, 0d, 00, 00, 02, 00
@jeixav
jeixav / Makefile
Created January 23, 2013 16:44
Modified examples/thrust/Makefile
# Copyright 2009-2012 Mario Mulansky
#
# Distributed under the Boost Software License, Version 1.0.
# (See accompanying file LICENSE_1_0.txt or
# copy at http://www.boost.org/LICENSE_1_0.txt)
CC = gcc
NVCC = nvcc
INCLUDES += -I../../../../..
# apachectl -V
Server version: Apache/2.4.6 (Debian)
Server built: Jul 23 2013 11:42:21
Server's Module Magic Number: 20120211:23
Server loaded: APR 1.4.8, APR-UTIL 1.5.2
Compiled using: APR 1.4.8, APR-UTIL 1.5.2
Architecture: 64-bit
Server MPM: prefork
threaded: no
forked: yes (variable process count)
@jeixav
jeixav / gist:6244193
Created August 15, 2013 19:52
apachectl -S
# apachectl -S
VirtualHost configuration:
*:80 is a NameVirtualHost
default server Putkaste.Martna (/etc/apache2/sites-enabled/000-default.conf:1)
port 80 namevhost Putkaste.Martna (/etc/apache2/sites-enabled/000-default.conf:1)
port 80 namevhost Putkaste.Martna (/etc/apache2/sites-enabled/000-default.conf:1)
*:443 is a NameVirtualHost
default server kouj.dyndns.org (/etc/apache2/sites-enabled/000-default.conf:48)
port 443 namevhost kouj.dyndns.org (/etc/apache2/sites-enabled/000-default.conf:48)
port 443 namevhost kouj.dyndns.org (/etc/apache2/sites-enabled/000-default.conf:48)
<VirtualHost _default_:80>
DocumentRoot /var/www/default
ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined
<Directory />
Options MultiViews SymLinksIfOwnerMatch
</Directory>
Redirect permanent /backuppc https://kouj.dyndns.org/backuppc
@jeixav
jeixav / gist:6244159
Created August 15, 2013 19:48
apachectl -M
# apachectl -M
Loaded Modules:
core_module (static)
so_module (static)
watchdog_module (static)
http_module (static)
log_config_module (static)
logio_module (static)
version_module (static)
unixd_module (static)
@jeixav
jeixav / gist:6244333
Created August 15, 2013 20:07
/etc/apache2/apache2.conf
<Directory />
Options FollowSymLinks
AllowOverride None
Require all denied
</Directory>
<Directory /usr/share>
AllowOverride None
Require all granted
</Directory>