Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 236251
b: refs/heads/master
c: 325eae1
h: refs/heads/master
i:
  236249: 3fd8ea5
  236247: d2c9703
v: v3
  • Loading branch information
Greg Kroah-Hartman committed Mar 3, 2011
1 parent a53e198 commit dd66f35
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 480c28df902b5dd5947950aef39d167b5668d3fe
refs/heads/master: 325eae14448a7ce5e2410f61901fd740e6e93f7d
4 changes: 2 additions & 2 deletions trunk/drivers/staging/hv/hv_mouse.c
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ struct synthhid_protocol_request {
struct synthhid_protocol_response {
struct synthhid_msg_hdr header;
union synthhid_version version_requested;
unsigned char Approved;
unsigned char approved;
};

struct synthhid_device_info {
Expand Down Expand Up @@ -635,7 +635,7 @@ static int MousevscConnectToVsp(struct hv_device *Device)

response = &inputDevice->ProtocolResp;

if (!response->u.Response.Approved) {
if (!response->u.Response.approved) {
pr_err("synthhid protocol request failed (version %d)",
SYNTHHID_INPUT_VERSION);
ret = -1;
Expand Down

0 comments on commit dd66f35

Please sign in to comment.