Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 227623
b: refs/heads/master
c: bd3a2b9
h: refs/heads/master
i:
  227621: 30f849c
  227619: 7e024ad
  227615: 490c5eb
v: v3
  • Loading branch information
Stefan Achatz authored and Jiri Kosina committed Jan 8, 2011
1 parent 075daee commit adc18a1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 5012aada506cb8b570e46579077c0ec5b82ebd5d
refs/heads/master: bd3a2b96631dd86b06dca96aef00790084a11e15
3 changes: 3 additions & 0 deletions trunk/drivers/hid/hid-roccat-kone.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@

#include <linux/types.h>

/*
* Binary data structures used for hardware communication must have no padding.
*/
#pragma pack(push)
#pragma pack(1)

Expand Down
3 changes: 3 additions & 0 deletions trunk/drivers/hid/hid-roccat-pyra.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@

#include <linux/types.h>

/*
* Binary data structures used for hardware communication must have no padding.
*/
#pragma pack(push)
#pragma pack(1)

Expand Down

0 comments on commit adc18a1

Please sign in to comment.