summarylogtreecommitdiffstats
path: root/stk11xx_0C.patch
diff options
context:
space:
mode:
authorJulian Sparber2015-09-27 15:26:52 +0200
committerJulian Sparber2015-09-27 15:26:52 +0200
commita7264568a82a097ee16ab65d79d0ae63bb3fd8b0 (patch)
tree5604770adac95479f56cb8f8edde8f935c31d38c /stk11xx_0C.patch
downloadaur-stk11xx-svn.tar.gz
[init] add pkg to aur4 and add support for linux 4.1.6-1-ARCH
Diffstat (limited to 'stk11xx_0C.patch')
-rw-r--r--stk11xx_0C.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/stk11xx_0C.patch b/stk11xx_0C.patch
new file mode 100644
index 000000000000..1aa512b1862c
--- /dev/null
+++ b/stk11xx_0C.patch
@@ -0,0 +1,11 @@
+--- ./old/stk11xx-dev.c 2011-06-13 21:44:35.630053000 +0200
++++ ./stk11xx-dev.c 2015-09-27 15:14:41.051877270 +0200
+@@ -208,7 +208,7 @@ int dev_stk11xx_check_device(struct usb_
+ }
+ else if ((value == 0x04) || (value == 0x05))
+ return 1;
+- else if (value == 0x15)
++ else if (value == 0x15 || (value == 0x0C))
+ return 1;
+ else {
+ STK_ERROR("Check device return error (0x0201 = %02X) !\n", value);