Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 236255
b: refs/heads/master
c: e93eff9
h: refs/heads/master
i:
  236253: c286e08
  236251: dd66f35
  236247: d2c9703
  236239: 086792d
  236223: 2a5ac4f
v: v3
  • Loading branch information
Greg Kroah-Hartman committed Mar 3, 2011
1 parent de99e23 commit c7ca0c6
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: 6ed10de1242f4044dabc1c115e84bbead2863524
refs/heads/master: e93eff9cf4fd9d051d775972ef93c25e2df5dc1c
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 @@ -127,7 +127,7 @@ struct synthhid_device_info_ack {

struct synthhid_input_report {
struct synthhid_msg_hdr header;
char ReportBuffer[1];
char buffer[1];
};

#pragma pack(pop)
Expand Down Expand Up @@ -435,7 +435,7 @@ static void MousevscOnReceiveInputReport(struct mousevsc_dev *InputDevice, struc
inputDriver = (struct mousevsc_drv_obj *)InputDevice->Device->drv;

inputreport_callback(InputDevice->Device,
InputReport->ReportBuffer,
InputReport->buffer,
InputReport->header.size);
}

Expand Down

0 comments on commit c7ca0c6

Please sign in to comment.