Created
December 23, 2011 05:34
-
-
Save ziggythehamster/1513261 to your computer and use it in GitHub Desktop.
0001-Support-SGH-I997-Infuse-4G-in-UDEV-rules.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From 7f36f1aefe5aea73cf3e01890740f4005f808fb8 Mon Sep 17 00:00:00 2001 | |
From: Keith Gable <[email protected]> | |
Date: Thu, 22 Dec 2011 23:28:31 -0600 | |
Subject: [PATCH] Support SGH-I997 Infuse 4G in UDEV rules. | |
--- | |
heimdall/60-heimdall-galaxy-s.rules | 3 ++- | |
1 files changed, 2 insertions(+), 1 deletions(-) | |
diff --git a/heimdall/60-heimdall-galaxy-s.rules b/heimdall/60-heimdall-galaxy-s.rules | |
index 18b78c9..575f88d 100644 | |
--- a/heimdall/60-heimdall-galaxy-s.rules | |
+++ b/heimdall/60-heimdall-galaxy-s.rules | |
@@ -1,3 +1,4 @@ | |
SUBSYSTEM=="usb", ATTR{idVendor}=="04e8", ATTR{idProduct}=="6601", MODE="0666" | |
+SUBSYSTEM=="usb", ATTR{idVendor}=="04e8", ATTR{idProduct}=="681C", MODE="0666" | |
SUBSYSTEM=="usb", ATTR{idVendor}=="04e8", ATTR{idProduct}=="685D", MODE="0666" | |
-SUBSYSTEM=="usb", ATTR{idVendor}=="04e8", ATTR{idProduct}=="68C3", MODE="0666" | |
\ No newline at end of file | |
+SUBSYSTEM=="usb", ATTR{idVendor}=="04e8", ATTR{idProduct}=="68C3", MODE="0666" | |
-- | |
1.7.3.4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment