aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Baptiste Queru <jbq@google.com>2011-10-07 13:19:27 -0700
committerJean-Baptiste Queru <jbq@google.com>2011-10-07 13:19:27 -0700
commit2d989273040f563d449f7d10d92fbc7c0af33f32 (patch)
treec8150bf8ba651103965de14966ac03c07b03b645
parent80f89c32be43ae8894d1a227e38d23c222ce8a62 (diff)
downloadsource.android.com-ics-mr0.tar.gz
Bug: 4445289 Change-Id: Ica7749ef90dcdab14503a2ba64c68fd6a0b62b3a
-rw-r--r--src/source/initializing.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/source/initializing.md b/src/source/initializing.md
index 93fcc41d..e15df106 100644
--- a/src/source/initializing.md
+++ b/src/source/initializing.md
@@ -88,9 +88,9 @@ over USB.
SUBSYSTEM=="usb", ATTR{idVendor}=="18d1", ATTR{idProduct}=="4e12", MODE="0600", OWNER="<username>"
# fastboot protocol on passion (Nexus One)
SUBSYSTEM=="usb", ATTR{idVendor}=="0bb4", ATTR{idProduct}=="0fff", MODE="0600", OWNER="<username>"
- # adb protocol on crespo (Nexus S)
+ # adb protocol on crespo/crespo4g (Nexus S)
SUBSYSTEM=="usb", ATTR{idVendor}=="18d1", ATTR{idProduct}=="4e22", MODE="0600", OWNER="<username>"
- # fastboot protocol on crespo (Nexus S)
+ # fastboot protocol on crespo/crespo4g (Nexus S)
SUBSYSTEM=="usb", ATTR{idVendor}=="18d1", ATTR{idProduct}=="4e20", MODE="0600", OWNER="<username>"
Those new rules take effect the next time a device is plugged in.