Displaying 13 results from an estimated 13 matches for "guidinst".
Did you mean:
guiding
2008 Jul 27
1
Star Sonata
..._dump_diactionformatA diaf.rgoAction[0]:
fixme:dinput:_dump_diactionformatA uAppData=3
fixme:dinput:_dump_diactionformatA dwSemantics=7000401
fixme:dinput:_dump_diactionformatA dwFlags=0
fixme:dinput:_dump_diactionformatA szActionName="Fire weapons"
fixme:dinput:_dump_diactionformatA guidInstance={00000000-0000-0000-0000-000000000000}
fixme:dinput:_dump_diactionformatA dwObjID=0
fixme:dinput:_dump_diactionformatA dwHow=0
fixme:dinput:_dump_diactionformatA diaf.rgoAction[1]:
fixme:dinput:_dump_diactionformatA uAppData=d
fixme:dinput:_dump_diactionformatA dwSemantics=7004408
fixme:din...
2011 Mar 31
2
Atlantica Online
...diactionformatA diaf.rgoAction[0]:
fixme:dinput:_dump_diactionformatA uAppData=0x1
fixme:dinput:_dump_diactionformatA dwSemantic=0xff014201
fixme:dinput:_dump_diactionformatA dwFlags=0x0
fixme:dinput:_dump_diactionformatA szActionName="Stick 1 Vert"
fixme:dinput:_dump_diactionformatA guidInstance={00000000-0000-0000-0000-000000000000}
fixme:dinput:_dump_diactionformatA dwObjID=0x0
fixme:dinput:_dump_diactionformatA dwHow=0x0
fixme:dinput:_dump_diactionformatA diaf.rgoAction[1]:
fixme:dinput:_dump_diactionformatA uAppData=0x0
fixme:dinput:_dump_diactionformatA dwSemantic=0xff00c201
f...
2012 Mar 01
2
Eligium on Ubunto 11.10 Wine 1.3.28
...diactionformatA diaf.rgoAction[0]:
fixme:dinput:_dump_diactionformatA uAppData=0x1
fixme:dinput:_dump_diactionformatA dwSemantic=0xff014201
fixme:dinput:_dump_diactionformatA dwFlags=0x0
fixme:dinput:_dump_diactionformatA szActionName="Stick 1 Vert"
fixme:dinput:_dump_diactionformatA guidInstance={00000000-0000-0000-0000-000000000000}
fixme:dinput:_dump_diactionformatA dwObjID=0x0
fixme:dinput:_dump_diactionformatA dwHow=0x0
fixme:dinput:_dump_diactionformatA diaf.rgoAction[1]:
fixme:dinput:_dump_diactionformatA uAppData=0x0
fixme:dinput:_dump_diactionformatA dwSemantic=0xff00c201
f...
2011 Mar 29
9
[PATCH 00/07] Remove and replace all un-needed DPRINT and printk
This patch set removes all un-needed DPRINT and printk calls and replaces
the remaining ones with the correct pr_, dev_ and netdev_ calls
from hv_vmbus, hv_netvsc, hv_timesource and hv_utils.
Several DPRINTS are remaining that will be cleaned up in my next
set of patches. They deal with printing out certain debugging that will be
implemented slightly differently.
The remaining hv_storvsc and
2011 Mar 29
9
[PATCH 00/07] Remove and replace all un-needed DPRINT and printk
This patch set removes all un-needed DPRINT and printk calls and replaces
the remaining ones with the correct pr_, dev_ and netdev_ calls
from hv_vmbus, hv_netvsc, hv_timesource and hv_utils.
Several DPRINTS are remaining that will be cleaned up in my next
set of patches. They deal with printing out certain debugging that will be
implemented slightly differently.
The remaining hv_storvsc and
2011 Jan 26
8
[PATCH 1/8] staging: hv: Convert camel cased variables in connection.c to lower cases
Signed-off-by: Haiyang Zhang <haiyangz at microsoft.com>
Signed-off-by: Hank Janssen <hjanssen at microsoft.com>
---
drivers/staging/hv/channel.c | 48 ++++++------
drivers/staging/hv/channel_mgmt.c | 48 ++++++------
drivers/staging/hv/connection.c | 154 ++++++++++++++++++------------------
drivers/staging/hv/vmbus_drv.c | 2 +-
2011 Jan 26
8
[PATCH 1/8] staging: hv: Convert camel cased variables in connection.c to lower cases
Signed-off-by: Haiyang Zhang <haiyangz at microsoft.com>
Signed-off-by: Hank Janssen <hjanssen at microsoft.com>
---
drivers/staging/hv/channel.c | 48 ++++++------
drivers/staging/hv/channel_mgmt.c | 48 ++++++------
drivers/staging/hv/connection.c | 154 ++++++++++++++++++------------------
drivers/staging/hv/vmbus_drv.c | 2 +-
2011 Aug 25
56
[PATCH 0000/0059] Staging: hv: Driver cleanup
Further cleanup of the hv drivers.
1) Implement code for autoloading the vmbus drivers without using PCI or DMI
signatures. I have implemented this based on Greg's feedback on my earlier
implementation.
2) Cleanup error handling across the board and use standard Linux error codes.
3) General cleanup
Regards,
K. Y
2011 Aug 25
56
[PATCH 0000/0059] Staging: hv: Driver cleanup
Further cleanup of the hv drivers.
1) Implement code for autoloading the vmbus drivers without using PCI or DMI
signatures. I have implemented this based on Greg's feedback on my earlier
implementation.
2) Cleanup error handling across the board and use standard Linux error codes.
3) General cleanup
Regards,
K. Y
2010 Nov 01
24
[PATCH 01/10] staging: hv: Convert camel cased struct fields in channel_mgmt.h to lower cases
...sage_header *hdr)
if (!fsupported) {
DPRINT_DBG(VMBUS, "Ignoring channel offer notification for "
- "child relid %d", offer->ChildRelId);
+ "child relid %d", offer->child_relid);
return;
}
- guidtype = &offer->Offer.InterfaceType;
- guidinstance = &offer->Offer.InterfaceInstance;
+ guidtype = &offer->offer.InterfaceType;
+ guidinstance = &offer->offer.InterfaceInstance;
DPRINT_INFO(VMBUS, "Channel offer notification - "
"child relid %d monitor id %d allocated %d, "
@@ -456,8 +456,8 @@...
2010 Nov 01
24
[PATCH 01/10] staging: hv: Convert camel cased struct fields in channel_mgmt.h to lower cases
...sage_header *hdr)
if (!fsupported) {
DPRINT_DBG(VMBUS, "Ignoring channel offer notification for "
- "child relid %d", offer->ChildRelId);
+ "child relid %d", offer->child_relid);
return;
}
- guidtype = &offer->Offer.InterfaceType;
- guidinstance = &offer->Offer.InterfaceInstance;
+ guidtype = &offer->offer.InterfaceType;
+ guidinstance = &offer->offer.InterfaceInstance;
DPRINT_INFO(VMBUS, "Channel offer notification - "
"child relid %d monitor id %d allocated %d, "
@@ -456,8 +456,8 @@...
2011 Jul 15
122
[PATCH 0000/0117] Staging: hv: Driver cleanup
Further cleanup of the hv drivers. Back in June I had sent two patch
sets to address these issues. I have addressed the comments I got from
the community on my earlier patches here:
1) Implement code for autoloading the vmbus drivers without using PCI or DMI
signatures. I have implemented this based on Greg's feedback on my earlier
implementation.
2) Cleanup error handling across
2011 Jul 15
122
[PATCH 0000/0117] Staging: hv: Driver cleanup
Further cleanup of the hv drivers. Back in June I had sent two patch
sets to address these issues. I have addressed the comments I got from
the community on my earlier patches here:
1) Implement code for autoloading the vmbus drivers without using PCI or DMI
signatures. I have implemented this based on Greg's feedback on my earlier
implementation.
2) Cleanup error handling across