Skip to content

Instantly share code, notes, and snippets.

View jjernberg's full-sized avatar

Jason Jernberg jjernberg

View GitHub Profile
@jjernberg
jjernberg / 0_reuse_code.js
Created August 20, 2014 23:54
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console
@jjernberg
jjernberg / k70patch
Created May 19, 2015 16:28
K70 Linux patch
---
drivers/hid/hid-input.c | 14 ++++++++++++++
include/linux/hid.h | 1 +
2 files changed, 15 insertions(+)
diff --git a/drivers/hid/hid-input.c b/drivers/hid/hid-input.c
index 2619f7f..56429c0 100644
--- a/drivers/hid/hid-input.c
+++ b/drivers/hid/hid-input.c
<at> <at> -1085,6 +1085,20 <at> <at> void hidinput_hid_event(struct hid_device *hid, struct hid_field *field, struct