1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
|
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title> Fossee Laptop Precausions</title>
<link href='https://fonts.googleapis.com/css?family=Titillium+Web' rel='stylesheet' type='text/css'>
</head>
<body style="font-family:'Titillium Web', sans-serif; font-size:14px; margin:0">
<div id="wrapper" style= "width:600px; margin:auto; background-color:#f5f0e9;">
<div id="top" style="width:100%; background-color:#2081f9; height:15px"> </div>
<div id="banner" style="height:62px; padding:4px; background-color:#ffffff;">
<div style="font-size:40px; padding-left:2%; float:left; text-align:center;"> FOSSEE Laptop</div>
<div style="padding-top:4%; text-align:center; width:40%; float:right;"> <a href="http://laptop.fossee.in/"> http://laptop.fossee.in/</a> </div>
</div>
<div id="message" style="padding-right:15px; padding-left:15px; "><p class="heading" style="font-size:30px; color:#ff6600; line-height:20px; text-align:center; padding-top:5px;" >Laptop Precautions<br> -------------------------- </p>
Dear Sir / Madam [{0}],<br><br>
Greetings from FOSSEE Laptop team.<br><br>
Recently, it has been noticed that the users of some of the FOSSEE laptops are encountering USB power issues, which could lead to damage of the USB ports.<br><br>
On investigating this issue, we found that:<br><br>
<div style="display:flex; margin-left:20px"><div style="width:5%"> 1)</div> <div style="width:95%;">The USB ports on these devices are capable of providing ONLY limited current (mainly designed to serve <b> mouse, keyboards, sdcard readers, pen-drives and other such low-power peripherals</b> ).<br><br></div></div>
<div style="display:flex; margin-left:20px"><div style="width:5%"> 2)</div> <div style="width:95%">If the USB port(s) is damaged, it could also result in a non-functioning touchpad as it is internally connected to the USB hub.<br><br></div></div>
We have relayed these issues to the vendor for a possible fix. We will update you on the same once/if a patch is made available.<br><br>
Meanwhile, please follow the below instructions to prevent this issue from occurring:<br><br>
<div style="display:flex; margin-left:20px"><div style="width:5%"> 1) </div> <div style="width:95%">Do not connect <b>high-power demanding devices</b> like <b> phones/power-banks/mp3-players </b> to the USB port. Do not connect phones for even data transfer.<br><br></div></div>
<div style="display:flex; margin-left:20px"><div style="width:5%"> 2) </div> <div style="width:95%">Do not connect <b>USB powered hard-drives </b>(external powered USB data hard drives could be fine).<br><br></div></div>
<div style="display:flex; margin-left:20px"><div style="width:5%"> 3) </div> <div style="width:95%">Use external power supply to <b>Arduino</b> or similar boards while interfacing higher loads (motors, GSM shields etc). <br><br></div></div>
<div style="display:flex; margin-left:20px"><div style="width:5%"> 4) </div> <div style="width:95%">Do not connect <b>USB hubs</b> to chain-load peripherals. <br><br></div></div>
<div style="display:flex; margin-left:20px"><div style="width:5%"> 5) </div> <div style="width:95%">Any USB device which demands high power from the USB port should NOT be connected.</div></div><br>
For any technical discussion, please contact us through FOSSEE forums <i><a href="http://forums.fossee.in/" target="_blank">(http://forums.fossee.in/)</a> </i> <br><br><br>
<div id="footer">
Regards,<br>
FOSSEE team,<br>
<b>IIT Bombay</b><br><br>
<a href="http://fossee.in/" target="_blank"><b>http://fossee.in</b></a><br><br>
</div>
</div>
<div id="bottom" style="width:100%; background-color:#2081f9; height:15px; text-align:center"><a href="{1}">Unsubscribe</a></div>
</div>
</body>
</html>
|