<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.thinkwiki.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Yak</id>
	<title>ThinkWiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://www.thinkwiki.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Yak"/>
	<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/wiki/Special:Contributions/Yak"/>
	<updated>2026-04-18T21:05:19Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.31.12</generator>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Category:X_Series&amp;diff=53708</id>
		<title>Category:X Series</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Category:X_Series&amp;diff=53708"/>
		<updated>2012-06-03T16:05:32Z</updated>

		<summary type="html">&lt;p&gt;Yak: /* ThinkPad X series */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
| &amp;lt;div style=&amp;quot;margin: 0; margin-right:10px; border: 1px solid #dfdfdf; padding: 0em 1em 1em 1em; background-color:#F8F8FF; align:right;&amp;quot;&amp;gt;&lt;br /&gt;
=ThinkPad X series=&lt;br /&gt;
Subnotebook, very small and light, hard drive internal, no internal optical drive (except for the X300 model), small screen. &lt;br /&gt;
&lt;br /&gt;
A comparison and development list of this series can be found on the overview page about all [[ThinkPad series#ThinkPad_X_series|series of ThinkPad computers]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
|| &amp;lt;thinkwiki&amp;gt;7&amp;lt;/thinkwiki&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category:Models]]&lt;/div&gt;</summary>
		<author><name>Yak</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=ThinkLight&amp;diff=51443</id>
		<title>ThinkLight</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=ThinkLight&amp;diff=51443"/>
		<updated>2011-04-21T11:17:11Z</updated>

		<summary type="html">&lt;p&gt;Yak: Added newer X models.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|style=&amp;quot;vertical-align:top;padding-right:20px;width:10px;&amp;quot; | __NOTOC__&lt;br /&gt;
[[Image:Thinklight.jpg|ThinkLight]]&lt;br /&gt;
|style=&amp;quot;vertical-align:top&amp;quot; |&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin: 0; margin-right:10px; border: 1px solid #dfdfdf; padding: 0em 1em 1em 1em; background-color:#F8F8FF; align:right;&amp;quot;&amp;gt;&lt;br /&gt;
The ThinkLight is a little LED light integrated into the top edge of the display frame in the A, R, T, X, Z and i Series ThinkPad models. It illuminates the ThinkPad's keyboard so that one can type in the dark without using an external light source. The ThinkLight can be controlled via the {{key|Fn}}{{key|PageUp}} key combination or via ACPI on some of the newer models. The LED is amber on some models (e.g. X30s, X40s), and white on others (e.g. T40s).&lt;br /&gt;
Note that the ThinkLight is not available on the G series ThinkPads, nor on the X41 Tablet.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
==Linux Support==&lt;br /&gt;
Controlling the ThinkLight with the keyboard works on all systems since it relies on the BIOS exclusively. Just press {{key|Fn}}{{key|PageUp}} to toggle its state between on and off.&lt;br /&gt;
&lt;br /&gt;
===Software Control via thinkpad-acpi===&lt;br /&gt;
Support for controlling the light with ACPI is provided by [[thinkpad-acpi]]. After installing it, a simple&lt;br /&gt;
:{{cmdroot|echo 255 &amp;gt; /sys/class/leds/tpacpi\:\:thinklight/brightness}}&lt;br /&gt;
switches it on and a&lt;br /&gt;
:{{cmdroot|echo 0 &amp;gt; /sys/class/leds/tpacpi\:\:thinklight/brightness}}&lt;br /&gt;
switches it off again.&lt;br /&gt;
&lt;br /&gt;
This allows one to control the light in scripts. Unfortunately, no known ThinkPad comes with a light sensor (yet). ;)&lt;br /&gt;
&lt;br /&gt;
To use these controls in scripts without root permissions, you should run&lt;br /&gt;
:{{cmdroot|chmod 666 /sys/class/leds/tpacpi\:\:thinklight/brightness}}, which is probably best done using udev.&lt;br /&gt;
&lt;br /&gt;
===Applications===&lt;br /&gt;
*'''led-notification''': Pidgin plugin to use any LED to indicate new messages. I've forked [http://github.com/Sitwon/led-notification led-notification] to support the ThinkLight via [[thinkpad-acpi]]. The plugins below either weren't compatible with the latest pidgin or didn't compile for me. The original author of led-notification seems MIA. Another fork [http://github.com/xmw/pidgin-led-notification pidgin-led-notification] to write user defined strings (added to Gentoo/Linux)&lt;br /&gt;
*'''gaim-thinklight''': If you are using [http://gaim.sf.net GAIM], the [http://www.joachim-breitner.de/blog/archives/38-Created-gaim-thinklight.html gaim-thinklight] plugin will enable you to use the ThinkLight as an indicator for new messages. This depends on [[thinkpad-acpi]].&lt;br /&gt;
*'''gaim-lighthink''': [http://www.chris-lamb.co.uk/code/gaim-lightthink/ gaim-lightthink] is an alternative to gaim-thinklight.&lt;br /&gt;
*'''pidgin-blinklight''':[http://packages.debian.org/unstable/net/pidgin-blinklight pidgin-blinklight] is a replacement for gaim-lighthink intended for use with [http://pidgin.im/ Pidgin].&lt;br /&gt;
*'''rocklight''': [http://hunz.org/ rocklight] is a xmms visualization plugin that makes the ThinkLight flash to the beat of your music. The package also includes a standalone stroboscope mode program.&lt;br /&gt;
*'''thinkblinkd''':[http://badcode.de/downloads/thinkblinkd-0.1.7.tar.gz] Thinkblinkd is a python daemon to control the thinklight (and possibly other lights on your Thinkpad) it comes with the daemon and a control script.&lt;br /&gt;
*The [[script for theft alarm using HDAPS]] optionally flashes the ThinkLight when the alarm is armed (disabled by default, to enable set &amp;lt;tt&amp;gt;$use_light=1&amp;lt;/tt&amp;gt;).&lt;br /&gt;
*'''kopete-thinklight''':[http://kde-apps.org/content/show.php?content=47886] This plugin for kopete will enable the usage of the thinklight as notifiaction for new messages.&lt;br /&gt;
*'''stupid little hack to blink the ThinkLight''': [http://paste.lisp.org/display/37500]  A little C program that may be set SUID so that you can use it from non-privileged programs that needs to do a little notification.&lt;br /&gt;
*'''thinkalert''': [http://www.mike.tl/view/Main/ThinkAlert] Another C program that may be set SUID to allow non-privileged programs to manipulate the ThinkLight.  Adds some features over the &amp;quot;stupid little hack to blink the ThinkLight&amp;quot; program.&lt;br /&gt;
*'''thinklight-notification''': This [http://ubuntuforums.org/showthread.php?t=1017263 Evolution plugin] notifies the user with a blinking light whenever a new message has arrived.&lt;br /&gt;
*'''ThinkBlink''': [http://pikeypl.com/index.php?show=blink_en blink.sh] is an universal bash script making ThinkLight blink. It can be used with any application.&lt;br /&gt;
&lt;br /&gt;
==Windows support==&lt;br /&gt;
Likewise, controlling the ThinkLight with the keyboard works without any additional software. The Hotkey Features software from IBM/Lenovo adds OSD icons that appear when the light is turned on/off.&lt;br /&gt;
&lt;br /&gt;
===Software control via Hotkey Features===&lt;br /&gt;
The Hotkey Features software exposes an interface that allows (among other things) to control the ThinkLight. See [[Python script for Windows to control ThinkPad features]] for more information.&lt;br /&gt;
&lt;br /&gt;
==Models featuring this Technology==&lt;br /&gt;
*ThinkPad {{I1460}}, {{I1480}}, {{I1482}}, {{I1483}}, {{I1492}}&lt;br /&gt;
*ThinkPad {{A Series}}&lt;br /&gt;
*ThinkPad {{R Series}}&lt;br /&gt;
*ThinkPad {{T Series}}&lt;br /&gt;
*ThinkPad {{W Series}}&lt;br /&gt;
*ThinkPad {{X20}}, {{X21}}, {{X22}}, {{X23}}, {{X24}}, {{X30}}, {{X31}}, {{X32}}, {{X40}}, {{X41}}, {{X60}}, {{X60s}}, {{X61}}, {{X61s}}, {{X200}}, {{X200s}}, {{X201}}, {{X201s}}, {{X220}}, {{X300}}, {{X301}}&lt;br /&gt;
*ThinkPad {{Z60m}}, {{Z60t}}, {{Z61m}}&lt;br /&gt;
*ThinkPad {{S30}}, {{S31}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Glossary]]&lt;/div&gt;</summary>
		<author><name>Yak</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Category:X220&amp;diff=51442</id>
		<title>Category:X220</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Category:X220&amp;diff=51442"/>
		<updated>2011-04-21T11:12:36Z</updated>

		<summary type="html">&lt;p&gt;Yak: X220 now available. Removed the not-available notice.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&lt;br /&gt;
{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|style=&amp;quot;vertical-align:top&amp;quot; |&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin: 0; margin-right:10px; border: 1px solid #dfdfdf; padding: 0em 1em 1em 1em; background-color:#F8F8FF; align:right;&amp;quot;&amp;gt;&lt;br /&gt;
=== ThinkPad X220 ===&lt;br /&gt;
This page gives an overview of all ThinkPad X220 related topics.&lt;br /&gt;
&lt;br /&gt;
==== Machine Type ====&lt;br /&gt;
* 4287, 4290, 4291&lt;br /&gt;
&lt;br /&gt;
==== Standard Features ====&lt;br /&gt;
*One of the following [[Intel Core i5]] or [[Intel Core i7]] processors:&lt;br /&gt;
** Intel® Core™ i3-2310M (2.1GHz, 3MB L3 cache)&lt;br /&gt;
** Intel® Core™ i5-2410M (2.3GHz, 3MB L3 cache)&lt;br /&gt;
** Intel® Core™ i5-2520M (2.5GHz, 3MB L3 cache)&lt;br /&gt;
** Intel® Core™ i5-2540M (2.5GHz, 3MB L3 cache)&lt;br /&gt;
** Intel® Core™ i7-2620M (2.7GHz, 4MB L3 cache)&lt;br /&gt;
* [[Intel HD Graphics]] 3000&lt;br /&gt;
* [[Intel Mobile QM67 Express Chipset]]&lt;br /&gt;
* One of the following [[TFT display|TFT displays]]:&lt;br /&gt;
** 12.5&amp;quot; TFT display with 1366x768 resolution with LED backlight&lt;br /&gt;
** 12.5&amp;quot; extra bright IPS TFT display with 1366x768 resolution with LED backlight&lt;br /&gt;
* up to 8GB [[PC3-10600]] memory&lt;br /&gt;
* One of the following hard drives (the bay is 2.5&amp;quot; but probably max. 7mm high):&lt;br /&gt;
** 4GB SSD SATA&lt;br /&gt;
** Intel 80GB Micro SSD SATA&lt;br /&gt;
** 128GB SSD SATA&lt;br /&gt;
** Intel 160GB SSD SATA&lt;br /&gt;
** 160GB 7200RPM SATA&lt;br /&gt;
** 250GB 5400RPM SATA&lt;br /&gt;
** 250GB 7200RPM SATA (with limited OPAL FDE technology)&lt;br /&gt;
** 320GB 5400RPM SATA&lt;br /&gt;
* [[3-in-1 Multicard Reader]] (SD, SDHC, SDXC)&lt;br /&gt;
* [[MiniPCI Express slot]] 1 with one of the following:&lt;br /&gt;
** [[Intel Centrino Ultimate-N 6300]]&lt;br /&gt;
** [[Intel Centrino Advanced-N 6205]]&lt;br /&gt;
** [[Intel Centrino Advanced-N + WiMAX 6250]]&lt;br /&gt;
* [[MiniPCI Express slot]] 2 with one of the following:&lt;br /&gt;
** [[Qualcomm Gobi 3000]] WWAN&lt;br /&gt;
** [[LeadCore TD-SCDMA (LC5730D)]] WWAN&lt;br /&gt;
** [[Ericsson HSPA + (F5521gw)]] WWAN&lt;br /&gt;
** [[Huawei EV-DO (EM660)]] WWAN&lt;br /&gt;
* [[ExpressCard 34/54 slot|ExpressCard/54 slot]]&lt;br /&gt;
* [[USB 3.0]] on i7 model only&lt;br /&gt;
* 720p HD [[Integrated camera]]&lt;br /&gt;
* [[Integrated Fingerprint Reader]] (UPEK)&lt;br /&gt;
* comes with 65W AC Adapter&lt;br /&gt;
* supports [[ThinkPad Ultrabase Series 3]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
|style=&amp;quot;vertical-align:top&amp;quot; |&lt;br /&gt;
[[Image:ThinkPadX220.png|ThinkPad X220|300px]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Resources ====&lt;br /&gt;
* [http://shop.lenovo.com/ISS_Static/ww/wci/us/ww/pdf/x220_datasheet.pdf Datasheet]&lt;br /&gt;
&lt;br /&gt;
[[Category:X Series]]&lt;/div&gt;</summary>
		<author><name>Yak</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Category:X220&amp;diff=51063</id>
		<title>Category:X220</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Category:X220&amp;diff=51063"/>
		<updated>2011-03-11T06:19:03Z</updated>

		<summary type="html">&lt;p&gt;Yak: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{WARN|X220 hasn't been released yet at this time. Information on this page is incomplete. Please extend it if you have additional information.}}&lt;br /&gt;
&lt;br /&gt;
__NOTOC__&lt;br /&gt;
&lt;br /&gt;
{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|style=&amp;quot;vertical-align:top&amp;quot; |&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin: 0; margin-right:10px; border: 1px solid #dfdfdf; padding: 0em 1em 1em 1em; background-color:#F8F8FF; align:right;&amp;quot;&amp;gt;&lt;br /&gt;
=== ThinkPad X220 ===&lt;br /&gt;
This page gives an overview of all ThinkPad X220 related topics.&lt;br /&gt;
&lt;br /&gt;
==== Machine Type ====&lt;br /&gt;
* 4287, 4290, 4291&lt;br /&gt;
&lt;br /&gt;
==== Standard Features ====&lt;br /&gt;
*One of the following [[Intel Core i5]] or [[Intel Core i7]] processors:&lt;br /&gt;
** Intel® Core™ i3-2310M (2.1GHz, 3MB L3 cache)&lt;br /&gt;
** Intel® Core™ i5-2410M (2.3GHz, 3MB L3 cache)&lt;br /&gt;
** Intel® Core™ i5-2520M (2.5GHz, 3MB L3 cache)&lt;br /&gt;
** Intel® Core™ i5-2540M (2.5GHz, 3MB L3 cache)&lt;br /&gt;
** Intel® Core™ i7-2620M (2.7GHz, 4MB L3 cache)&lt;br /&gt;
* [[Intel HD Graphics]] 3000&lt;br /&gt;
* [[Intel Mobile QM67 Express Chipset]]&lt;br /&gt;
* One of the following [[TFT display|TFT displays]]:&lt;br /&gt;
** 12.5&amp;quot; TFT display with 1366x768 resolution with LED backlight&lt;br /&gt;
** 12.5&amp;quot; extra bright IPS TFT display with 1366x768 resolution with LED backlight&lt;br /&gt;
* up to 8GB [[PC3-10600]] memory&lt;br /&gt;
* One of the following hard drives (the bay is 2.5&amp;quot; but probably max. 7mm high):&lt;br /&gt;
** 4GB SSD SATA&lt;br /&gt;
** Intel 80GB Micro SSD SATA&lt;br /&gt;
** 128GB SSD SATA&lt;br /&gt;
** Intel 160GB SSD SATA&lt;br /&gt;
** 160GB 7200RPM SATA&lt;br /&gt;
** 250GB 5400RPM SATA&lt;br /&gt;
** 250GB 7200RPM SATA (with limited OPAL FDE technology)&lt;br /&gt;
** 320GB 5400RPM SATA&lt;br /&gt;
* [[3-in-1 Multicard Reader]] (SD, SDHC, SDXC)&lt;br /&gt;
* [[MiniPCI Express slot]] 1 with one of the following:&lt;br /&gt;
** [[Intel Centrino Ultimate-N 6300]]&lt;br /&gt;
** [[Intel Centrino Advanced-N 6205]]&lt;br /&gt;
** [[Intel Centrino Advanced-N + WiMAX 6250]]&lt;br /&gt;
* [[MiniPCI Express slot]] 2 with one of the following:&lt;br /&gt;
** [[Qualcomm Gobi 3000]] WWAN&lt;br /&gt;
** [[LeadCore TD-SCDMA (LC5730D)]] WWAN&lt;br /&gt;
** [[Ericsson HSPA + (F5521gw)]] WWAN&lt;br /&gt;
** [[Huawei EV-DO (EM660)]] WWAN&lt;br /&gt;
* [[ExpressCard 34/54 slot|ExpressCard/54 slot]]&lt;br /&gt;
* [[USB 3.0]] on i7 model only&lt;br /&gt;
* 720p HD [[Integrated camera]]&lt;br /&gt;
* [[Integrated Fingerprint Reader]] (UPEK)&lt;br /&gt;
* comes with 65W AC Adapter&lt;br /&gt;
* supports [[ThinkPad Ultrabase Series 3]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
|style=&amp;quot;vertical-align:top&amp;quot; |&lt;br /&gt;
[[Image:ThinkPadX220.png|ThinkPad X220|300px]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Resources ====&lt;br /&gt;
* [http://shop.lenovo.com/ISS_Static/ww/wci/us/ww/pdf/x220_datasheet.pdf Datasheet]&lt;br /&gt;
&lt;br /&gt;
[[Category:X Series]]&lt;/div&gt;</summary>
		<author><name>Yak</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Category:X220&amp;diff=51062</id>
		<title>Category:X220</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Category:X220&amp;diff=51062"/>
		<updated>2011-03-11T06:18:37Z</updated>

		<summary type="html">&lt;p&gt;Yak: chipset and some other details&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{WARN|X220 hasn't been released yet at this time. Information on this page is incomplete. Please extend it if you have additional information.}}&lt;br /&gt;
&lt;br /&gt;
__NOTOC__&lt;br /&gt;
&lt;br /&gt;
{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|style=&amp;quot;vertical-align:top&amp;quot; |&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin: 0; margin-right:10px; border: 1px solid #dfdfdf; padding: 0em 1em 1em 1em; background-color:#F8F8FF; align:right;&amp;quot;&amp;gt;&lt;br /&gt;
=== ThinkPad X220 ===&lt;br /&gt;
This page gives an overview of all ThinkPad X220 related topics.&lt;br /&gt;
&lt;br /&gt;
==== Machine Type ====&lt;br /&gt;
* 4287, 4290, 4291&lt;br /&gt;
&lt;br /&gt;
==== Standard Features ====&lt;br /&gt;
*One of the following [[Intel Core i5]] or [[Intel Core i7]] processors:&lt;br /&gt;
** Intel® Core™ i3-2310M (2.1GHz, 3MB L3 cache)&lt;br /&gt;
** Intel® Core™ i5-2410M (2.3GHz, 3MB L3 cache)&lt;br /&gt;
** Intel® Core™ i5-2520M (2.5GHz, 3MB L3 cache)&lt;br /&gt;
** Intel® Core™ i5-2540M (2.5GHz, 3MB L3 cache)&lt;br /&gt;
** Intel® Core™ i7-2620M (2.7GHz, 4MB L3 cache)&lt;br /&gt;
* [[Intel HD Graphics]] 3000&lt;br /&gt;
* [[Intel QM67 Express Chipset]]&lt;br /&gt;
* One of the following [[TFT display|TFT displays]]:&lt;br /&gt;
** 12.5&amp;quot; TFT display with 1366x768 resolution with LED backlight&lt;br /&gt;
** 12.5&amp;quot; extra bright IPS TFT display with 1366x768 resolution with LED backlight&lt;br /&gt;
* up to 8GB [[PC3-10600]] memory&lt;br /&gt;
* One of the following hard drives (the bay is 2.5&amp;quot; but probably max. 7mm high):&lt;br /&gt;
** 4GB SSD SATA&lt;br /&gt;
** Intel 80GB Micro SSD SATA&lt;br /&gt;
** 128GB SSD SATA&lt;br /&gt;
** Intel 160GB SSD SATA&lt;br /&gt;
** 160GB 7200RPM SATA&lt;br /&gt;
** 250GB 5400RPM SATA&lt;br /&gt;
** 250GB 7200RPM SATA (with limited OPAL FDE technology)&lt;br /&gt;
** 320GB 5400RPM SATA&lt;br /&gt;
* [[3-in-1 Multicard Reader]] (SD, SDHC, SDXC)&lt;br /&gt;
* [[MiniPCI Express slot]] 1 with one of the following:&lt;br /&gt;
** [[Intel Centrino Ultimate-N 6300]]&lt;br /&gt;
** [[Intel Centrino Advanced-N 6205]]&lt;br /&gt;
** [[Intel Centrino Advanced-N + WiMAX 6250]]&lt;br /&gt;
* [[MiniPCI Express slot]] 2 with one of the following:&lt;br /&gt;
** [[Qualcomm Gobi 3000]] WWAN&lt;br /&gt;
** [[LeadCore TD-SCDMA (LC5730D)]] WWAN&lt;br /&gt;
** [[Ericsson HSPA + (F5521gw)]] WWAN&lt;br /&gt;
** [[Huawei EV-DO (EM660)]] WWAN&lt;br /&gt;
* [[ExpressCard 34/54 slot|ExpressCard/54 slot]]&lt;br /&gt;
* [[USB 3.0]] on i7 model only&lt;br /&gt;
* 720p HD [[Integrated camera]]&lt;br /&gt;
* [[Integrated Fingerprint Reader]] (UPEK)&lt;br /&gt;
* comes with 65W AC Adapter&lt;br /&gt;
* supports [[ThinkPad Ultrabase Series 3]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
|style=&amp;quot;vertical-align:top&amp;quot; |&lt;br /&gt;
[[Image:ThinkPadX220.png|ThinkPad X220|300px]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Resources ====&lt;br /&gt;
* [http://shop.lenovo.com/ISS_Static/ww/wci/us/ww/pdf/x220_datasheet.pdf Datasheet]&lt;br /&gt;
&lt;br /&gt;
[[Category:X Series]]&lt;/div&gt;</summary>
		<author><name>Yak</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Category:X220&amp;diff=51061</id>
		<title>Category:X220</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Category:X220&amp;diff=51061"/>
		<updated>2011-03-11T06:07:15Z</updated>

		<summary type="html">&lt;p&gt;Yak: filled in machine types&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{WARN|X220 hasn't been released yet at this time. Information on this page is incomplete. Please extend it if you have additional information.}}&lt;br /&gt;
&lt;br /&gt;
__NOTOC__&lt;br /&gt;
&lt;br /&gt;
{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|style=&amp;quot;vertical-align:top&amp;quot; |&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin: 0; margin-right:10px; border: 1px solid #dfdfdf; padding: 0em 1em 1em 1em; background-color:#F8F8FF; align:right;&amp;quot;&amp;gt;&lt;br /&gt;
=== ThinkPad X220 ===&lt;br /&gt;
This page gives an overview of all ThinkPad X220 related topics.&lt;br /&gt;
&lt;br /&gt;
==== Machine Type ====&lt;br /&gt;
* 4287, 4290, 4291&lt;br /&gt;
&lt;br /&gt;
==== Standard Features ====&lt;br /&gt;
*One of the following [[Intel Core i5]] or [[Intel Core i7]] processors:&lt;br /&gt;
** Intel® Core™ i3-2310M (2.1GHz, 3MB L3 cache)&lt;br /&gt;
** Intel® Core™ i5-2410M (2.3GHz, 3MB L3 cache)&lt;br /&gt;
** Intel® Core™ i5-2520M (2.5GHz, 3MB cache)&lt;br /&gt;
** Intel® Core™ i5-2540M (2.5GHz, 3MB L3 cache)&lt;br /&gt;
** Intel® Core™ i7-2620M (2.7GHz, 4MB L3 cache)&lt;br /&gt;
* [[Intel HD Graphics]]&lt;br /&gt;
* One of the following [[TFT display|TFT displays]]:&lt;br /&gt;
** 12.5&amp;quot; TFT display with 1366x768 resolution with LED backlight&lt;br /&gt;
** 12.5&amp;quot; extra bright IPS TFT display with 1366x768 resolution with LED backlight&lt;br /&gt;
* up to 8GB [[PC3-10600]] memory&lt;br /&gt;
* One of the following hard drives (the bay is 2.5&amp;quot; but probably max. 7mm high):&lt;br /&gt;
** 4GB SSD SATA&lt;br /&gt;
** Intel 80GB Micro SSD SATA&lt;br /&gt;
** 128GB SSD SATA&lt;br /&gt;
** Intel 160GB SSD SATA&lt;br /&gt;
** 160GB 7200RPM SATA&lt;br /&gt;
** 250GB 5400RPM SATA&lt;br /&gt;
** 250GB 7200RPM SATA (with limited OPAL FDE technology)&lt;br /&gt;
** 320GB 5400RPM SATA&lt;br /&gt;
* SD card reader&lt;br /&gt;
* [[MiniPCI Express slot]] 1 with one of the following:&lt;br /&gt;
** [[Intel Centrino Ultimate-N 6300]]&lt;br /&gt;
** [[Intel Centrino Advanced-N 6205]]&lt;br /&gt;
** [[Intel Centrino Advanced-N + WiMAX 6250]]&lt;br /&gt;
* [[MiniPCI Express slot]] 2 with one of the following:&lt;br /&gt;
** [[Qualcomm Gobi 3000]] WWAN&lt;br /&gt;
** [[LeadCore TD-SCDMA (LC5730D)]] WWAN&lt;br /&gt;
** [[Ericsson HSPA + (F5521gw)]] WWAN&lt;br /&gt;
** [[Huawei EV-DO (EM660)]] WWAN&lt;br /&gt;
* [[ExpressCard slot|ExpressCard/54 slot]]&lt;br /&gt;
* 720p HD [[Integrated camera]]&lt;br /&gt;
* [[Integrated Fingerprint Reader]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
|style=&amp;quot;vertical-align:top&amp;quot; |&lt;br /&gt;
[[Image:ThinkPadX220.png|ThinkPad X220|300px]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Resources ====&lt;br /&gt;
* [http://shop.lenovo.com/ISS_Static/ww/wci/us/ww/pdf/x220_datasheet.pdf Datasheet]&lt;br /&gt;
&lt;br /&gt;
[[Category:X Series]]&lt;/div&gt;</summary>
		<author><name>Yak</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Category:X220&amp;diff=51013</id>
		<title>Category:X220</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Category:X220&amp;diff=51013"/>
		<updated>2011-03-09T20:32:53Z</updated>

		<summary type="html">&lt;p&gt;Yak: typo&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{WARN|X220 hasn't been released yet at this time. Information on this page is incomplete. Please extend it if you have additional information.}}&lt;br /&gt;
&lt;br /&gt;
__NOTOC__&lt;br /&gt;
&lt;br /&gt;
{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|style=&amp;quot;vertical-align:top&amp;quot; |&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin: 0; margin-right:10px; border: 1px solid #dfdfdf; padding: 0em 1em 1em 1em; background-color:#F8F8FF; align:right;&amp;quot;&amp;gt;&lt;br /&gt;
=== ThinkPad X220 ===&lt;br /&gt;
This page gives an overview of all ThinkPad X220 related topics.&lt;br /&gt;
&lt;br /&gt;
==== Machine Type ====&lt;br /&gt;
&lt;br /&gt;
==== Standard Features ====&lt;br /&gt;
*One of the following [[Intel Core i5]] or [[Intel Core i7]] processors:&lt;br /&gt;
** Intel® Core™ i3-2310M (2.1GHz, 3MB L3 cache)&lt;br /&gt;
** Intel® Core™ i5-2410M (2.3GHz, 3MB L3 cache)&lt;br /&gt;
** Intel® Core™ i5-2520M (2.5GHz, 3MB cache)&lt;br /&gt;
** Intel® Core™ i5-2540M (2.5GHz, 3MB L3 cache)&lt;br /&gt;
** Intel® Core™ i7-2620M (2.7GHz, 4MB L3 cache)&lt;br /&gt;
* [[Intel HD Graphics]]&lt;br /&gt;
* One of the following [[TFT display|TFT displays]]:&lt;br /&gt;
** 12.5&amp;quot; TFT display with 1366x768 resolution with LED backlight&lt;br /&gt;
** 12.5&amp;quot; extra bright IPS TFT display with 1366x768 resolution with LED backlight&lt;br /&gt;
* up to 8GB [[PC3-10600]] memory&lt;br /&gt;
* One of the following hard drives (the bay is 2.5&amp;quot; but probably max. 7mm high):&lt;br /&gt;
** 4GB SSD SATA&lt;br /&gt;
** Intel 80GB Micro SSD SATA&lt;br /&gt;
** 128GB SSD SATA&lt;br /&gt;
** Intel 160GB SSD SATA&lt;br /&gt;
** 160GB 7200RPM SATA&lt;br /&gt;
** 250GB 5400RPM SATA&lt;br /&gt;
** 250GB 7200RPM SATA (with limited OPAL FDE technology)&lt;br /&gt;
** 320GB 5400RPM SATA&lt;br /&gt;
* SD card reader&lt;br /&gt;
* [[MiniPCI Express slot]] 1 with one of the following:&lt;br /&gt;
** [[Intel Centrino Ultimate-N 6300]]&lt;br /&gt;
** [[Intel Centrino Advanced-N 6205]]&lt;br /&gt;
* [[MiniPCI Express slot]] 2 with one of the following:&lt;br /&gt;
** [[Qualcomm Gobi 3000]] WWAN&lt;br /&gt;
* [[ExpressCard slot|ExpressCard/54 slot]]&lt;br /&gt;
* 720p HD [[Integrated camera]]&lt;br /&gt;
* [[Integrated Fingerprint Reader]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
|style=&amp;quot;vertical-align:top&amp;quot; |&lt;br /&gt;
[[Image:ThinkPadX220.png|ThinkPad X220|300px]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Resources ====&lt;br /&gt;
* [http://shop.lenovo.com/ISS_Static/ww/wci/us/ww/pdf/x220_datasheet.pdf Datasheet]&lt;br /&gt;
&lt;br /&gt;
[[Category:X Series]]&lt;/div&gt;</summary>
		<author><name>Yak</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Intel_Centrino_Ultimate-N_6300&amp;diff=51012</id>
		<title>Intel Centrino Ultimate-N 6300</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Intel_Centrino_Ultimate-N_6300&amp;diff=51012"/>
		<updated>2011-03-09T20:30:42Z</updated>

		<summary type="html">&lt;p&gt;Yak: added X220&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|style=&amp;quot;vertical-align:top&amp;quot; |&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin: 0; margin-right:10px; border: 1px solid #dfdfdf; padding: 0em 1em 1em 1em; background-color:#F8F8FF; align:right;&amp;quot;&amp;gt;&lt;br /&gt;
== Intel Centrino Ultimate-N 6300 ==&lt;br /&gt;
This is a Mini-PCI Express WiFi Adapter, supported by the iwlagn driver&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
* Chipset: ?&lt;br /&gt;
* IEEE Standards: 802.11a, 802.11b, 802.11g ,802.11n&lt;br /&gt;
* 3x3 MIMO up to 450Mbps&lt;br /&gt;
* PCI ID: 8086:1111&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
|style=&amp;quot;vertical-align:top&amp;quot; |&lt;br /&gt;
[[image:IntelWiFi6200.jpg|Intel Centrino Advanced-N 6200]]&amp;lt;br/&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
=== Lenovo Partnumbers ===&lt;br /&gt;
* ?&lt;br /&gt;
&lt;br /&gt;
=== Linux support ===&lt;br /&gt;
This card is supported out of the box on kernel 2.6.34 and newer. Current kernel is 2.6.37 (02:02, 19 January 2011 (UTC)).  &lt;br /&gt;
* openSUSE 11.3 is with kernel 2.6.34 and works out of the box. If not install the kernel-firmware package using YaST, but before check you Wi-Fi switch. &lt;br /&gt;
* Fedora 13 has kernel 2.6.33 and supports it but it is flaky.&lt;br /&gt;
Older kernels may support it if they have backported drivers from 2.6.34 kernel. .&lt;br /&gt;
* Debian support for kernel 2.6.32 is in a package named firmware-iwlwifi&lt;br /&gt;
&lt;br /&gt;
=== Models featuring this Technology ===&lt;br /&gt;
* {{T410}}, {{T410s}}&lt;br /&gt;
* {{T510}}&lt;br /&gt;
* {{W510}}, {{W701}}, {{W701ds}}&lt;br /&gt;
* {{X201}}, {{X220}}&lt;br /&gt;
&lt;br /&gt;
=== External Links===&lt;br /&gt;
* http://www.intel.com/network/connectivity/products/wireless/adapters/6200-6300/index.htm&lt;br /&gt;
* http://intellinuxwireless.org/ - Intel website for Linux drivers&lt;/div&gt;</summary>
		<author><name>Yak</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=MiniPCI_Express_slot&amp;diff=51011</id>
		<title>MiniPCI Express slot</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=MiniPCI_Express_slot&amp;diff=51011"/>
		<updated>2011-03-09T20:27:06Z</updated>

		<summary type="html">&lt;p&gt;Yak: added X220&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin: 0; margin-right:10px; border: 1px solid #dfdfdf; padding: 0em 1em 1em 1em; background-color:#F8F8FF; align:right;&amp;quot;&amp;gt;&lt;br /&gt;
A MiniPCI Express slot is a version of the PCI-Express x1 slot for Notebooks.&lt;br /&gt;
&lt;br /&gt;
* [http://en.wikipedia.org/wiki/PCI_Express#PCI_Express_Mini_Card Wikipedia article on Mini PCI Express]&lt;br /&gt;
&lt;br /&gt;
{{NOTE|There are two physical form factors, a standard 30×50.95 mm, and a half-height 30×26.8 mm. Some ThinkPads only support the later}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
__NOTOC__&lt;br /&gt;
&lt;br /&gt;
=== MiniPCI Express Adapters ===&lt;br /&gt;
'''WLAN'''&lt;br /&gt;
* [[Intel PRO/Wireless 3945ABG Mini-PCI Express Adapter]]&lt;br /&gt;
* [[Intel PRO/Wireless 4965AGN Mini-PCI Express Adapter]]&lt;br /&gt;
* [[Intel Wifi Link 5100 (AGN)]]&lt;br /&gt;
* [[Intel Wifi Link 5300 (AGN)]]&lt;br /&gt;
* [[Intel WiMAX/WiFi Link 5150]]&lt;br /&gt;
* [[Intel WiMAX/WiFi Link 5350]]&lt;br /&gt;
* [[Intel Centrino Wireless-N 1000]]&lt;br /&gt;
* [[Intel Centrino Advanced-N 6200]]&lt;br /&gt;
* [[Intel Centrino Advanced-N + WiMAX 6250]]&lt;br /&gt;
* [[Intel Centrino Ultimate-N 6300]]&lt;br /&gt;
* [[ThinkPad 11a/b/g/n Wireless LAN Mini Express Adapter]]&lt;br /&gt;
* [[ThinkPad 11a/b/g Wireless LAN Mini Express Adapter]]&lt;br /&gt;
* [[ThinkPad 11b/g/n Wireless LAN Mini-PCI Express Adapter II]]&lt;br /&gt;
'''WWAN'''&lt;br /&gt;
* [[Sierra Wireless MC5720]] - EV-DO WWAN&lt;br /&gt;
* [[Sierra Wireless MC5725]] - EV-DO WWAN&lt;br /&gt;
* [[Sierra Wireless HSDPA WWAN]]&lt;br /&gt;
* [[Ericsson F3507g Mobile Broadband Module]]&lt;br /&gt;
* [[Qualcomm Gobi 2000]]&lt;br /&gt;
'''Other'''&lt;br /&gt;
* [[Intel® Turbo Memory hard drive cache]]&lt;br /&gt;
* [[Wireless USB (UWB)]]&lt;br /&gt;
&lt;br /&gt;
=== (In)Compatibility ===&lt;br /&gt;
Though the slot is MiniPCIe in form factor, it has been crippled to only accept devices with PCI-ID's contained in a BIOS whitelist consisting of the above list of devices (likely not exhaustive and varying depending on the particular system) with the additional requirement that they '''must carry the Lenovo brand name and consequently cost twice as much'''. If an unauthorized card is plugged in it gives a &amp;lt;tt&amp;gt;1802&amp;lt;/tt&amp;gt; error on initial boot up before it even touches the operating system. (see [[Problem with unauthorized MiniPCI network card]], [http://forum.notebookreview.com/showthread.php?t=69445 1802 with MiniPCIe on t60],[http://forums.lenovo.com/lnv/board/message?board.id=T_Series_Thinkpads&amp;amp;message.id=274 same]). The workarounds on the first link concerning MiniPCI devices may or may not be directly applicable to the MiniPCIe slot. Anyone who has added non-Lenovo components to this slot either successfully or unsuccessfully is encouraged to provide any relevant details here.&lt;br /&gt;
&lt;br /&gt;
=== Linux support ===&lt;br /&gt;
MiniPCI Express adapters are handled by the Linux PCI subsystem.&lt;br /&gt;
&lt;br /&gt;
=== Models featuring this Technology ===&lt;br /&gt;
* ThinkPad {{Edge 11&amp;quot;}}, {{Edge 13&amp;quot;}}, {{Edge 14&amp;quot;}}, {{Edge 15&amp;quot;}}&lt;br /&gt;
* ThinkPad {{L Series}}&lt;br /&gt;
* ThinkPad {{R60}}, {{R60e}}, {{R61}}, {{R61e}}, {{R61i}}, {{R400}}, {{R500}}&lt;br /&gt;
* ThinkPad {{SL300}}, {{SL400}}, {{SL400c}}, {{SL410}}, {{SL500}}, {{SL500c}}, {{SL510}}&lt;br /&gt;
* ThinkPad {{T60}}, {{T60p}}, {{T61}}, {{T61p}}, {{T400}}, {{T400s}}, {{T410}}, {{T410i}}, {{T410s}}, {{T410si}}, {{T500}}, {{T510}}, {{T510i}}&lt;br /&gt;
* ThinkPad {{W Series}}&lt;br /&gt;
* ThinkPad {{X60}}, {{X60s}}, {{X60 Tablet}}, {{X61}}, {{X61s}}, {{X61 Tablet}}, {{X100e}}, {{X200}}, {{X200s}}, {{X200 Tablet}}, {{X201}}, {{X201i}}, {{X201s}}, {{X201 Tablet}}, {{X220}}, {{X300}}, {{X301}}&lt;br /&gt;
* ThinkPad {{Z Series}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Components]]&lt;br /&gt;
&lt;br /&gt;
=== External sources ===&lt;br /&gt;
* Lenovo  [ftp://ftp.software.ibm.com/pc/pccbbs/mobiles/accessories_guide_us_can_dec2007.pdf accessories guide].&lt;/div&gt;</summary>
		<author><name>Yak</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=ExpressCard_slot&amp;diff=51010</id>
		<title>ExpressCard slot</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=ExpressCard_slot&amp;diff=51010"/>
		<updated>2011-03-09T20:26:34Z</updated>

		<summary type="html">&lt;p&gt;Yak: added X220&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin: 0; margin-right:10px; border: 1px solid #dfdfdf; padding: 0em 1em 1em 1em; background-color:#F8F8FF; align:right;&amp;quot;&amp;gt;&lt;br /&gt;
The ExpressCard slot is a [[PC Card]] slot, that is &amp;lt;b&amp;gt;not&amp;lt;/b&amp;gt; backwards compatible with the 32-bit [[CardBus]] or 16-bit [[PCMCIA]] standard. On some models, this slot can be determined by an &amp;quot;X&amp;quot; on the blue eject button, differentiated from the concave &amp;quot;O&amp;quot; on the PC Card eject button.&lt;br /&gt;
&lt;br /&gt;
There are 2 physical formfactors, ExpressCard/54 and ExpressCard/34. The numbers refer to the width of the ExpressCard in milimeters.&amp;lt;br&amp;gt;&lt;br /&gt;
Electronically ExpressCards can be implemented as either PCI-Express or USB.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
ExpressCard/54 slots can accept ExpressCard/34 cards, but not the other way around.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
__NOTOC__&lt;br /&gt;
[[Image:T43_expresscard_1.jpg|ExpressCard/54 Slot at the top; Cardbus slot at the bottom|thumb]]&lt;br /&gt;
* [[Wikipedia:PC card|Wikipedia article on PC card (PCMCIA, CardBus)]]&lt;br /&gt;
* [[Wikipedia:ExpressCard|Wikipedia article on ExpressCard]]&lt;br /&gt;
* [http://www.expresscard-info.com ExpressCard resources and news]&lt;br /&gt;
&lt;br /&gt;
=== Linux support ===&lt;br /&gt;
ExpressCard adapters are handled either by the Linux PCI subsystem as hotplug PCI-Express adapters, or by the USB subsystem (depending on the adapter card).&lt;br /&gt;
&lt;br /&gt;
02-01-2009&lt;br /&gt;
The SanDisk ExpressCard Adapter Model SDAD0-109 P/N 20-90-03107 (has hopping white rabbit logo against a purple label)  is detected as a USB CD-ROM drive in BIOS and can boot every USB supported LIVE CD we've ever tested or as virtual CD for SLAX derivatives. Windows kernels will detect the adapter as removable USB drive. This adapter is compatible with SD, SDHC, Multimedia, MMCPlus, MemoryStickDuo, MemoryStickDuoPro, MemoryStickDuoPro-Hg-Duo. It also works error free with mini-SD cards and their adapters.&lt;br /&gt;
&lt;br /&gt;
=== Models featuring this Technology ===&lt;br /&gt;
'''ExpressCard/54'''&lt;br /&gt;
* {{R51e}}, {{R52}}, {{R60}}, {{R61}}, {{R61i}}, {{R500}}&lt;br /&gt;
* {{SL300}}, {{SL400}}, {{SL400c}}, {{SL500}}, {{SL500c}}&lt;br /&gt;
* {{T43}}, {{T43p}}, {{T60}}, {{T60p}}, {{T61}}, {{T61p}}, {{T400}}, {{T500}}&lt;br /&gt;
* {{Z60m}}, {{Z61m}}&lt;br /&gt;
* {{W500}}, {{W700}}, {{W700ds}}, {{W701}}, {{W701ds}}&lt;br /&gt;
* {{X200}}, {{X200s}}, {{X200 Tablet}}, {{X201}}, {{X201i}}, {{X201s}}, {{X201 Tablet}}, {{X220}}&lt;br /&gt;
'''ExpressCard/34'''&lt;br /&gt;
* {{Edge 14&amp;quot;}}, {{Edge 15&amp;quot;}}&lt;br /&gt;
* {{L412}}, {{L512}}&lt;br /&gt;
* {{SL410}}, {{SL510}}&lt;br /&gt;
* {{T400s}}, {{T410}}, {{T410i}}, {{T410s}}, {{T410si}}, {{T510}}, {{T510i}}&lt;br /&gt;
* {{W510}}, {{W700}}, {{W700ds}}, {{W701}}, {{W701ds}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Components]]&lt;/div&gt;</summary>
		<author><name>Yak</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Template:X220&amp;diff=51009</id>
		<title>Template:X220</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Template:X220&amp;diff=51009"/>
		<updated>2011-03-09T20:25:42Z</updated>

		<summary type="html">&lt;p&gt;Yak: â†Created page with 'X220Category:X220'&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[:Category:X220|X220]][[Category:X220]]&lt;/div&gt;</summary>
		<author><name>Yak</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Intel_HD_Graphics&amp;diff=51008</id>
		<title>Intel HD Graphics</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Intel_HD_Graphics&amp;diff=51008"/>
		<updated>2011-03-09T20:22:26Z</updated>

		<summary type="html">&lt;p&gt;Yak: added X220&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|style=&amp;quot;vertical-align:top&amp;quot; |&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin: 0; margin-right:10px; border: 1px solid #dfdfdf; padding: 0em 1em 1em 1em; background-color:#F8F8FF; align:right;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The '''Intel HD Graphics''' (sometimes also called GMA HD) is the Graphics Memory Accelerator (GMA) integrated in the [[Intel Core i3]], [[Intel Core i5]] and selected [[Intel Core i7]] processors.&lt;br /&gt;
== Features ==&lt;br /&gt;
* Chipset:  Arrandale (GMCH Ironlake)&lt;br /&gt;
* PCI ID: 8086:0046&lt;br /&gt;
* PCI-E&lt;br /&gt;
{{NOTE|While almost all new ThinkPads have integrated '''Intel HD Graphics''', on those ThinkPads with a ''Descrete'' NVIDIA GPU, the Intel GPU is disabled and cannot be enabled. There is no support for ''Switchable Graphics''.}}&lt;br /&gt;
{{NOTE|Contrary to the statement above, you can select the GPU in the BIOS of recent models with Nvidia Optimus, e.g. the T510 4384GEG. Windows seems to be able to switch between the GPUs, too. }}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
|style=&amp;quot;vertical-align:top&amp;quot; |&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Linux support ==&lt;br /&gt;
A very recent Linux distribution with kernel 2.6.33 and Intel Xorg driver 2.11 or newer is recommended.&lt;br /&gt;
&lt;br /&gt;
Note that XVideo (Xv) playback at certain frame sizes does not work properly unless you have at least version 2.12 of the Intel Xorg driver.&lt;br /&gt;
&lt;br /&gt;
== Models featuring this Technology  ==&lt;br /&gt;
* ThinkPad {{Edge 11&amp;quot;}}, {{Edge 14&amp;quot;}}, {{Edge 15&amp;quot;}}&lt;br /&gt;
* ThinkPad {{L412}}, {{L512}}&lt;br /&gt;
* ThinkPad {{T410}}, {{T410i}}, {{T410s}}, {{T410si}}, {{T510}}, {{T510i}}&lt;br /&gt;
* ThinkPad {{X201}}, {{X201i}}, {{X201s}}, {{X201 Tablet}}, {{X220}}&lt;br /&gt;
&lt;br /&gt;
== Resources ==&lt;br /&gt;
* http://software.intel.com/en-us/articles/quick-reference-guide-to-intel-integrated-graphics/&lt;br /&gt;
* http://intellinuxgraphics.org/&lt;/div&gt;</summary>
		<author><name>Yak</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Category:X220&amp;diff=51007</id>
		<title>Category:X220</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Category:X220&amp;diff=51007"/>
		<updated>2011-03-09T20:21:02Z</updated>

		<summary type="html">&lt;p&gt;Yak: /* Standard Features */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{WARN|X200 hasn't been released yet at this time. Information on this page is incomplete. Please extend it if you have additional information.}}&lt;br /&gt;
&lt;br /&gt;
__NOTOC__&lt;br /&gt;
&lt;br /&gt;
{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|style=&amp;quot;vertical-align:top&amp;quot; |&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin: 0; margin-right:10px; border: 1px solid #dfdfdf; padding: 0em 1em 1em 1em; background-color:#F8F8FF; align:right;&amp;quot;&amp;gt;&lt;br /&gt;
=== ThinkPad X220 ===&lt;br /&gt;
This page gives an overview of all ThinkPad X220 related topics.&lt;br /&gt;
&lt;br /&gt;
==== Machine Type ====&lt;br /&gt;
&lt;br /&gt;
==== Standard Features ====&lt;br /&gt;
*One of the following [[Intel Core i5]] or [[Intel Core i7]] processors:&lt;br /&gt;
** Intel® Core™ i3-2310M (2.1GHz, 3MB L3 cache)&lt;br /&gt;
** Intel® Core™ i5-2410M (2.3GHz, 3MB L3 cache)&lt;br /&gt;
** Intel® Core™ i5-2520M (2.5GHz, 3MB cache)&lt;br /&gt;
** Intel® Core™ i5-2540M (2.5GHz, 3MB L3 cache)&lt;br /&gt;
** Intel® Core™ i7-2620M (2.7GHz, 4MB L3 cache)&lt;br /&gt;
* [[Intel HD Graphics]]&lt;br /&gt;
* One of the following [[TFT display|TFT displays]]:&lt;br /&gt;
** 12.5&amp;quot; TFT display with 1366x768 resolution with LED backlight&lt;br /&gt;
** 12.5&amp;quot; extra bright IPS TFT display with 1366x768 resolution with LED backlight&lt;br /&gt;
* up to 8GB [[PC3-10600]] memory&lt;br /&gt;
* One of the following hard drives (the bay is 2.5&amp;quot; but probably max. 7mm high):&lt;br /&gt;
** 4GB SSD SATA&lt;br /&gt;
** Intel 80GB Micro SSD SATA&lt;br /&gt;
** 128GB SSD SATA&lt;br /&gt;
** Intel 160GB SSD SATA&lt;br /&gt;
** 160GB 7200RPM SATA&lt;br /&gt;
** 250GB 5400RPM SATA&lt;br /&gt;
** 250GB 7200RPM SATA (with limited OPAL FDE technology)&lt;br /&gt;
** 320GB 5400RPM SATA&lt;br /&gt;
* SD card reader&lt;br /&gt;
* [[MiniPCI Express slot]] 1 with one of the following:&lt;br /&gt;
** [[Intel Centrino Ultimate-N 6300]]&lt;br /&gt;
** [[Intel Centrino Advanced-N 6205]]&lt;br /&gt;
* [[MiniPCI Express slot]] 2 with one of the following:&lt;br /&gt;
** [[Qualcomm Gobi 3000]] WWAN&lt;br /&gt;
* [[ExpressCard slot|ExpressCard/54 slot]]&lt;br /&gt;
* 720p HD [[Integrated camera]]&lt;br /&gt;
* [[Integrated Fingerprint Reader]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
|style=&amp;quot;vertical-align:top&amp;quot; |&lt;br /&gt;
[[Image:ThinkPadX220.png|ThinkPad X220|300px]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Resources ====&lt;br /&gt;
* [http://shop.lenovo.com/ISS_Static/ww/wci/us/ww/pdf/x220_datasheet.pdf Datasheet]&lt;br /&gt;
&lt;br /&gt;
[[Category:X Series]]&lt;/div&gt;</summary>
		<author><name>Yak</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Category:X220&amp;diff=51006</id>
		<title>Category:X220</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Category:X220&amp;diff=51006"/>
		<updated>2011-03-09T20:11:11Z</updated>

		<summary type="html">&lt;p&gt;Yak: New picture&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{WARN|X200 hasn't been released yet at this time. Information on this page is incomplete. Please extend it if you have additional information.}}&lt;br /&gt;
&lt;br /&gt;
__NOTOC__&lt;br /&gt;
&lt;br /&gt;
{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|style=&amp;quot;vertical-align:top&amp;quot; |&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin: 0; margin-right:10px; border: 1px solid #dfdfdf; padding: 0em 1em 1em 1em; background-color:#F8F8FF; align:right;&amp;quot;&amp;gt;&lt;br /&gt;
=== ThinkPad X220 ===&lt;br /&gt;
This page gives an overview of all ThinkPad X220 related topics.&lt;br /&gt;
&lt;br /&gt;
==== Machine Type ====&lt;br /&gt;
&lt;br /&gt;
==== Standard Features ====&lt;br /&gt;
*One of the following [[Intel Core i5]] or [[Intel Core i7]] processors:&lt;br /&gt;
** Intel® Core™ i3-2310M (2.1GHz, 3MB L3 cache)&lt;br /&gt;
** Intel® Core™ i5-2410M (2.3GHz, 3MB L3 cache)&lt;br /&gt;
** Intel® Core™ i5-2520M (2.5GHz, 3MB cache)&lt;br /&gt;
** Intel® Core™ i5-2540M (2.5GHz, 3MB L3 cache)&lt;br /&gt;
** Intel® Core™ i7-2620M (2.7GHz, 4MB L3 cache)&lt;br /&gt;
* [[Intel HD Graphics]]&lt;br /&gt;
* One of the following [[TFT display|TFT displays]]:&lt;br /&gt;
** 12.5&amp;quot; TFT display with 1366x768 resolution with LED backlight&lt;br /&gt;
** 12.5&amp;quot; extra bright IPS TFT display with 1366x768 resolution with LED backlight&lt;br /&gt;
* up to 8GB [[PC3-10600]] memory&lt;br /&gt;
* One of the following hard drives:&lt;br /&gt;
** 4GB SSD SATA&lt;br /&gt;
** Intel 80GB Micro SSD SATA&lt;br /&gt;
** 128GB SSD SATA&lt;br /&gt;
** Intel 160GB SSD SATA&lt;br /&gt;
** 160GB 7200RPM SATA&lt;br /&gt;
** 250GB 5400RPM SATA&lt;br /&gt;
** 250GB 7200RPM SATA (with limited OPAL FDE technology)&lt;br /&gt;
** 320GB 5400RPM SATA&lt;br /&gt;
* SD card reader&lt;br /&gt;
* [[MiniPCI Express slot]] 1 with one of the following:&lt;br /&gt;
** [[Intel Centrino Ultimate-N 6300]]&lt;br /&gt;
** [[Intel Centrino Advanced-N 6205]]&lt;br /&gt;
* [[MiniPCI Express slot]] 2 with one of the following:&lt;br /&gt;
** [[Qualcomm Gobi 3000]] WWAN&lt;br /&gt;
* [[ExpressCard slot|ExpressCard/54 slot]]&lt;br /&gt;
* 720p HD [[Integrated camera]]&lt;br /&gt;
* [[Integrated Fingerprint Reader]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
|style=&amp;quot;vertical-align:top&amp;quot; |&lt;br /&gt;
[[Image:ThinkPadX220.png|ThinkPad X220|300px]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Resources ====&lt;br /&gt;
* [http://shop.lenovo.com/ISS_Static/ww/wci/us/ww/pdf/x220_datasheet.pdf Datasheet]&lt;br /&gt;
&lt;br /&gt;
[[Category:X Series]]&lt;/div&gt;</summary>
		<author><name>Yak</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=File:ThinkPadX220.png&amp;diff=51005</id>
		<title>File:ThinkPadX220.png</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=File:ThinkPadX220.png&amp;diff=51005"/>
		<updated>2011-03-09T20:10:34Z</updated>

		<summary type="html">&lt;p&gt;Yak: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Yak</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Category:X220&amp;diff=50827</id>
		<title>Category:X220</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Category:X220&amp;diff=50827"/>
		<updated>2011-03-05T08:36:01Z</updated>

		<summary type="html">&lt;p&gt;Yak: Added X220 page.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{WARN|X200 hasn't been released yet at this time. Information on this page is incomplete. Please extend it if you have additional information.}}&lt;br /&gt;
&lt;br /&gt;
__NOTOC__&lt;br /&gt;
&lt;br /&gt;
{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|style=&amp;quot;vertical-align:top&amp;quot; |&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin: 0; margin-right:10px; border: 1px solid #dfdfdf; padding: 0em 1em 1em 1em; background-color:#F8F8FF; align:right;&amp;quot;&amp;gt;&lt;br /&gt;
=== ThinkPad X220 ===&lt;br /&gt;
This page gives an overview of all ThinkPad X220 related topics.&lt;br /&gt;
&lt;br /&gt;
==== Machine Type ====&lt;br /&gt;
&lt;br /&gt;
==== Standard Features ====&lt;br /&gt;
*One of the following [[Intel Core i5]] or [[Intel Core i7]] processors:&lt;br /&gt;
** Intel® Core™ i3-2310M (2.1GHz, 3MB L3 cache)&lt;br /&gt;
** Intel® Core™ i5-2410M (2.3GHz, 3MB L3 cache)&lt;br /&gt;
** Intel® Core™ i5-2520M (2.5GHz, 3MB cache)&lt;br /&gt;
** Intel® Core™ i5-2540M (2.5GHz, 3MB L3 cache)&lt;br /&gt;
** Intel® Core™ i7-2620M (2.7GHz, 4MB L3 cache)&lt;br /&gt;
* [[Intel HD Graphics]]&lt;br /&gt;
* One of the following [[TFT display|TFT displays]]:&lt;br /&gt;
** 12.5&amp;quot; TFT display with 1366x768 resolution with LED backlight&lt;br /&gt;
** 12.5&amp;quot; extra bright IPS TFT display with 1366x768 resolution with LED backlight&lt;br /&gt;
* up to 8GB [[PC3-10600]] memory&lt;br /&gt;
* One of the following hard drives:&lt;br /&gt;
** 4GB SSD SATA&lt;br /&gt;
** Intel 80GB Micro SSD SATA&lt;br /&gt;
** 128GB SSD SATA&lt;br /&gt;
** Intel 160GB SSD SATA&lt;br /&gt;
** 160GB 7200RPM SATA&lt;br /&gt;
** 250GB 5400RPM SATA&lt;br /&gt;
** 250GB 7200RPM SATA (with limited OPAL FDE technology)&lt;br /&gt;
** 320GB 5400RPM SATA&lt;br /&gt;
* SD card reader&lt;br /&gt;
* [[MiniPCI Express slot]] 1 with one of the following:&lt;br /&gt;
** [[Intel Centrino Ultimate-N 6300]]&lt;br /&gt;
** [[Intel Centrino Advanced-N 6205]]&lt;br /&gt;
* [[MiniPCI Express slot]] 2 with one of the following:&lt;br /&gt;
** [[Qualcomm Gobi 3000]] WWAN&lt;br /&gt;
* [[ExpressCard slot|ExpressCard/54 slot]]&lt;br /&gt;
* 720p HD [[Integrated camera]]&lt;br /&gt;
* [[Integrated Fingerprint Reader]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
|style=&amp;quot;vertical-align:top&amp;quot; |&lt;br /&gt;
[[Image:ThinkPadX220.jpg|ThinkPad X220|300px]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Resources ====&lt;br /&gt;
* [http://shop.lenovo.com/ISS_Static/ww/wci/us/ww/pdf/x220_datasheet.pdf Datasheet]&lt;br /&gt;
&lt;br /&gt;
[[Category:X Series]]&lt;/div&gt;</summary>
		<author><name>Yak</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=File:ThinkPadX220.jpg&amp;diff=50826</id>
		<title>File:ThinkPadX220.jpg</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=File:ThinkPadX220.jpg&amp;diff=50826"/>
		<updated>2011-03-05T08:02:41Z</updated>

		<summary type="html">&lt;p&gt;Yak: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Yak</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=User:Yak&amp;diff=49348</id>
		<title>User:Yak</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=User:Yak&amp;diff=49348"/>
		<updated>2010-08-11T20:52:53Z</updated>

		<summary type="html">&lt;p&gt;Yak: /* Profile */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Profile ==&lt;br /&gt;
Website: [http://arkadiusz.wahlig.eu Arkadiusz Wahlig]&lt;br /&gt;
&lt;br /&gt;
== Owned ThinkPad ==&lt;br /&gt;
* '''IBM ThinkPad [[X200]] (7459-1P0)'''&lt;br /&gt;
&lt;br /&gt;
== ThinkPad development ==&lt;br /&gt;
* [[Automatically reduce brightness#Windows|Windows script to automatically reduce brightness of the LCD]]&lt;br /&gt;
* [[Python script for Windows to control ThinkPad features]]&lt;/div&gt;</summary>
		<author><name>Yak</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=User:Yak&amp;diff=49347</id>
		<title>User:Yak</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=User:Yak&amp;diff=49347"/>
		<updated>2010-08-11T20:52:32Z</updated>

		<summary type="html">&lt;p&gt;Yak: /* Owned ThinkPad */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Profile ==&lt;br /&gt;
Blog: [http://arkadiusz-wahlig.blogspot.com Arkadiusz Wahlig]&lt;br /&gt;
&lt;br /&gt;
== Owned ThinkPad ==&lt;br /&gt;
* '''IBM ThinkPad [[X200]] (7459-1P0)'''&lt;br /&gt;
&lt;br /&gt;
== ThinkPad development ==&lt;br /&gt;
* [[Automatically reduce brightness#Windows|Windows script to automatically reduce brightness of the LCD]]&lt;br /&gt;
* [[Python script for Windows to control ThinkPad features]]&lt;/div&gt;</summary>
		<author><name>Yak</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=ThinkPad_X200_UltraBase&amp;diff=48757</id>
		<title>ThinkPad X200 UltraBase</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=ThinkPad_X200_UltraBase&amp;diff=48757"/>
		<updated>2010-06-10T19:08:29Z</updated>

		<summary type="html">&lt;p&gt;Yak: /* Features */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;2&amp;quot; border=&amp;quot;0&amp;quot;&lt;br /&gt;
| style=&amp;quot;vertical-align:top;&amp;quot; | __TOC__&lt;br /&gt;
&lt;br /&gt;
[[File:UltraBaseX200.jpg|200px|center]]&lt;br /&gt;
| style=&amp;quot;vertical-align:top;&amp;quot; | &amp;lt;div style=&amp;quot;margin: 0; margin-right:10px; border: 1px solid #dfdfdf; padding: 0em 1em 1em 1em; background-color:#F8F8FF; align:right;&amp;quot;&amp;gt;&lt;br /&gt;
== Lenovo X200 UltraBase ==&lt;br /&gt;
Here is some basic info about X200 UltraBase: portable dock for the X200-series ThinkPads, providing extra ports (notably DisplayPort), [[Ultrabay|Ultrabay Slim]] slot and an additional battery slot.&lt;br /&gt;
&lt;br /&gt;
=== Features ===&lt;br /&gt;
* Passthrough ports:&lt;br /&gt;
** Gigabit Ethernet (RJ45)&lt;br /&gt;
** [[VGA Port|VGA]] (supporting up to 2048x1536 according to Lenovo, tested up to 2048x1152)&lt;br /&gt;
** Microphone&lt;br /&gt;
** Headphone&lt;br /&gt;
** AC&lt;br /&gt;
* Additional ports:&lt;br /&gt;
** 4 USB ports (1 on the right side, 3 on the back)&lt;br /&gt;
** [[DisplayPort]] (supporting up to 2560x1600 according to Lenovo, tested up to 1920x1200, [http://forum.thinkpads.com/viewtopic.php?p=517582#p517582 reported] up to 2560x1600)&lt;br /&gt;
* Battery charging connector&lt;br /&gt;
* [[Ultrabay|Serial Ultrabay Slim]] with one of the following:&lt;br /&gt;
** None (empty)&lt;br /&gt;
**[[Serial Ultrabay Slim DVD-ROM Drive]]&lt;br /&gt;
**[[Serial Ultrabay Slim CD-RW/DVD combo Drive]]&lt;br /&gt;
**[[Serial Ultrabay Slim DVD Burner]]&lt;br /&gt;
**[[Serial Ultrabay Slim Blu-ray Burner]]&lt;br /&gt;
* Kensington security hole&lt;br /&gt;
* key lock to lock laptop to a docking station&lt;br /&gt;
&lt;br /&gt;
===Pros &amp;amp; Cons===&lt;br /&gt;
Positives:&lt;br /&gt;
* eases up portability of laptop&lt;br /&gt;
* provides digital video output&lt;br /&gt;
* provides option for optical drive&lt;br /&gt;
* allows effective use of second battery&lt;br /&gt;
* allows to connect 2 external monitors (one via DisplayPort, second via VGA)&lt;br /&gt;
Negatives:&lt;br /&gt;
* reduces cooling capabilities a bit (mainly HDD)&lt;br /&gt;
* introduces some noise to VGA signal. This is something you should pat attention at when purchasing: we've got many of these ultrabases at my company and some of them introduce only a bit of it while others much more.&lt;br /&gt;
&lt;br /&gt;
===DisplayPort support in Linux===&lt;br /&gt;
&lt;br /&gt;
Kernel support for DisplayPort in intel graphic chips using KMS (Kernel Mode Setting) was added by Keith Packard in version 2.6.31. On the userspace side driver version 2.7 or newer is required to use KMS. In order to activate it you need to pass {{bootparm|modeset|1}} parameter to i915 driver either at boot time or in your initramfs.&lt;br /&gt;
&lt;br /&gt;
{{NOTE|When passing module parameter at boot time you need to precede it's name by module name followed by a dot so in this case you would need to add {{bootparm|i915.modeset|1}} to your boot command line.}}&lt;br /&gt;
&lt;br /&gt;
{{HINT|To pass module parameter in initramfs simply add it to your modprobe configuration and update your initramfs with &amp;lt;code&amp;gt;update-initramfs&amp;lt;/code&amp;gt; command.}}&lt;br /&gt;
===Supported with the following ThinkPads===&lt;br /&gt;
* {{X200}}, {{X200s}}, {{X200_Tablet}}&lt;br /&gt;
* {{X201}}, {{X201i}}, {{X201s}}, {{X201 Tablet}}&lt;/div&gt;</summary>
		<author><name>Yak</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=ThinkPad_X200_UltraBase&amp;diff=48756</id>
		<title>ThinkPad X200 UltraBase</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=ThinkPad_X200_UltraBase&amp;diff=48756"/>
		<updated>2010-06-10T19:04:38Z</updated>

		<summary type="html">&lt;p&gt;Yak: Increased max tested VGA resolution&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;2&amp;quot; border=&amp;quot;0&amp;quot;&lt;br /&gt;
| style=&amp;quot;vertical-align:top;&amp;quot; | __TOC__&lt;br /&gt;
&lt;br /&gt;
[[File:UltraBaseX200.jpg|200px|center]]&lt;br /&gt;
| style=&amp;quot;vertical-align:top;&amp;quot; | &amp;lt;div style=&amp;quot;margin: 0; margin-right:10px; border: 1px solid #dfdfdf; padding: 0em 1em 1em 1em; background-color:#F8F8FF; align:right;&amp;quot;&amp;gt;&lt;br /&gt;
== Lenovo X200 UltraBase ==&lt;br /&gt;
Here is some basic info about X200 UltraBase: portable dock for the X200-series ThinkPads, providing extra ports (notably DisplayPort), [[Ultrabay|Ultrabay Slim]] slot and an additional battery slot.&lt;br /&gt;
&lt;br /&gt;
=== Features ===&lt;br /&gt;
* Passthrough ports:&lt;br /&gt;
** Gigabit Ethernet (RJ45)&lt;br /&gt;
** [[VGA Port|VGA]] (supporting up to 2048x1536 according to Lenovo, tested up to 2048x1152)&lt;br /&gt;
** Microphone&lt;br /&gt;
** Headphone&lt;br /&gt;
** AC&lt;br /&gt;
* Additional ports:&lt;br /&gt;
** 4 USB ports (1 on the right side, 3 on the back)&lt;br /&gt;
** [[DisplayPort]] (supporting up to 2560x1600 according to Lenovo, tested up to 1920x1200)&lt;br /&gt;
* Battery charging connector&lt;br /&gt;
* [[Ultrabay|Serial Ultrabay Slim]] with one of the following:&lt;br /&gt;
** None (empty)&lt;br /&gt;
**[[Serial Ultrabay Slim DVD-ROM Drive]]&lt;br /&gt;
**[[Serial Ultrabay Slim CD-RW/DVD combo Drive]]&lt;br /&gt;
**[[Serial Ultrabay Slim DVD Burner]]&lt;br /&gt;
**[[Serial Ultrabay Slim Blu-ray Burner]]&lt;br /&gt;
* Kensington security hole&lt;br /&gt;
* key lock to lock laptop to a docking station&lt;br /&gt;
&lt;br /&gt;
===Pros &amp;amp; Cons===&lt;br /&gt;
Positives:&lt;br /&gt;
* eases up portability of laptop&lt;br /&gt;
* provides digital video output&lt;br /&gt;
* provides option for optical drive&lt;br /&gt;
* allows effective use of second battery&lt;br /&gt;
* allows to connect 2 external monitors (one via DisplayPort, second via VGA)&lt;br /&gt;
Negatives:&lt;br /&gt;
* reduces cooling capabilities a bit (mainly HDD)&lt;br /&gt;
* introduces some noise to VGA signal. This is something you should pat attention at when purchasing: we've got many of these ultrabases at my company and some of them introduce only a bit of it while others much more.&lt;br /&gt;
&lt;br /&gt;
===DisplayPort support in Linux===&lt;br /&gt;
&lt;br /&gt;
Kernel support for DisplayPort in intel graphic chips using KMS (Kernel Mode Setting) was added by Keith Packard in version 2.6.31. On the userspace side driver version 2.7 or newer is required to use KMS. In order to activate it you need to pass {{bootparm|modeset|1}} parameter to i915 driver either at boot time or in your initramfs.&lt;br /&gt;
&lt;br /&gt;
{{NOTE|When passing module parameter at boot time you need to precede it's name by module name followed by a dot so in this case you would need to add {{bootparm|i915.modeset|1}} to your boot command line.}}&lt;br /&gt;
&lt;br /&gt;
{{HINT|To pass module parameter in initramfs simply add it to your modprobe configuration and update your initramfs with &amp;lt;code&amp;gt;update-initramfs&amp;lt;/code&amp;gt; command.}}&lt;br /&gt;
===Supported with the following ThinkPads===&lt;br /&gt;
* {{X200}}, {{X200s}}, {{X200_Tablet}}&lt;br /&gt;
* {{X201}}, {{X201i}}, {{X201s}}, {{X201 Tablet}}&lt;/div&gt;</summary>
		<author><name>Yak</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Ultrabay&amp;diff=48662</id>
		<title>Ultrabay</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Ultrabay&amp;diff=48662"/>
		<updated>2010-05-27T13:08:06Z</updated>

		<summary type="html">&lt;p&gt;Yak: /* Characteristics */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|style=&amp;quot;vertical-align:top;padding-right:20px;width:10px;&amp;quot; | [[Image:UltraBay.jpg|UltraBay drives]] __NOTOC__&lt;br /&gt;
|style=&amp;quot;vertical-align:top&amp;quot; |&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin: 0; margin-right:10px; border: 1px solid #dfdfdf; padding: 0em 1em 1em 1em; background-color:#F8F8FF; align:right;&amp;quot;&amp;gt;&lt;br /&gt;
=== IBM/Lenovo Ultrabay ===&lt;br /&gt;
Ultrabay is IBM's, now Lenovo's, name for the swappable drive slot. With IBM's words: &amp;lt;blockquote&amp;gt;&amp;quot;The ThinkPad UltraBay,{{footnote|1}} also standard with the system, is an intelligent bay that switches its pinout signals to allow the installation of standard and optional features in what would normally be just the FDD bay.&amp;quot;&amp;lt;/blockquote&amp;gt; Introduced back in the times of the 750 ThinkPads, this technology has gone through redesigns with almost every new generation of ThinkPad models, possibly leading to some confusion that is hopefully cleared up here. The following table gives an overview of the different Ultrabay types, in which models they occurred and what drives are available for them.&lt;br /&gt;
Note that the optical drive bay in G series ThinkPads is not an Ultrabay in that the drives are fixed and not removable.&lt;br /&gt;
&lt;br /&gt;
On the media side different Ultrabays relate to the form factor of the drives they accept, e.g early A, T and X series models can accept Ultrabay devices up to 12.5mm in thickness, whereas current T and X series machines are limited to devices no more than 9.5mm thick.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
|+Overview over Ultrabay types and available devices&lt;br /&gt;
! width=140px|Ultrabay Type !! featured in !! available drives (see [[Ultrabay Devices]] for details)&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| [[Image:Icon20_ultrabay.png]] UltraBay || {{355}}, {{355C}}, {{355Cs}}, {{360}}, {{360C}}, {{360Cs}}, {{360P}}, {{360CE}}, {{360CSE}}, {{360PE}}, {{370C}}, {{750}}, {{750C}}, {{750Cs}}, {{750P}}, {{755C}}, {{755CE}}, {{755Cs}}, {{755CSE}}, {{755CV}}, {{755CX}}, {{760C}}, {{760L}}, {{760E}} || [[Image:Icon20_floppy.png|Floppy Drive]] [[Image:Icon20_hdd.png|Harddisk Drive Adapter]] [[Image:Icon20_battery.png|Battery]], 2.88 MB diskette, PCMCIA Cartridge, IBM Wireless Modem ARDIS, IBM Wireless Modem&lt;br /&gt;
|-&lt;br /&gt;
| [[Image:Icon20_ultrabay.png]] UltraBay Thick|| {{755CD}}, {{755CDV}}, {{760CD}}, {{760E}}, {{760ED}}, {{760EL}}, {{760ELD}}, {{760LD}}, {{760XD}}, {{760XL}}, {{765D}}, {{765L}}, [[SelectaDock I]], [[SelectaDock II]] || [[Image:Icon20_floppy.png|Floppy Drive]] [[Image:Icon20_cdrom.png|CD-ROM Drive]] [[Image:Icon20_hdd.png|Harddisk Drive Adapter]] [[Image:Icon20_battery.png|Battery]], 2.88 MB diskette, PCMCIA Cartridge, IBM Wireless Modem ARDIS, IBM Wireless Modem&lt;br /&gt;
|-&lt;br /&gt;
| [[Image:Icon20_ultrabayii.png]] UltraBay II || {{770}}, {{770E}}, {{770ED}}, {{770X}}, {{770Z}}, [[SelectaDock III]] || [[Image:Icon20_floppy.png|Floppy Drive]] [[Image:Icon20_zip100.png|100MB Zip Drive]] [[Image:Icon20_zip250.png|250MB Zip Drive]] [[Image:Icon20_cdrom.png|CD-ROM Drive]] [[Image:Icon20_dvd.png|DVD-ROM Drive]] [[Image:Icon20_hdd.png|Harddisk Drive Adapter]] [[Image:Icon20_battery.png|Battery]]&lt;br /&gt;
|-&lt;br /&gt;
| [[Image:Icon20_ultrabayfx.png]] UltraBay FX|| {{390}}, {{390E}}, {{390X}}, {{i1720}}, {{i1721}} || [[Image:Icon20_floppy.png|Floppy Drive]] [[Image:Icon20_cdrom.png|CD-ROM Drive]] [[Image:Icon20_dvd.png|DVD-ROM Drive]] [[Image:Icon20_hdd.png|Harddisk Drive Adapter]] [[Image:Icon20_battery.png|Battery]]&lt;br /&gt;
|-&lt;br /&gt;
| [[Image:Icon20_ultraslimbay.png]] UltraslimBay || {{600}}, {{600E}}, {{600X}}, [[UltraBase]], [[Portable Drive Bay]]|| [[Image:Icon20_floppy.png|Floppy Drive]] [[Image:Icon20_ls120.png|SuperDisk LS-120 Drive]] [[Image:Icon20_zip100.png|100MB Zip Drive]] [[Image:Icon20_cdrom.png|CD-ROM Drive]] [[Image:Icon20_dvd.png|DVD-ROM Drive]] [[Image:Icon20_hdd.png|Harddisk Drive Adapter]] [[Image:Icon20_battery.png|Battery]]&lt;br /&gt;
|-&lt;br /&gt;
| [[Image:Icon20_ultrabay2000.png]] Ultrabay 2000 || {{A20m}}, {{A20p}}, {{A21e}}, {{A21m}}, {{A21p}}, {{A22e}}, {{A22m}}, {{A22p}}, {{A30}}, {{T20}}, {{T21}}, {{T22}}, {{T23}}, [[ThinkPad Dock|Dock]], [[ThinkPad Dock II|Dock II]], [[X2 UltraBase]], [[Portable Drive Bay 2000]]|| [[Image:Icon20_floppy.png|Floppy Drive]] [[Image:Icon20_ls120.png|SuperDisk LS-120 Drive]] [[Image:Icon20_ls240.png|SuperDisk LS-240 Drive]] [[Image:Icon20_zip100.png|100MB Zip Drive]] [[Image:Icon20_zip250.png|250MB Zip Drive]] [[Image:Icon20_cdrom.png|CD-ROM Drive]] [[Image:Icon20_dvd.png|DVD-ROM Drive]] [[Image:Icon20_cdrw.png|CD-RW Drive]] [[Image:Icon20_combo.png|CD-RW/DVD-ROM Combo Drive]] [[Image:Icon20_multiburner.png|DVD Multi-Burner Drive]] [[Image:Icon20_hdd.png|Harddisk Drive Adapter]] [[Image:Icon20_battery.png|Battery]]&lt;br /&gt;
|-&lt;br /&gt;
| [[Image:Icon20_ultrabayplus.png]] Ultrabay Plus || {{A30}}, {{A30p}}, {{A31}}, {{A31p}}, {{R30}}, {{R31}}, {{R32}}, {{R40}}, {{T23}}, {{T30}}, [[X3 UltraBase]] || [[Image:Icon20_floppy.png|Floppy Drive]] [[Image:Icon20_ls120.png|SuperDisk LS-120 Drive]] [[Image:Icon20_ls240.png|SuperDisk LS-240 Drive]] [[Image:Icon20_zip100.png|100MB Zip Drive]] [[Image:Icon20_zip250.png|250MB Zip Drive]] [[Image:Icon20_cdrom.png|CD-ROM Drive]] [[Image:Icon20_dvd.png|DVD-ROM Drive]] [[Image:Icon20_cdrw.png|CD-RW Drive]] [[Image:Icon20_combo.png|CD-RW/DVD-ROM Combo Drive]] [[Image:Icon20_multiburner.png|DVD Multi-Burner Drive]] [[Image:Icon20_hdd.png|Harddisk Drive Adapter]] [[Image:Icon20_battery.png|Battery]], WorkPad Cradle, Numpad&lt;br /&gt;
|-&lt;br /&gt;
| [[Image:Icon20_ultrabayslim.png]] Ultrabay Slim || {{T40}}, {{T40p}}, {{T41}}, {{T41p}}, {{T42}}, {{T42p}}, {{T43}}, {{T43p}}, {{T60}}, {{T60p}}, {{T61}}, {{T61p}}, {{Z60t}}, {{Z61t}}, {{Z61p}}, [[X4 UltraBase]], [[ThinkPad X4 Dock]], [[X6 UltraBase]], [[X6 UltraBase Tablet]] || [[Image:Icon20_dvd.png|DVD-ROM Drive]] [[Image:Icon20_combo.png|CD-RW/DVD-ROM Combo Drive]] [[Image:Icon20_multiburner.png|DVD Multi-Burner Drive]] [[Image:Icon20_hdd.png|Harddisk Drive Adapter]] [[Image:Icon20_battery.png|Battery]], Serial/Parallel Port Adapter (T60/T60p)&lt;br /&gt;
|-&lt;br /&gt;
| [[Image:Icon20_ultrabayenh.png]] Ultrabay Enhanced || {{R50}}, {{R50e}}, {{R50p}}, {{R51}}, {{R52}}, {{R60}}, {{R61}}, {{R61i}}, {{Z60m}}, {{Z61m}}, [[ ThinkPad Advanced Dock]]|| [[Image:Icon20_dvd.png|DVD-ROM Drive]] [[Image:Icon20_combo.png|CD-RW/DVD-ROM Combo Drive]] [[Image:Icon20_multiburner.png|DVD Multi-Burner Drive]] [[Image:Icon20_hdd.png|Harddisk Drive Adapter]] [[Image:Icon20_battery.png|Battery]]&lt;br /&gt;
|-&lt;br /&gt;
| [[Image:Icon20_s_ultrabayslim.png]] Serial Ultrabay Slim || {{T400}}, {{T400s}}, {{T410}}, {{T410i}}, {{T410s}}, {{T410si}}, {{T500}}, {{W500}}, [[X200 UltraBase]]|| [[Image:Icon20_dvd.png|DVD-ROM Drive]] [[Image:Icon20_combo.png|CD-RW/DVD-ROM Combo Drive]] [[Image:Icon20_multiburner.png|DVD Multi-Burner Drive]] [[Image:Icon20_hdd.png|Harddisk Drive Adapter]] [[Image:Icon20_battery.png|Battery]] (Ultrabay Slim battery, see '''Characteristics'''), Blu-ray drive&lt;br /&gt;
|-&lt;br /&gt;
| [[Image:Icon20_s_ultrabayenh.png]] Serial Ultrabay Enhanced || {{R400}}, {{R500}}, {{T510}}, {{W510}}, {{T510i}}, {{W700}}, {{W700ds}}, {{W701}}, {{W701ds}}|| [[Image:Icon20_dvd.png|DVD-ROM Drive]] [[Image:Icon20_combo.png|CD-RW/DVD-ROM Combo Drive]] [[Image:Icon20_multiburner.png|DVD Multi-Burner Drive]] [[Image:Icon20_hdd.png|Harddisk Drive Adapter]] [[Image:Icon20_battery.png|Battery]] (see '''Characteristics'''), Blu-ray drive&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;2&amp;quot;  style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
|+Compatibility Matrix (read columns as slots with rows as devices that are compatible)&lt;br /&gt;
! Slots&amp;lt;hr /&amp;gt;Devices!! [[Image:Icon20_ultrabay.png]]&amp;lt;br /&amp;gt;UltraBay&amp;lt;br /&amp;gt;&amp;amp;nbsp; !! [[Image:Icon20_ultrabay.png]]&amp;lt;br /&amp;gt;UltraBay&amp;lt;br /&amp;gt;Thick !! [[Image:Icon20_ultrabayii.png]]&amp;lt;br /&amp;gt;UltraBay&amp;lt;br /&amp;gt;II !! [[Image:Icon20_ultrabayfx.png]]&amp;lt;br /&amp;gt;UltraBay&amp;lt;br /&amp;gt;FX !! [[Image:Icon20_ultraslimbay.png]]&amp;lt;br /&amp;gt;UltraslimBay&amp;lt;br /&amp;gt;&amp;amp;nbsp; !! [[Image:Icon20_ultrabay2000.png]]&amp;lt;br /&amp;gt;Ultrabay&amp;lt;br /&amp;gt;2000 !! [[Image:Icon20_ultrabayplus.png]]&amp;lt;br /&amp;gt;Ultrabay&amp;lt;br /&amp;gt;Plus !! [[Image:Icon20_ultrabayslim.png]]&amp;lt;br /&amp;gt;Ultrabay&amp;lt;br /&amp;gt;Slim !! [[Image:Icon20_ultrabayenh.png]]&amp;lt;br /&amp;gt;Ultrabay&amp;lt;br /&amp;gt;Enhanced !! [[Image:Icon20_s_ultrabayslim.png]]&amp;lt;br /&amp;gt;Serial&amp;lt;br /&amp;gt;Ultrabay Slim !! [[Image:Icon20_s_ultrabayenh.png]]&amp;lt;br /&amp;gt;Serial Ultrabay&amp;lt;br /&amp;gt;Enhanced&lt;br /&gt;
|-&lt;br /&gt;
|'''UltraBay''' || yes || yes || [[Ultrabay Drive Adapter for Ultrabay II|Adapter]] || - || - || - || - || - || - || - || -&lt;br /&gt;
|-&lt;br /&gt;
|'''UltraBay Thick''' || - || yes || [[Ultrabay Drive Adapter for Ultrabay II|Adapter]] || - || - || - || - || - || - || - || -&lt;br /&gt;
|-&lt;br /&gt;
|'''UltraBay II''' || - || - || yes || - || - || - || - || - || - || - || -&lt;br /&gt;
|-&lt;br /&gt;
|'''UltraBay FX''' || - || - || - || yes || - || - || - || - || - || - || -&lt;br /&gt;
|-&lt;br /&gt;
|'''UltraslimBay''' || - || - || - || - || yes || - || - || - || - || - || -&lt;br /&gt;
|-&lt;br /&gt;
|'''Ultrabay 2000''' || - || - || - || - || - || yes || yes || - || - || - || -&lt;br /&gt;
|-&lt;br /&gt;
|'''Ultrabay Plus''' || - || - || - || - || - || - || yes || - || - || - || -&lt;br /&gt;
|-&lt;br /&gt;
|'''Ultrabay Slim''' || - || - || - || - || - || [[Ultrabay Slim Drive Adapter for Ultrabay 2000|Adapter]] || [[Ultrabay Slim Drive Adapter for Ultrabay 2000|Adapter]] || yes || yes || - || -&lt;br /&gt;
|-&lt;br /&gt;
|'''Ultrabay Enhanced''' || - || - || - || - || - || [[Ultrabay Enhanced Drive Adapter for Ultrabay 2000|Adapter]] || [[Ultrabay Enhanced Drive Adapter for Ultrabay 2000|Adapter]] || - || yes || - || -&lt;br /&gt;
|-&lt;br /&gt;
|'''Serial Ultrabay Slim''' || - || - || - || - || - || - || - || - || - || yes || yes&lt;br /&gt;
|-&lt;br /&gt;
|'''Serial Ultrabay Enhanced''' || - || - || - || - || - || - || - || - || - || - || yes&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
[[Link title]]&lt;br /&gt;
&lt;br /&gt;
===Characteristics===&lt;br /&gt;
*UltraBay: no hot swapping&lt;br /&gt;
*UltraBay Thick: thicker version of UltraBay to support CD-ROM drive&lt;br /&gt;
*UltraBay II: supports hot swapping, blending has cut out edge on the right&lt;br /&gt;
*UltraBay FX: the combined [[floppy]] drive and CD-ROM, DVD or CDRW mechanism found in the {{390}}/{{390E}}/{{390X}}&lt;br /&gt;
*UltraslimBay: supports hot swapping; frame, rectangle like blending&lt;br /&gt;
*Ultrabay 2000: supports hot swapping; frame, blending has cut-out edge on the right&lt;br /&gt;
*Ultrabay Plus: same as Ultrabay 2000, but can take the [[Ultrabay Plus Device Carrier]] which in turn can hold the [[Ultrabay Plus Cradle for the WorkPad C500]] or the [[Ultrabay Plus Numeric Keypad]]&lt;br /&gt;
*Ultrabay Slim: supports hot swapping; thinner (9.5 mm) than the Ultrabay 2000; cut-out right edge in blending&lt;br /&gt;
*Ultrabay Enhanced: supports hot swapping; thicker (12.7 mm) than Ultrabay Slim, but accepts Ultrabay Slim devices&lt;br /&gt;
*Serial Ultrabay Slim: supports hot swapping; same dimensions as the Ultrabay Slim; curved panel; supports Ultrabay Slim battery in select models (not in the ones supporting slice battery attached to the bottom of the laptop, like {{T410}}/{{T510}})&lt;br /&gt;
*Serial Ultrabay Enhanced: supports hot swapping; same dimensions as the Ultrabay Enhanced; see the Serial Ultrabay Slim notes about battery&lt;br /&gt;
&lt;br /&gt;
==Linux support==&lt;br /&gt;
The pinout switching is done by the BIOS and hardware, so that it is completely transparent to the operating system.&lt;br /&gt;
*Floppy drives are supported by the standard floppy driver.&lt;br /&gt;
*ZIP drive support is possible through the &amp;lt;tt&amp;gt;ide-disk&amp;lt;/tt&amp;gt; driver.&lt;br /&gt;
*IDE hard disks and optical drives are supported by the &amp;lt;tt&amp;gt;ata_piix&amp;lt;/tt&amp;gt; or older &amp;lt;tt&amp;gt;ide-disk&amp;lt;/tt&amp;gt; driver in the linux kernel.&lt;br /&gt;
*Batteries are automatically handled by the hardware, but can be controlled further by using [[tp_smapi]].&lt;br /&gt;
*UltraBay Plus devices should be handled by the USB subsystem, but if the actual devices are is not known.&lt;br /&gt;
&lt;br /&gt;
===Unofficially compatible===&lt;br /&gt;
A CDRW/DVD-ROM Superdrive (scavenged from a Mac iBook) will fit in an Ultrabay 2000. The original face won't fit in the bay, leaving a bare metal front. When the drive spins up, it blows a lot of air out. Maybe that's an anti-dust measure?&lt;br /&gt;
&lt;br /&gt;
In general, Ultrabay 2000 CD drives have a standard connector, and can therefore be replaced by most other 12.7 mm drives. You might have to do some cutting of the plastic face plate.&lt;br /&gt;
&lt;br /&gt;
The Ultrabay Slim CD drives however, have a proprietary connector. You can not replace them with any 9.5 mm CD drive.&lt;br /&gt;
&lt;br /&gt;
===Hotswapping===&lt;br /&gt;
See also [[How to hotswap Ultrabay devices]].&lt;br /&gt;
&lt;br /&gt;
==External sources==&lt;br /&gt;
*[http://www-307.ibm.com/pc/support/site.wss/document.do?lndocid=MIGR-50366 IBMs page on using a second hard drive adapter in the Ultrabay 2000 slot under Linux]&lt;br /&gt;
&lt;br /&gt;
{{footnotes|&lt;br /&gt;
#IBM originally used the spelling &amp;quot;UltraBay&amp;quot; with a capital letter bee but later switched to &amp;quot;Ultrabay&amp;quot; with a lower-case bee.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Glossary]]&lt;/div&gt;</summary>
		<author><name>Yak</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Ultrabay&amp;diff=48661</id>
		<title>Ultrabay</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Ultrabay&amp;diff=48661"/>
		<updated>2010-05-27T13:07:15Z</updated>

		<summary type="html">&lt;p&gt;Yak: /* IBM/Lenovo Ultrabay */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|style=&amp;quot;vertical-align:top;padding-right:20px;width:10px;&amp;quot; | [[Image:UltraBay.jpg|UltraBay drives]] __NOTOC__&lt;br /&gt;
|style=&amp;quot;vertical-align:top&amp;quot; |&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin: 0; margin-right:10px; border: 1px solid #dfdfdf; padding: 0em 1em 1em 1em; background-color:#F8F8FF; align:right;&amp;quot;&amp;gt;&lt;br /&gt;
=== IBM/Lenovo Ultrabay ===&lt;br /&gt;
Ultrabay is IBM's, now Lenovo's, name for the swappable drive slot. With IBM's words: &amp;lt;blockquote&amp;gt;&amp;quot;The ThinkPad UltraBay,{{footnote|1}} also standard with the system, is an intelligent bay that switches its pinout signals to allow the installation of standard and optional features in what would normally be just the FDD bay.&amp;quot;&amp;lt;/blockquote&amp;gt; Introduced back in the times of the 750 ThinkPads, this technology has gone through redesigns with almost every new generation of ThinkPad models, possibly leading to some confusion that is hopefully cleared up here. The following table gives an overview of the different Ultrabay types, in which models they occurred and what drives are available for them.&lt;br /&gt;
Note that the optical drive bay in G series ThinkPads is not an Ultrabay in that the drives are fixed and not removable.&lt;br /&gt;
&lt;br /&gt;
On the media side different Ultrabays relate to the form factor of the drives they accept, e.g early A, T and X series models can accept Ultrabay devices up to 12.5mm in thickness, whereas current T and X series machines are limited to devices no more than 9.5mm thick.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
|+Overview over Ultrabay types and available devices&lt;br /&gt;
! width=140px|Ultrabay Type !! featured in !! available drives (see [[Ultrabay Devices]] for details)&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| [[Image:Icon20_ultrabay.png]] UltraBay || {{355}}, {{355C}}, {{355Cs}}, {{360}}, {{360C}}, {{360Cs}}, {{360P}}, {{360CE}}, {{360CSE}}, {{360PE}}, {{370C}}, {{750}}, {{750C}}, {{750Cs}}, {{750P}}, {{755C}}, {{755CE}}, {{755Cs}}, {{755CSE}}, {{755CV}}, {{755CX}}, {{760C}}, {{760L}}, {{760E}} || [[Image:Icon20_floppy.png|Floppy Drive]] [[Image:Icon20_hdd.png|Harddisk Drive Adapter]] [[Image:Icon20_battery.png|Battery]], 2.88 MB diskette, PCMCIA Cartridge, IBM Wireless Modem ARDIS, IBM Wireless Modem&lt;br /&gt;
|-&lt;br /&gt;
| [[Image:Icon20_ultrabay.png]] UltraBay Thick|| {{755CD}}, {{755CDV}}, {{760CD}}, {{760E}}, {{760ED}}, {{760EL}}, {{760ELD}}, {{760LD}}, {{760XD}}, {{760XL}}, {{765D}}, {{765L}}, [[SelectaDock I]], [[SelectaDock II]] || [[Image:Icon20_floppy.png|Floppy Drive]] [[Image:Icon20_cdrom.png|CD-ROM Drive]] [[Image:Icon20_hdd.png|Harddisk Drive Adapter]] [[Image:Icon20_battery.png|Battery]], 2.88 MB diskette, PCMCIA Cartridge, IBM Wireless Modem ARDIS, IBM Wireless Modem&lt;br /&gt;
|-&lt;br /&gt;
| [[Image:Icon20_ultrabayii.png]] UltraBay II || {{770}}, {{770E}}, {{770ED}}, {{770X}}, {{770Z}}, [[SelectaDock III]] || [[Image:Icon20_floppy.png|Floppy Drive]] [[Image:Icon20_zip100.png|100MB Zip Drive]] [[Image:Icon20_zip250.png|250MB Zip Drive]] [[Image:Icon20_cdrom.png|CD-ROM Drive]] [[Image:Icon20_dvd.png|DVD-ROM Drive]] [[Image:Icon20_hdd.png|Harddisk Drive Adapter]] [[Image:Icon20_battery.png|Battery]]&lt;br /&gt;
|-&lt;br /&gt;
| [[Image:Icon20_ultrabayfx.png]] UltraBay FX|| {{390}}, {{390E}}, {{390X}}, {{i1720}}, {{i1721}} || [[Image:Icon20_floppy.png|Floppy Drive]] [[Image:Icon20_cdrom.png|CD-ROM Drive]] [[Image:Icon20_dvd.png|DVD-ROM Drive]] [[Image:Icon20_hdd.png|Harddisk Drive Adapter]] [[Image:Icon20_battery.png|Battery]]&lt;br /&gt;
|-&lt;br /&gt;
| [[Image:Icon20_ultraslimbay.png]] UltraslimBay || {{600}}, {{600E}}, {{600X}}, [[UltraBase]], [[Portable Drive Bay]]|| [[Image:Icon20_floppy.png|Floppy Drive]] [[Image:Icon20_ls120.png|SuperDisk LS-120 Drive]] [[Image:Icon20_zip100.png|100MB Zip Drive]] [[Image:Icon20_cdrom.png|CD-ROM Drive]] [[Image:Icon20_dvd.png|DVD-ROM Drive]] [[Image:Icon20_hdd.png|Harddisk Drive Adapter]] [[Image:Icon20_battery.png|Battery]]&lt;br /&gt;
|-&lt;br /&gt;
| [[Image:Icon20_ultrabay2000.png]] Ultrabay 2000 || {{A20m}}, {{A20p}}, {{A21e}}, {{A21m}}, {{A21p}}, {{A22e}}, {{A22m}}, {{A22p}}, {{A30}}, {{T20}}, {{T21}}, {{T22}}, {{T23}}, [[ThinkPad Dock|Dock]], [[ThinkPad Dock II|Dock II]], [[X2 UltraBase]], [[Portable Drive Bay 2000]]|| [[Image:Icon20_floppy.png|Floppy Drive]] [[Image:Icon20_ls120.png|SuperDisk LS-120 Drive]] [[Image:Icon20_ls240.png|SuperDisk LS-240 Drive]] [[Image:Icon20_zip100.png|100MB Zip Drive]] [[Image:Icon20_zip250.png|250MB Zip Drive]] [[Image:Icon20_cdrom.png|CD-ROM Drive]] [[Image:Icon20_dvd.png|DVD-ROM Drive]] [[Image:Icon20_cdrw.png|CD-RW Drive]] [[Image:Icon20_combo.png|CD-RW/DVD-ROM Combo Drive]] [[Image:Icon20_multiburner.png|DVD Multi-Burner Drive]] [[Image:Icon20_hdd.png|Harddisk Drive Adapter]] [[Image:Icon20_battery.png|Battery]]&lt;br /&gt;
|-&lt;br /&gt;
| [[Image:Icon20_ultrabayplus.png]] Ultrabay Plus || {{A30}}, {{A30p}}, {{A31}}, {{A31p}}, {{R30}}, {{R31}}, {{R32}}, {{R40}}, {{T23}}, {{T30}}, [[X3 UltraBase]] || [[Image:Icon20_floppy.png|Floppy Drive]] [[Image:Icon20_ls120.png|SuperDisk LS-120 Drive]] [[Image:Icon20_ls240.png|SuperDisk LS-240 Drive]] [[Image:Icon20_zip100.png|100MB Zip Drive]] [[Image:Icon20_zip250.png|250MB Zip Drive]] [[Image:Icon20_cdrom.png|CD-ROM Drive]] [[Image:Icon20_dvd.png|DVD-ROM Drive]] [[Image:Icon20_cdrw.png|CD-RW Drive]] [[Image:Icon20_combo.png|CD-RW/DVD-ROM Combo Drive]] [[Image:Icon20_multiburner.png|DVD Multi-Burner Drive]] [[Image:Icon20_hdd.png|Harddisk Drive Adapter]] [[Image:Icon20_battery.png|Battery]], WorkPad Cradle, Numpad&lt;br /&gt;
|-&lt;br /&gt;
| [[Image:Icon20_ultrabayslim.png]] Ultrabay Slim || {{T40}}, {{T40p}}, {{T41}}, {{T41p}}, {{T42}}, {{T42p}}, {{T43}}, {{T43p}}, {{T60}}, {{T60p}}, {{T61}}, {{T61p}}, {{Z60t}}, {{Z61t}}, {{Z61p}}, [[X4 UltraBase]], [[ThinkPad X4 Dock]], [[X6 UltraBase]], [[X6 UltraBase Tablet]] || [[Image:Icon20_dvd.png|DVD-ROM Drive]] [[Image:Icon20_combo.png|CD-RW/DVD-ROM Combo Drive]] [[Image:Icon20_multiburner.png|DVD Multi-Burner Drive]] [[Image:Icon20_hdd.png|Harddisk Drive Adapter]] [[Image:Icon20_battery.png|Battery]], Serial/Parallel Port Adapter (T60/T60p)&lt;br /&gt;
|-&lt;br /&gt;
| [[Image:Icon20_ultrabayenh.png]] Ultrabay Enhanced || {{R50}}, {{R50e}}, {{R50p}}, {{R51}}, {{R52}}, {{R60}}, {{R61}}, {{R61i}}, {{Z60m}}, {{Z61m}}, [[ ThinkPad Advanced Dock]]|| [[Image:Icon20_dvd.png|DVD-ROM Drive]] [[Image:Icon20_combo.png|CD-RW/DVD-ROM Combo Drive]] [[Image:Icon20_multiburner.png|DVD Multi-Burner Drive]] [[Image:Icon20_hdd.png|Harddisk Drive Adapter]] [[Image:Icon20_battery.png|Battery]]&lt;br /&gt;
|-&lt;br /&gt;
| [[Image:Icon20_s_ultrabayslim.png]] Serial Ultrabay Slim || {{T400}}, {{T400s}}, {{T410}}, {{T410i}}, {{T410s}}, {{T410si}}, {{T500}}, {{W500}}, [[X200 UltraBase]]|| [[Image:Icon20_dvd.png|DVD-ROM Drive]] [[Image:Icon20_combo.png|CD-RW/DVD-ROM Combo Drive]] [[Image:Icon20_multiburner.png|DVD Multi-Burner Drive]] [[Image:Icon20_hdd.png|Harddisk Drive Adapter]] [[Image:Icon20_battery.png|Battery]] (Ultrabay Slim battery, see '''Characteristics'''), Blu-ray drive&lt;br /&gt;
|-&lt;br /&gt;
| [[Image:Icon20_s_ultrabayenh.png]] Serial Ultrabay Enhanced || {{R400}}, {{R500}}, {{T510}}, {{W510}}, {{T510i}}, {{W700}}, {{W700ds}}, {{W701}}, {{W701ds}}|| [[Image:Icon20_dvd.png|DVD-ROM Drive]] [[Image:Icon20_combo.png|CD-RW/DVD-ROM Combo Drive]] [[Image:Icon20_multiburner.png|DVD Multi-Burner Drive]] [[Image:Icon20_hdd.png|Harddisk Drive Adapter]] [[Image:Icon20_battery.png|Battery]] (see '''Characteristics'''), Blu-ray drive&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;2&amp;quot;  style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
|+Compatibility Matrix (read columns as slots with rows as devices that are compatible)&lt;br /&gt;
! Slots&amp;lt;hr /&amp;gt;Devices!! [[Image:Icon20_ultrabay.png]]&amp;lt;br /&amp;gt;UltraBay&amp;lt;br /&amp;gt;&amp;amp;nbsp; !! [[Image:Icon20_ultrabay.png]]&amp;lt;br /&amp;gt;UltraBay&amp;lt;br /&amp;gt;Thick !! [[Image:Icon20_ultrabayii.png]]&amp;lt;br /&amp;gt;UltraBay&amp;lt;br /&amp;gt;II !! [[Image:Icon20_ultrabayfx.png]]&amp;lt;br /&amp;gt;UltraBay&amp;lt;br /&amp;gt;FX !! [[Image:Icon20_ultraslimbay.png]]&amp;lt;br /&amp;gt;UltraslimBay&amp;lt;br /&amp;gt;&amp;amp;nbsp; !! [[Image:Icon20_ultrabay2000.png]]&amp;lt;br /&amp;gt;Ultrabay&amp;lt;br /&amp;gt;2000 !! [[Image:Icon20_ultrabayplus.png]]&amp;lt;br /&amp;gt;Ultrabay&amp;lt;br /&amp;gt;Plus !! [[Image:Icon20_ultrabayslim.png]]&amp;lt;br /&amp;gt;Ultrabay&amp;lt;br /&amp;gt;Slim !! [[Image:Icon20_ultrabayenh.png]]&amp;lt;br /&amp;gt;Ultrabay&amp;lt;br /&amp;gt;Enhanced !! [[Image:Icon20_s_ultrabayslim.png]]&amp;lt;br /&amp;gt;Serial&amp;lt;br /&amp;gt;Ultrabay Slim !! [[Image:Icon20_s_ultrabayenh.png]]&amp;lt;br /&amp;gt;Serial Ultrabay&amp;lt;br /&amp;gt;Enhanced&lt;br /&gt;
|-&lt;br /&gt;
|'''UltraBay''' || yes || yes || [[Ultrabay Drive Adapter for Ultrabay II|Adapter]] || - || - || - || - || - || - || - || -&lt;br /&gt;
|-&lt;br /&gt;
|'''UltraBay Thick''' || - || yes || [[Ultrabay Drive Adapter for Ultrabay II|Adapter]] || - || - || - || - || - || - || - || -&lt;br /&gt;
|-&lt;br /&gt;
|'''UltraBay II''' || - || - || yes || - || - || - || - || - || - || - || -&lt;br /&gt;
|-&lt;br /&gt;
|'''UltraBay FX''' || - || - || - || yes || - || - || - || - || - || - || -&lt;br /&gt;
|-&lt;br /&gt;
|'''UltraslimBay''' || - || - || - || - || yes || - || - || - || - || - || -&lt;br /&gt;
|-&lt;br /&gt;
|'''Ultrabay 2000''' || - || - || - || - || - || yes || yes || - || - || - || -&lt;br /&gt;
|-&lt;br /&gt;
|'''Ultrabay Plus''' || - || - || - || - || - || - || yes || - || - || - || -&lt;br /&gt;
|-&lt;br /&gt;
|'''Ultrabay Slim''' || - || - || - || - || - || [[Ultrabay Slim Drive Adapter for Ultrabay 2000|Adapter]] || [[Ultrabay Slim Drive Adapter for Ultrabay 2000|Adapter]] || yes || yes || - || -&lt;br /&gt;
|-&lt;br /&gt;
|'''Ultrabay Enhanced''' || - || - || - || - || - || [[Ultrabay Enhanced Drive Adapter for Ultrabay 2000|Adapter]] || [[Ultrabay Enhanced Drive Adapter for Ultrabay 2000|Adapter]] || - || yes || - || -&lt;br /&gt;
|-&lt;br /&gt;
|'''Serial Ultrabay Slim''' || - || - || - || - || - || - || - || - || - || yes || yes&lt;br /&gt;
|-&lt;br /&gt;
|'''Serial Ultrabay Enhanced''' || - || - || - || - || - || - || - || - || - || - || yes&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
[[Link title]]&lt;br /&gt;
&lt;br /&gt;
===Characteristics===&lt;br /&gt;
*UltraBay: no hot swapping&lt;br /&gt;
*UltraBay Thick: thicker version of UltraBay to support CD-ROM drive&lt;br /&gt;
*UltraBay II: supports hot swapping, blending has cut out edge on the right&lt;br /&gt;
*UltraBay FX: the combined [[floppy]] drive and CD-ROM, DVD or CDRW mechanism found in the {{390}}/{{390E}}/{{390X}}&lt;br /&gt;
*UltraslimBay: supports hot swapping; frame, rectangle like blending&lt;br /&gt;
*Ultrabay 2000: supports hot swapping; frame, blending has cut-out edge on the right&lt;br /&gt;
*Ultrabay Plus: same as Ultrabay 2000, but can take the [[Ultrabay Plus Device Carrier]] which in turn can hold the [[Ultrabay Plus Cradle for the WorkPad C500]] or the [[Ultrabay Plus Numeric Keypad]]&lt;br /&gt;
*Ultrabay Slim: supports hot swapping; thinner (9.5 mm) than the Ultrabay 2000; cut-out right edge in blending&lt;br /&gt;
*Ultrabay Enhanced: supports hot swapping; thicker (12.7 mm) than Ultrabay Slim, but accepts Ultrabay Slim devices&lt;br /&gt;
*Serial Ultrabay Slim: supports hot swapping; same dimensions as the Ultrabay Slim; curved panel; supports Ultrabay Slim battery in select models (not in the ones supporting slice battery attached to the bottom of the laptop, like {{T410}}/{{T510}})&lt;br /&gt;
*Serial Ultrabay Enhanced: supports hot swapping; same dimensions as the Ultrabay Enhanced&lt;br /&gt;
&lt;br /&gt;
==Linux support==&lt;br /&gt;
The pinout switching is done by the BIOS and hardware, so that it is completely transparent to the operating system.&lt;br /&gt;
*Floppy drives are supported by the standard floppy driver.&lt;br /&gt;
*ZIP drive support is possible through the &amp;lt;tt&amp;gt;ide-disk&amp;lt;/tt&amp;gt; driver.&lt;br /&gt;
*IDE hard disks and optical drives are supported by the &amp;lt;tt&amp;gt;ata_piix&amp;lt;/tt&amp;gt; or older &amp;lt;tt&amp;gt;ide-disk&amp;lt;/tt&amp;gt; driver in the linux kernel.&lt;br /&gt;
*Batteries are automatically handled by the hardware, but can be controlled further by using [[tp_smapi]].&lt;br /&gt;
*UltraBay Plus devices should be handled by the USB subsystem, but if the actual devices are is not known.&lt;br /&gt;
&lt;br /&gt;
===Unofficially compatible===&lt;br /&gt;
A CDRW/DVD-ROM Superdrive (scavenged from a Mac iBook) will fit in an Ultrabay 2000. The original face won't fit in the bay, leaving a bare metal front. When the drive spins up, it blows a lot of air out. Maybe that's an anti-dust measure?&lt;br /&gt;
&lt;br /&gt;
In general, Ultrabay 2000 CD drives have a standard connector, and can therefore be replaced by most other 12.7 mm drives. You might have to do some cutting of the plastic face plate.&lt;br /&gt;
&lt;br /&gt;
The Ultrabay Slim CD drives however, have a proprietary connector. You can not replace them with any 9.5 mm CD drive.&lt;br /&gt;
&lt;br /&gt;
===Hotswapping===&lt;br /&gt;
See also [[How to hotswap Ultrabay devices]].&lt;br /&gt;
&lt;br /&gt;
==External sources==&lt;br /&gt;
*[http://www-307.ibm.com/pc/support/site.wss/document.do?lndocid=MIGR-50366 IBMs page on using a second hard drive adapter in the Ultrabay 2000 slot under Linux]&lt;br /&gt;
&lt;br /&gt;
{{footnotes|&lt;br /&gt;
#IBM originally used the spelling &amp;quot;UltraBay&amp;quot; with a capital letter bee but later switched to &amp;quot;Ultrabay&amp;quot; with a lower-case bee.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Glossary]]&lt;/div&gt;</summary>
		<author><name>Yak</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Ultrabay&amp;diff=48660</id>
		<title>Ultrabay</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Ultrabay&amp;diff=48660"/>
		<updated>2010-05-27T13:06:12Z</updated>

		<summary type="html">&lt;p&gt;Yak: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|style=&amp;quot;vertical-align:top;padding-right:20px;width:10px;&amp;quot; | [[Image:UltraBay.jpg|UltraBay drives]] __NOTOC__&lt;br /&gt;
|style=&amp;quot;vertical-align:top&amp;quot; |&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin: 0; margin-right:10px; border: 1px solid #dfdfdf; padding: 0em 1em 1em 1em; background-color:#F8F8FF; align:right;&amp;quot;&amp;gt;&lt;br /&gt;
=== IBM/Lenovo Ultrabay ===&lt;br /&gt;
Ultrabay is IBM's, now Lenovo's, name for the swappable drive slot. With IBM's words: &amp;lt;blockquote&amp;gt;&amp;quot;The ThinkPad UltraBay,{{footnote|1}} also standard with the system, is an intelligent bay that switches its pinout signals to allow the installation of standard and optional features in what would normally be just the FDD bay.&amp;quot;&amp;lt;/blockquote&amp;gt; Introduced back in the times of the 750 ThinkPads, this technology has gone through redesigns with almost every new generation of ThinkPad models, possibly leading to some confusion that is hopefully cleared up here. The following table gives an overview of the different Ultrabay types, in which models they occurred and what drives are available for them.&lt;br /&gt;
Note that the optical drive bay in G series ThinkPads is not an Ultrabay in that the drives are fixed and not removable.&lt;br /&gt;
&lt;br /&gt;
On the media side different Ultrabays relate to the form factor of the drives they accept, e.g early A, T and X series models can accept Ultrabay devices up to 12.5mm in thickness, whereas current T and X series machines are limited to devices no more than 9.5mm thick.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
|+Overview over Ultrabay types and available devices&lt;br /&gt;
! width=140px|Ultrabay Type !! featured in !! available drives (see [[Ultrabay Devices]] for details)&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| [[Image:Icon20_ultrabay.png]] UltraBay || {{355}}, {{355C}}, {{355Cs}}, {{360}}, {{360C}}, {{360Cs}}, {{360P}}, {{360CE}}, {{360CSE}}, {{360PE}}, {{370C}}, {{750}}, {{750C}}, {{750Cs}}, {{750P}}, {{755C}}, {{755CE}}, {{755Cs}}, {{755CSE}}, {{755CV}}, {{755CX}}, {{760C}}, {{760L}}, {{760E}} || [[Image:Icon20_floppy.png|Floppy Drive]] [[Image:Icon20_hdd.png|Harddisk Drive Adapter]] [[Image:Icon20_battery.png|Battery]], 2.88 MB diskette, PCMCIA Cartridge, IBM Wireless Modem ARDIS, IBM Wireless Modem&lt;br /&gt;
|-&lt;br /&gt;
| [[Image:Icon20_ultrabay.png]] UltraBay Thick|| {{755CD}}, {{755CDV}}, {{760CD}}, {{760E}}, {{760ED}}, {{760EL}}, {{760ELD}}, {{760LD}}, {{760XD}}, {{760XL}}, {{765D}}, {{765L}}, [[SelectaDock I]], [[SelectaDock II]] || [[Image:Icon20_floppy.png|Floppy Drive]] [[Image:Icon20_cdrom.png|CD-ROM Drive]] [[Image:Icon20_hdd.png|Harddisk Drive Adapter]] [[Image:Icon20_battery.png|Battery]], 2.88 MB diskette, PCMCIA Cartridge, IBM Wireless Modem ARDIS, IBM Wireless Modem&lt;br /&gt;
|-&lt;br /&gt;
| [[Image:Icon20_ultrabayii.png]] UltraBay II || {{770}}, {{770E}}, {{770ED}}, {{770X}}, {{770Z}}, [[SelectaDock III]] || [[Image:Icon20_floppy.png|Floppy Drive]] [[Image:Icon20_zip100.png|100MB Zip Drive]] [[Image:Icon20_zip250.png|250MB Zip Drive]] [[Image:Icon20_cdrom.png|CD-ROM Drive]] [[Image:Icon20_dvd.png|DVD-ROM Drive]] [[Image:Icon20_hdd.png|Harddisk Drive Adapter]] [[Image:Icon20_battery.png|Battery]]&lt;br /&gt;
|-&lt;br /&gt;
| [[Image:Icon20_ultrabayfx.png]] UltraBay FX|| {{390}}, {{390E}}, {{390X}}, {{i1720}}, {{i1721}} || [[Image:Icon20_floppy.png|Floppy Drive]] [[Image:Icon20_cdrom.png|CD-ROM Drive]] [[Image:Icon20_dvd.png|DVD-ROM Drive]] [[Image:Icon20_hdd.png|Harddisk Drive Adapter]] [[Image:Icon20_battery.png|Battery]]&lt;br /&gt;
|-&lt;br /&gt;
| [[Image:Icon20_ultraslimbay.png]] UltraslimBay || {{600}}, {{600E}}, {{600X}}, [[UltraBase]], [[Portable Drive Bay]]|| [[Image:Icon20_floppy.png|Floppy Drive]] [[Image:Icon20_ls120.png|SuperDisk LS-120 Drive]] [[Image:Icon20_zip100.png|100MB Zip Drive]] [[Image:Icon20_cdrom.png|CD-ROM Drive]] [[Image:Icon20_dvd.png|DVD-ROM Drive]] [[Image:Icon20_hdd.png|Harddisk Drive Adapter]] [[Image:Icon20_battery.png|Battery]]&lt;br /&gt;
|-&lt;br /&gt;
| [[Image:Icon20_ultrabay2000.png]] Ultrabay 2000 || {{A20m}}, {{A20p}}, {{A21e}}, {{A21m}}, {{A21p}}, {{A22e}}, {{A22m}}, {{A22p}}, {{A30}}, {{T20}}, {{T21}}, {{T22}}, {{T23}}, [[ThinkPad Dock|Dock]], [[ThinkPad Dock II|Dock II]], [[X2 UltraBase]], [[Portable Drive Bay 2000]]|| [[Image:Icon20_floppy.png|Floppy Drive]] [[Image:Icon20_ls120.png|SuperDisk LS-120 Drive]] [[Image:Icon20_ls240.png|SuperDisk LS-240 Drive]] [[Image:Icon20_zip100.png|100MB Zip Drive]] [[Image:Icon20_zip250.png|250MB Zip Drive]] [[Image:Icon20_cdrom.png|CD-ROM Drive]] [[Image:Icon20_dvd.png|DVD-ROM Drive]] [[Image:Icon20_cdrw.png|CD-RW Drive]] [[Image:Icon20_combo.png|CD-RW/DVD-ROM Combo Drive]] [[Image:Icon20_multiburner.png|DVD Multi-Burner Drive]] [[Image:Icon20_hdd.png|Harddisk Drive Adapter]] [[Image:Icon20_battery.png|Battery]]&lt;br /&gt;
|-&lt;br /&gt;
| [[Image:Icon20_ultrabayplus.png]] Ultrabay Plus || {{A30}}, {{A30p}}, {{A31}}, {{A31p}}, {{R30}}, {{R31}}, {{R32}}, {{R40}}, {{T23}}, {{T30}}, [[X3 UltraBase]] || [[Image:Icon20_floppy.png|Floppy Drive]] [[Image:Icon20_ls120.png|SuperDisk LS-120 Drive]] [[Image:Icon20_ls240.png|SuperDisk LS-240 Drive]] [[Image:Icon20_zip100.png|100MB Zip Drive]] [[Image:Icon20_zip250.png|250MB Zip Drive]] [[Image:Icon20_cdrom.png|CD-ROM Drive]] [[Image:Icon20_dvd.png|DVD-ROM Drive]] [[Image:Icon20_cdrw.png|CD-RW Drive]] [[Image:Icon20_combo.png|CD-RW/DVD-ROM Combo Drive]] [[Image:Icon20_multiburner.png|DVD Multi-Burner Drive]] [[Image:Icon20_hdd.png|Harddisk Drive Adapter]] [[Image:Icon20_battery.png|Battery]], WorkPad Cradle, Numpad&lt;br /&gt;
|-&lt;br /&gt;
| [[Image:Icon20_ultrabayslim.png]] Ultrabay Slim || {{T40}}, {{T40p}}, {{T41}}, {{T41p}}, {{T42}}, {{T42p}}, {{T43}}, {{T43p}}, {{T60}}, {{T60p}}, {{T61}}, {{T61p}}, {{Z60t}}, {{Z61t}}, {{Z61p}}, [[X4 UltraBase]], [[ThinkPad X4 Dock]], [[X6 UltraBase]], [[X6 UltraBase Tablet]] || [[Image:Icon20_dvd.png|DVD-ROM Drive]] [[Image:Icon20_combo.png|CD-RW/DVD-ROM Combo Drive]] [[Image:Icon20_multiburner.png|DVD Multi-Burner Drive]] [[Image:Icon20_hdd.png|Harddisk Drive Adapter]] [[Image:Icon20_battery.png|Battery]], Serial/Parallel Port Adapter (T60/T60p)&lt;br /&gt;
|-&lt;br /&gt;
| [[Image:Icon20_ultrabayenh.png]] Ultrabay Enhanced || {{R50}}, {{R50e}}, {{R50p}}, {{R51}}, {{R52}}, {{R60}}, {{R61}}, {{R61i}}, {{Z60m}}, {{Z61m}}, [[ ThinkPad Advanced Dock]]|| [[Image:Icon20_dvd.png|DVD-ROM Drive]] [[Image:Icon20_combo.png|CD-RW/DVD-ROM Combo Drive]] [[Image:Icon20_multiburner.png|DVD Multi-Burner Drive]] [[Image:Icon20_hdd.png|Harddisk Drive Adapter]] [[Image:Icon20_battery.png|Battery]]&lt;br /&gt;
|-&lt;br /&gt;
| [[Image:Icon20_s_ultrabayslim.png]] Serial Ultrabay Slim || {{T400}}, {{T400s}}, {{T410}}, {{T410i}}, {{T410s}}, {{T410si}}, {{T500}}, {{W500}}, [[X200 UltraBase]]|| [[Image:Icon20_dvd.png|DVD-ROM Drive]] [[Image:Icon20_combo.png|CD-RW/DVD-ROM Combo Drive]] [[Image:Icon20_multiburner.png|DVD Multi-Burner Drive]] [[Image:Icon20_hdd.png|Harddisk Drive Adapter]] [[Image:Icon20_battery.png|Battery]] (Ultrabay Slim battery), Blu-ray drive&lt;br /&gt;
|-&lt;br /&gt;
| [[Image:Icon20_s_ultrabayenh.png]] Serial Ultrabay Enhanced || {{R400}}, {{R500}}, {{T510}}, {{W510}}, {{T510i}}, {{W700}}, {{W700ds}}, {{W701}}, {{W701ds}}|| [[Image:Icon20_dvd.png|DVD-ROM Drive]] [[Image:Icon20_combo.png|CD-RW/DVD-ROM Combo Drive]] [[Image:Icon20_multiburner.png|DVD Multi-Burner Drive]] [[Image:Icon20_hdd.png|Harddisk Drive Adapter]] [[Image:Icon20_battery.png|Battery]]*, Blu-ray drive&lt;br /&gt;
(* see '''Characteristics''')&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;2&amp;quot;  style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
|+Compatibility Matrix (read columns as slots with rows as devices that are compatible)&lt;br /&gt;
! Slots&amp;lt;hr /&amp;gt;Devices!! [[Image:Icon20_ultrabay.png]]&amp;lt;br /&amp;gt;UltraBay&amp;lt;br /&amp;gt;&amp;amp;nbsp; !! [[Image:Icon20_ultrabay.png]]&amp;lt;br /&amp;gt;UltraBay&amp;lt;br /&amp;gt;Thick !! [[Image:Icon20_ultrabayii.png]]&amp;lt;br /&amp;gt;UltraBay&amp;lt;br /&amp;gt;II !! [[Image:Icon20_ultrabayfx.png]]&amp;lt;br /&amp;gt;UltraBay&amp;lt;br /&amp;gt;FX !! [[Image:Icon20_ultraslimbay.png]]&amp;lt;br /&amp;gt;UltraslimBay&amp;lt;br /&amp;gt;&amp;amp;nbsp; !! [[Image:Icon20_ultrabay2000.png]]&amp;lt;br /&amp;gt;Ultrabay&amp;lt;br /&amp;gt;2000 !! [[Image:Icon20_ultrabayplus.png]]&amp;lt;br /&amp;gt;Ultrabay&amp;lt;br /&amp;gt;Plus !! [[Image:Icon20_ultrabayslim.png]]&amp;lt;br /&amp;gt;Ultrabay&amp;lt;br /&amp;gt;Slim !! [[Image:Icon20_ultrabayenh.png]]&amp;lt;br /&amp;gt;Ultrabay&amp;lt;br /&amp;gt;Enhanced !! [[Image:Icon20_s_ultrabayslim.png]]&amp;lt;br /&amp;gt;Serial&amp;lt;br /&amp;gt;Ultrabay Slim !! [[Image:Icon20_s_ultrabayenh.png]]&amp;lt;br /&amp;gt;Serial Ultrabay&amp;lt;br /&amp;gt;Enhanced&lt;br /&gt;
|-&lt;br /&gt;
|'''UltraBay''' || yes || yes || [[Ultrabay Drive Adapter for Ultrabay II|Adapter]] || - || - || - || - || - || - || - || -&lt;br /&gt;
|-&lt;br /&gt;
|'''UltraBay Thick''' || - || yes || [[Ultrabay Drive Adapter for Ultrabay II|Adapter]] || - || - || - || - || - || - || - || -&lt;br /&gt;
|-&lt;br /&gt;
|'''UltraBay II''' || - || - || yes || - || - || - || - || - || - || - || -&lt;br /&gt;
|-&lt;br /&gt;
|'''UltraBay FX''' || - || - || - || yes || - || - || - || - || - || - || -&lt;br /&gt;
|-&lt;br /&gt;
|'''UltraslimBay''' || - || - || - || - || yes || - || - || - || - || - || -&lt;br /&gt;
|-&lt;br /&gt;
|'''Ultrabay 2000''' || - || - || - || - || - || yes || yes || - || - || - || -&lt;br /&gt;
|-&lt;br /&gt;
|'''Ultrabay Plus''' || - || - || - || - || - || - || yes || - || - || - || -&lt;br /&gt;
|-&lt;br /&gt;
|'''Ultrabay Slim''' || - || - || - || - || - || [[Ultrabay Slim Drive Adapter for Ultrabay 2000|Adapter]] || [[Ultrabay Slim Drive Adapter for Ultrabay 2000|Adapter]] || yes || yes || - || -&lt;br /&gt;
|-&lt;br /&gt;
|'''Ultrabay Enhanced''' || - || - || - || - || - || [[Ultrabay Enhanced Drive Adapter for Ultrabay 2000|Adapter]] || [[Ultrabay Enhanced Drive Adapter for Ultrabay 2000|Adapter]] || - || yes || - || -&lt;br /&gt;
|-&lt;br /&gt;
|'''Serial Ultrabay Slim''' || - || - || - || - || - || - || - || - || - || yes || yes&lt;br /&gt;
|-&lt;br /&gt;
|'''Serial Ultrabay Enhanced''' || - || - || - || - || - || - || - || - || - || - || yes&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
[[Link title]]&lt;br /&gt;
&lt;br /&gt;
===Characteristics===&lt;br /&gt;
*UltraBay: no hot swapping&lt;br /&gt;
*UltraBay Thick: thicker version of UltraBay to support CD-ROM drive&lt;br /&gt;
*UltraBay II: supports hot swapping, blending has cut out edge on the right&lt;br /&gt;
*UltraBay FX: the combined [[floppy]] drive and CD-ROM, DVD or CDRW mechanism found in the {{390}}/{{390E}}/{{390X}}&lt;br /&gt;
*UltraslimBay: supports hot swapping; frame, rectangle like blending&lt;br /&gt;
*Ultrabay 2000: supports hot swapping; frame, blending has cut-out edge on the right&lt;br /&gt;
*Ultrabay Plus: same as Ultrabay 2000, but can take the [[Ultrabay Plus Device Carrier]] which in turn can hold the [[Ultrabay Plus Cradle for the WorkPad C500]] or the [[Ultrabay Plus Numeric Keypad]]&lt;br /&gt;
*Ultrabay Slim: supports hot swapping; thinner (9.5 mm) than the Ultrabay 2000; cut-out right edge in blending&lt;br /&gt;
*Ultrabay Enhanced: supports hot swapping; thicker (12.7 mm) than Ultrabay Slim, but accepts Ultrabay Slim devices&lt;br /&gt;
*Serial Ultrabay Slim: supports hot swapping; same dimensions as the Ultrabay Slim; curved panel; supports Ultrabay Slim battery in select models (not in the ones supporting slice battery attached to the bottom of the laptop, like {{T410}}/{{T510}})&lt;br /&gt;
*Serial Ultrabay Enhanced: supports hot swapping; same dimensions as the Ultrabay Enhanced&lt;br /&gt;
&lt;br /&gt;
==Linux support==&lt;br /&gt;
The pinout switching is done by the BIOS and hardware, so that it is completely transparent to the operating system.&lt;br /&gt;
*Floppy drives are supported by the standard floppy driver.&lt;br /&gt;
*ZIP drive support is possible through the &amp;lt;tt&amp;gt;ide-disk&amp;lt;/tt&amp;gt; driver.&lt;br /&gt;
*IDE hard disks and optical drives are supported by the &amp;lt;tt&amp;gt;ata_piix&amp;lt;/tt&amp;gt; or older &amp;lt;tt&amp;gt;ide-disk&amp;lt;/tt&amp;gt; driver in the linux kernel.&lt;br /&gt;
*Batteries are automatically handled by the hardware, but can be controlled further by using [[tp_smapi]].&lt;br /&gt;
*UltraBay Plus devices should be handled by the USB subsystem, but if the actual devices are is not known.&lt;br /&gt;
&lt;br /&gt;
===Unofficially compatible===&lt;br /&gt;
A CDRW/DVD-ROM Superdrive (scavenged from a Mac iBook) will fit in an Ultrabay 2000. The original face won't fit in the bay, leaving a bare metal front. When the drive spins up, it blows a lot of air out. Maybe that's an anti-dust measure?&lt;br /&gt;
&lt;br /&gt;
In general, Ultrabay 2000 CD drives have a standard connector, and can therefore be replaced by most other 12.7 mm drives. You might have to do some cutting of the plastic face plate.&lt;br /&gt;
&lt;br /&gt;
The Ultrabay Slim CD drives however, have a proprietary connector. You can not replace them with any 9.5 mm CD drive.&lt;br /&gt;
&lt;br /&gt;
===Hotswapping===&lt;br /&gt;
See also [[How to hotswap Ultrabay devices]].&lt;br /&gt;
&lt;br /&gt;
==External sources==&lt;br /&gt;
*[http://www-307.ibm.com/pc/support/site.wss/document.do?lndocid=MIGR-50366 IBMs page on using a second hard drive adapter in the Ultrabay 2000 slot under Linux]&lt;br /&gt;
&lt;br /&gt;
{{footnotes|&lt;br /&gt;
#IBM originally used the spelling &amp;quot;UltraBay&amp;quot; with a capital letter bee but later switched to &amp;quot;Ultrabay&amp;quot; with a lower-case bee.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Glossary]]&lt;/div&gt;</summary>
		<author><name>Yak</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Ultrabay&amp;diff=48659</id>
		<title>Ultrabay</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Ultrabay&amp;diff=48659"/>
		<updated>2010-05-27T12:55:21Z</updated>

		<summary type="html">&lt;p&gt;Yak: Added note about UltraBay batteries in T410/T510&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|style=&amp;quot;vertical-align:top;padding-right:20px;width:10px;&amp;quot; | [[Image:UltraBay.jpg|UltraBay drives]] __NOTOC__&lt;br /&gt;
|style=&amp;quot;vertical-align:top&amp;quot; |&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin: 0; margin-right:10px; border: 1px solid #dfdfdf; padding: 0em 1em 1em 1em; background-color:#F8F8FF; align:right;&amp;quot;&amp;gt;&lt;br /&gt;
=== IBM/Lenovo Ultrabay ===&lt;br /&gt;
Ultrabay is IBM's, now Lenovo's, name for the swappable drive slot. With IBM's words: &amp;lt;blockquote&amp;gt;&amp;quot;The ThinkPad UltraBay,{{footnote|1}} also standard with the system, is an intelligent bay that switches its pinout signals to allow the installation of standard and optional features in what would normally be just the FDD bay.&amp;quot;&amp;lt;/blockquote&amp;gt; Introduced back in the times of the 750 ThinkPads, this technology has gone through redesigns with almost every new generation of ThinkPad models, possibly leading to some confusion that is hopefully cleared up here. The following table gives an overview of the different Ultrabay types, in which models they occurred and what drives are available for them.&lt;br /&gt;
Note that the optical drive bay in G series ThinkPads is not an Ultrabay in that the drives are fixed and not removable.&lt;br /&gt;
&lt;br /&gt;
On the media side different Ultrabays relate to the form factor of the drives they accept, e.g early A, T and X series models can accept Ultrabay devices up to 12.5mm in thickness, whereas current T and X series machines are limited to devices no more than 9.5mm thick.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
|+Overview over Ultrabay types and available devices&lt;br /&gt;
! width=140px|Ultrabay Type !! featured in !! available drives (see [[Ultrabay Devices]] for details)&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| [[Image:Icon20_ultrabay.png]] UltraBay || {{355}}, {{355C}}, {{355Cs}}, {{360}}, {{360C}}, {{360Cs}}, {{360P}}, {{360CE}}, {{360CSE}}, {{360PE}}, {{370C}}, {{750}}, {{750C}}, {{750Cs}}, {{750P}}, {{755C}}, {{755CE}}, {{755Cs}}, {{755CSE}}, {{755CV}}, {{755CX}}, {{760C}}, {{760L}}, {{760E}} || [[Image:Icon20_floppy.png|Floppy Drive]] [[Image:Icon20_hdd.png|Harddisk Drive Adapter]] [[Image:Icon20_battery.png|Battery]], 2.88 MB diskette, PCMCIA Cartridge, IBM Wireless Modem ARDIS, IBM Wireless Modem&lt;br /&gt;
|-&lt;br /&gt;
| [[Image:Icon20_ultrabay.png]] UltraBay Thick|| {{755CD}}, {{755CDV}}, {{760CD}}, {{760E}}, {{760ED}}, {{760EL}}, {{760ELD}}, {{760LD}}, {{760XD}}, {{760XL}}, {{765D}}, {{765L}}, [[SelectaDock I]], [[SelectaDock II]] || [[Image:Icon20_floppy.png|Floppy Drive]] [[Image:Icon20_cdrom.png|CD-ROM Drive]] [[Image:Icon20_hdd.png|Harddisk Drive Adapter]] [[Image:Icon20_battery.png|Battery]], 2.88 MB diskette, PCMCIA Cartridge, IBM Wireless Modem ARDIS, IBM Wireless Modem&lt;br /&gt;
|-&lt;br /&gt;
| [[Image:Icon20_ultrabayii.png]] UltraBay II || {{770}}, {{770E}}, {{770ED}}, {{770X}}, {{770Z}}, [[SelectaDock III]] || [[Image:Icon20_floppy.png|Floppy Drive]] [[Image:Icon20_zip100.png|100MB Zip Drive]] [[Image:Icon20_zip250.png|250MB Zip Drive]] [[Image:Icon20_cdrom.png|CD-ROM Drive]] [[Image:Icon20_dvd.png|DVD-ROM Drive]] [[Image:Icon20_hdd.png|Harddisk Drive Adapter]] [[Image:Icon20_battery.png|Battery]]&lt;br /&gt;
|-&lt;br /&gt;
| [[Image:Icon20_ultrabayfx.png]] UltraBay FX|| {{390}}, {{390E}}, {{390X}}, {{i1720}}, {{i1721}} || [[Image:Icon20_floppy.png|Floppy Drive]] [[Image:Icon20_cdrom.png|CD-ROM Drive]] [[Image:Icon20_dvd.png|DVD-ROM Drive]] [[Image:Icon20_hdd.png|Harddisk Drive Adapter]] [[Image:Icon20_battery.png|Battery]]&lt;br /&gt;
|-&lt;br /&gt;
| [[Image:Icon20_ultraslimbay.png]] UltraslimBay || {{600}}, {{600E}}, {{600X}}, [[UltraBase]], [[Portable Drive Bay]]|| [[Image:Icon20_floppy.png|Floppy Drive]] [[Image:Icon20_ls120.png|SuperDisk LS-120 Drive]] [[Image:Icon20_zip100.png|100MB Zip Drive]] [[Image:Icon20_cdrom.png|CD-ROM Drive]] [[Image:Icon20_dvd.png|DVD-ROM Drive]] [[Image:Icon20_hdd.png|Harddisk Drive Adapter]] [[Image:Icon20_battery.png|Battery]]&lt;br /&gt;
|-&lt;br /&gt;
| [[Image:Icon20_ultrabay2000.png]] Ultrabay 2000 || {{A20m}}, {{A20p}}, {{A21e}}, {{A21m}}, {{A21p}}, {{A22e}}, {{A22m}}, {{A22p}}, {{A30}}, {{T20}}, {{T21}}, {{T22}}, {{T23}}, [[ThinkPad Dock|Dock]], [[ThinkPad Dock II|Dock II]], [[X2 UltraBase]], [[Portable Drive Bay 2000]]|| [[Image:Icon20_floppy.png|Floppy Drive]] [[Image:Icon20_ls120.png|SuperDisk LS-120 Drive]] [[Image:Icon20_ls240.png|SuperDisk LS-240 Drive]] [[Image:Icon20_zip100.png|100MB Zip Drive]] [[Image:Icon20_zip250.png|250MB Zip Drive]] [[Image:Icon20_cdrom.png|CD-ROM Drive]] [[Image:Icon20_dvd.png|DVD-ROM Drive]] [[Image:Icon20_cdrw.png|CD-RW Drive]] [[Image:Icon20_combo.png|CD-RW/DVD-ROM Combo Drive]] [[Image:Icon20_multiburner.png|DVD Multi-Burner Drive]] [[Image:Icon20_hdd.png|Harddisk Drive Adapter]] [[Image:Icon20_battery.png|Battery]]&lt;br /&gt;
|-&lt;br /&gt;
| [[Image:Icon20_ultrabayplus.png]] Ultrabay Plus || {{A30}}, {{A30p}}, {{A31}}, {{A31p}}, {{R30}}, {{R31}}, {{R32}}, {{R40}}, {{T23}}, {{T30}}, [[X3 UltraBase]] || [[Image:Icon20_floppy.png|Floppy Drive]] [[Image:Icon20_ls120.png|SuperDisk LS-120 Drive]] [[Image:Icon20_ls240.png|SuperDisk LS-240 Drive]] [[Image:Icon20_zip100.png|100MB Zip Drive]] [[Image:Icon20_zip250.png|250MB Zip Drive]] [[Image:Icon20_cdrom.png|CD-ROM Drive]] [[Image:Icon20_dvd.png|DVD-ROM Drive]] [[Image:Icon20_cdrw.png|CD-RW Drive]] [[Image:Icon20_combo.png|CD-RW/DVD-ROM Combo Drive]] [[Image:Icon20_multiburner.png|DVD Multi-Burner Drive]] [[Image:Icon20_hdd.png|Harddisk Drive Adapter]] [[Image:Icon20_battery.png|Battery]], WorkPad Cradle, Numpad&lt;br /&gt;
|-&lt;br /&gt;
| [[Image:Icon20_ultrabayslim.png]] Ultrabay Slim || {{T40}}, {{T40p}}, {{T41}}, {{T41p}}, {{T42}}, {{T42p}}, {{T43}}, {{T43p}}, {{T60}}, {{T60p}}, {{T61}}, {{T61p}}, {{Z60t}}, {{Z61t}}, {{Z61p}}, [[X4 UltraBase]], [[ThinkPad X4 Dock]], [[X6 UltraBase]], [[X6 UltraBase Tablet]] || [[Image:Icon20_dvd.png|DVD-ROM Drive]] [[Image:Icon20_combo.png|CD-RW/DVD-ROM Combo Drive]] [[Image:Icon20_multiburner.png|DVD Multi-Burner Drive]] [[Image:Icon20_hdd.png|Harddisk Drive Adapter]] [[Image:Icon20_battery.png|Battery]], Serial/Parallel Port Adapter (T60/T60p)&lt;br /&gt;
|-&lt;br /&gt;
| [[Image:Icon20_ultrabayenh.png]] Ultrabay Enhanced || {{R50}}, {{R50e}}, {{R50p}}, {{R51}}, {{R52}}, {{R60}}, {{R61}}, {{R61i}}, {{Z60m}}, {{Z61m}}, [[ ThinkPad Advanced Dock]]|| [[Image:Icon20_dvd.png|DVD-ROM Drive]] [[Image:Icon20_combo.png|CD-RW/DVD-ROM Combo Drive]] [[Image:Icon20_multiburner.png|DVD Multi-Burner Drive]] [[Image:Icon20_hdd.png|Harddisk Drive Adapter]] [[Image:Icon20_battery.png|Battery]]&lt;br /&gt;
|-&lt;br /&gt;
| [[Image:Icon20_s_ultrabayslim.png]] Serial Ultrabay Slim || {{T400}}, {{T400s}}, {{T410}}, {{T410i}}, {{T410s}}, {{T410si}}, {{T500}}, {{W500}}, [[X200 UltraBase]]|| [[Image:Icon20_dvd.png|DVD-ROM Drive]] [[Image:Icon20_combo.png|CD-RW/DVD-ROM Combo Drive]] [[Image:Icon20_multiburner.png|DVD Multi-Burner Drive]] [[Image:Icon20_hdd.png|Harddisk Drive Adapter]] [[Image:Icon20_battery.png|Battery]] (Ultrabay Slim battery), Blu-ray drive&lt;br /&gt;
|-&lt;br /&gt;
| [[Image:Icon20_s_ultrabayenh.png]] Serial Ultrabay Enhanced || {{R400}}, {{R500}}, {{T510}}, {{W510}}, {{T510i}}, {{W700}}, {{W700ds}}, {{W701}}, {{W701ds}}|| [[Image:Icon20_dvd.png|DVD-ROM Drive]] [[Image:Icon20_combo.png|CD-RW/DVD-ROM Combo Drive]] [[Image:Icon20_multiburner.png|DVD Multi-Burner Drive]] [[Image:Icon20_hdd.png|Harddisk Drive Adapter]] [[Image:Icon20_battery.png|Battery]], Blu-ray drive&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;2&amp;quot;  style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
|+Compatibility Matrix (read columns as slots with rows as devices that are compatible)&lt;br /&gt;
! Slots&amp;lt;hr /&amp;gt;Devices!! [[Image:Icon20_ultrabay.png]]&amp;lt;br /&amp;gt;UltraBay&amp;lt;br /&amp;gt;&amp;amp;nbsp; !! [[Image:Icon20_ultrabay.png]]&amp;lt;br /&amp;gt;UltraBay&amp;lt;br /&amp;gt;Thick !! [[Image:Icon20_ultrabayii.png]]&amp;lt;br /&amp;gt;UltraBay&amp;lt;br /&amp;gt;II !! [[Image:Icon20_ultrabayfx.png]]&amp;lt;br /&amp;gt;UltraBay&amp;lt;br /&amp;gt;FX !! [[Image:Icon20_ultraslimbay.png]]&amp;lt;br /&amp;gt;UltraslimBay&amp;lt;br /&amp;gt;&amp;amp;nbsp; !! [[Image:Icon20_ultrabay2000.png]]&amp;lt;br /&amp;gt;Ultrabay&amp;lt;br /&amp;gt;2000 !! [[Image:Icon20_ultrabayplus.png]]&amp;lt;br /&amp;gt;Ultrabay&amp;lt;br /&amp;gt;Plus !! [[Image:Icon20_ultrabayslim.png]]&amp;lt;br /&amp;gt;Ultrabay&amp;lt;br /&amp;gt;Slim !! [[Image:Icon20_ultrabayenh.png]]&amp;lt;br /&amp;gt;Ultrabay&amp;lt;br /&amp;gt;Enhanced !! [[Image:Icon20_s_ultrabayslim.png]]&amp;lt;br /&amp;gt;Serial&amp;lt;br /&amp;gt;Ultrabay Slim !! [[Image:Icon20_s_ultrabayenh.png]]&amp;lt;br /&amp;gt;Serial Ultrabay&amp;lt;br /&amp;gt;Enhanced&lt;br /&gt;
|-&lt;br /&gt;
|'''UltraBay''' || yes || yes || [[Ultrabay Drive Adapter for Ultrabay II|Adapter]] || - || - || - || - || - || - || - || -&lt;br /&gt;
|-&lt;br /&gt;
|'''UltraBay Thick''' || - || yes || [[Ultrabay Drive Adapter for Ultrabay II|Adapter]] || - || - || - || - || - || - || - || -&lt;br /&gt;
|-&lt;br /&gt;
|'''UltraBay II''' || - || - || yes || - || - || - || - || - || - || - || -&lt;br /&gt;
|-&lt;br /&gt;
|'''UltraBay FX''' || - || - || - || yes || - || - || - || - || - || - || -&lt;br /&gt;
|-&lt;br /&gt;
|'''UltraslimBay''' || - || - || - || - || yes || - || - || - || - || - || -&lt;br /&gt;
|-&lt;br /&gt;
|'''Ultrabay 2000''' || - || - || - || - || - || yes || yes || - || - || - || -&lt;br /&gt;
|-&lt;br /&gt;
|'''Ultrabay Plus''' || - || - || - || - || - || - || yes || - || - || - || -&lt;br /&gt;
|-&lt;br /&gt;
|'''Ultrabay Slim''' || - || - || - || - || - || [[Ultrabay Slim Drive Adapter for Ultrabay 2000|Adapter]] || [[Ultrabay Slim Drive Adapter for Ultrabay 2000|Adapter]] || yes || yes || - || -&lt;br /&gt;
|-&lt;br /&gt;
|'''Ultrabay Enhanced''' || - || - || - || - || - || [[Ultrabay Enhanced Drive Adapter for Ultrabay 2000|Adapter]] || [[Ultrabay Enhanced Drive Adapter for Ultrabay 2000|Adapter]] || - || yes || - || -&lt;br /&gt;
|-&lt;br /&gt;
|'''Serial Ultrabay Slim''' || - || - || - || - || - || - || - || - || - || yes || yes&lt;br /&gt;
|-&lt;br /&gt;
|'''Serial Ultrabay Enhanced''' || - || - || - || - || - || - || - || - || - || - || yes&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
[[Link title]]&lt;br /&gt;
&lt;br /&gt;
===Characteristics===&lt;br /&gt;
*UltraBay: no hot swapping&lt;br /&gt;
*UltraBay Thick: thicker version of UltraBay to support CD-ROM drive&lt;br /&gt;
*UltraBay II: supports hot swapping, blending has cut out edge on the right&lt;br /&gt;
*UltraBay FX: the combined [[floppy]] drive and CD-ROM, DVD or CDRW mechanism found in the {{390}}/{{390E}}/{{390X}}&lt;br /&gt;
*UltraslimBay: supports hot swapping; frame, rectangle like blending&lt;br /&gt;
*Ultrabay 2000: supports hot swapping; frame, blending has cut-out edge on the right&lt;br /&gt;
*Ultrabay Plus: same as Ultrabay 2000, but can take the [[Ultrabay Plus Device Carrier]] which in turn can hold the [[Ultrabay Plus Cradle for the WorkPad C500]] or the [[Ultrabay Plus Numeric Keypad]]&lt;br /&gt;
*Ultrabay Slim: supports hot swapping; thinner (9.5 mm) than the Ultrabay 2000; cut-out right edge in blending&lt;br /&gt;
*Ultrabay Enhanced: supports hot swapping; thicker (12.7 mm) than Ultrabay Slim, but accepts Ultrabay Slim devices&lt;br /&gt;
*Serial Ultrabay Slim: supports hot swapping; same dimensions as the Ultrabay Slim; curved panel; supports Ultrabay Slim battery in select models (not in the ones supporting slice battery attached to the bottom of the laptop, like {{T410}}/{{T510}})&lt;br /&gt;
*Serial Ultrabay Enhanced: supports hot swapping; same dimensions as the Ultrabay Enhanced&lt;br /&gt;
&lt;br /&gt;
==Linux support==&lt;br /&gt;
The pinout switching is done by the BIOS and hardware, so that it is completely transparent to the operating system.&lt;br /&gt;
*Floppy drives are supported by the standard floppy driver.&lt;br /&gt;
*ZIP drive support is possible through the &amp;lt;tt&amp;gt;ide-disk&amp;lt;/tt&amp;gt; driver.&lt;br /&gt;
*IDE hard disks and optical drives are supported by the &amp;lt;tt&amp;gt;ata_piix&amp;lt;/tt&amp;gt; or older &amp;lt;tt&amp;gt;ide-disk&amp;lt;/tt&amp;gt; driver in the linux kernel.&lt;br /&gt;
*Batteries are automatically handled by the hardware, but can be controlled further by using [[tp_smapi]].&lt;br /&gt;
*UltraBay Plus devices should be handled by the USB subsystem, but if the actual devices are is not known.&lt;br /&gt;
&lt;br /&gt;
===Unofficially compatible===&lt;br /&gt;
A CDRW/DVD-ROM Superdrive (scavenged from a Mac iBook) will fit in an Ultrabay 2000. The original face won't fit in the bay, leaving a bare metal front. When the drive spins up, it blows a lot of air out. Maybe that's an anti-dust measure?&lt;br /&gt;
&lt;br /&gt;
In general, Ultrabay 2000 CD drives have a standard connector, and can therefore be replaced by most other 12.7 mm drives. You might have to do some cutting of the plastic face plate.&lt;br /&gt;
&lt;br /&gt;
The Ultrabay Slim CD drives however, have a proprietary connector. You can not replace them with any 9.5 mm CD drive.&lt;br /&gt;
&lt;br /&gt;
===Hotswapping===&lt;br /&gt;
See also [[How to hotswap Ultrabay devices]].&lt;br /&gt;
&lt;br /&gt;
==External sources==&lt;br /&gt;
*[http://www-307.ibm.com/pc/support/site.wss/document.do?lndocid=MIGR-50366 IBMs page on using a second hard drive adapter in the Ultrabay 2000 slot under Linux]&lt;br /&gt;
&lt;br /&gt;
{{footnotes|&lt;br /&gt;
#IBM originally used the spelling &amp;quot;UltraBay&amp;quot; with a capital letter bee but later switched to &amp;quot;Ultrabay&amp;quot; with a lower-case bee.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Glossary]]&lt;/div&gt;</summary>
		<author><name>Yak</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=ThinkPad_History&amp;diff=48658</id>
		<title>ThinkPad History</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=ThinkPad_History&amp;diff=48658"/>
		<updated>2010-05-27T12:27:25Z</updated>

		<summary type="html">&lt;p&gt;Yak: Added UltraNav to X100e&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Here is an overview of the history of the ThinkPad mobile computers.&lt;br /&gt;
&lt;br /&gt;
IBM has a webpage on the history of the ThinkPad here: http://www.pc.ibm.com/ca/thinkpad/anniversary/history.html&lt;br /&gt;
__TOC__&lt;br /&gt;
==IBM ThinkPad==&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|+ ThinkPads sorted by time of appearance&lt;br /&gt;
! style=&amp;quot;background:#ffdead;&amp;quot; | ThinkPad model !! style=&amp;quot;background:#ffdead;&amp;quot; | release year !! style=&amp;quot;background:#ffdead;&amp;quot; | special characteristics&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; style=&amp;quot;background:#efefef;&amp;quot; | 1992&lt;br /&gt;
|-&lt;br /&gt;
| {{700T}} || Apr 1992 || [[Image:Icon20_pen.png | TouchScreen]] TabletPC&lt;br /&gt;
|-&lt;br /&gt;
| {{300}} || Oct 1992 ||&lt;br /&gt;
|-&lt;br /&gt;
| {{700}}, {{700C}} || Oct 1992 || MCA&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; style=&amp;quot;background:#efefef;&amp;quot; | 1993&lt;br /&gt;
|-&lt;br /&gt;
| {{710T}} || Mar 1993 || [[Image:Icon20_pen.png | TouchScreen]] TabletPC&lt;br /&gt;
|-&lt;br /&gt;
| {{720}}, {{720C}} || May 1993 || MCA&lt;br /&gt;
|-&lt;br /&gt;
| {{350}}, {{350C}} || June 1993 ||&lt;br /&gt;
|-&lt;br /&gt;
| {{500}} || June 1993 ||&lt;br /&gt;
|-&lt;br /&gt;
| {{750}}, {{750C}} || Sep 1993 || [[Image:Icon20_ultrabay.png | UltraBay]]&lt;br /&gt;
|-&lt;br /&gt;
| {{750P}} || Sep 1993 || [[Image:Icon20_ultrabay.png | UltraBay]] [[Image:Icon20_pen.png | TouchScreen]] TabletPC/Notebook-Morphable&lt;br /&gt;
|-&lt;br /&gt;
| {{750Cs}} || Nov 1993 || [[Image:Icon20_ultrabay.png | UltraBay]]&lt;br /&gt;
|-&lt;br /&gt;
| {{220}} || ??? 1993 || SubNotebook&lt;br /&gt;
|-&lt;br /&gt;
| {{550BJ}} || ??? 1993 || integrated Printer&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; style=&amp;quot;background:#efefef;&amp;quot; | 1994&lt;br /&gt;
|-&lt;br /&gt;
| {{360}}, {{360Cs}} || May 1994 || [[Image:Icon20_ultrabay.png | UltraBay]]&lt;br /&gt;
|-&lt;br /&gt;
| {{730T}} || May 1994 || [[Image:Icon20_pen.png | TouchScreen]] TabletPC&lt;br /&gt;
|-&lt;br /&gt;
| {{230Cs}} || June 1994 || SubNotebook&lt;br /&gt;
|-&lt;br /&gt;
| {{355}}, {{355C}}, {{355Cs}} || June 1994 || [[Image:Icon20_ultrabay.png | UltraBay]]&lt;br /&gt;
|-&lt;br /&gt;
| {{360C}} || June 1994 || [[Image:Icon20_ultrabay.png | UltraBay]]&lt;br /&gt;
|-&lt;br /&gt;
| {{360P}} || June 1994 || [[Image:Icon20_ultrabay.png | UltraBay]] [[Image:Icon20_pen.png | &lt;br /&gt;
TouchScreen]] TabletPC/Notebook-Morphable&lt;br /&gt;
|-&lt;br /&gt;
| {{510Cs}} || June 1994 ||&lt;br /&gt;
|-&lt;br /&gt;
| {{755C}}, {{755Cs}} || June 1994 || [[Image:Icon20_ultrabay.png | UltraBay]]&lt;br /&gt;
|-&lt;br /&gt;
| {{360CE}}, {{360CSE}} || Oct 1994 || [[Image:Icon20_ultrabay.png | UltraBay]]&lt;br /&gt;
|-&lt;br /&gt;
| {{755CD}} || Oct 1994 || [[Image:Icon20_ultrabay.png | UltraBay]] first notebook with integrated CD-ROM drive and IrDA&lt;br /&gt;
|-&lt;br /&gt;
| {{755CE}}, {{755CSE}} || Nov 1994 || [[Image:Icon20_ultrabay.png | UltraBay]]&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; style=&amp;quot;background:#efefef;&amp;quot; | 1995&lt;br /&gt;
|-&lt;br /&gt;
| {{701C}}, {{701CS}} || Mar 1995 || [[Image:Icon20_trackwrite.png|TrackWrite]] SubNotebook&lt;br /&gt;
|-&lt;br /&gt;
| {{360CE}} || Apr 1995 || [[Image:Icon20_ultrabay.png | UltraBay]]&lt;br /&gt;
|-&lt;br /&gt;
| {{370C}} || May 1995 || [[Image:Icon20_ultrabay.png | UltraBay]]&lt;br /&gt;
|-&lt;br /&gt;
| {{755CX}} || May 1995 || [[Image:Icon20_ultrabay.png | UltraBay]]&lt;br /&gt;
|-&lt;br /&gt;
| {{755CV}} || May 1995 || [[Image:Icon20_ultrabay.png | UltraBay]] display can be used with overhead projectors&lt;br /&gt;
|-&lt;br /&gt;
| {{755CDV}} || June 1995 || [[Image:Icon20_ultrabay.png | UltraBay]] display can be used with overhead projectors&lt;br /&gt;
|-&lt;br /&gt;
| {{820}}, {{850}} || July 1995 || PowerPC driven&lt;br /&gt;
|-&lt;br /&gt;
| {{PC110}} || Sep 1995 || PalmTop - the smallest and cutest &amp;quot;ThinkPad&amp;quot; ever, was sold in Japan only&lt;br /&gt;
|-&lt;br /&gt;
| {{730TE}} || Oct 1995 || [[Image:Icon20_pen.png | TouchScreen]] TabletPC, enhanced version of 730T&lt;br /&gt;
|-&lt;br /&gt;
| {{760C}}, {{760CD}} || Oct 1995 || [[Image:Icon20_ultrabay.png | UltraBay]]&lt;br /&gt;
|-&lt;br /&gt;
| {{365C}}, {{365CS}} || Nov 1995 ||&lt;br /&gt;
|-&lt;br /&gt;
| {{365CD}}, {{365CSD}} || Nov 1995 ||&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; style=&amp;quot;background:#efefef;&amp;quot; | 1996&lt;br /&gt;
|-&lt;br /&gt;
| {{760L}}, {{760LD}} || Feb 1996 || [[Image:Icon20_ultrabay.png | UltraBay]]&lt;br /&gt;
|-&lt;br /&gt;
| {{365E}}, {{365ED}} || May 1996 ||&lt;br /&gt;
|-&lt;br /&gt;
| {{365X}}, {{365XD}} || May 1996 ||&lt;br /&gt;
|-&lt;br /&gt;
| {{560}} || May 1996 || UltraPortable&lt;br /&gt;
|-&lt;br /&gt;
| {{760E}}, {{760ED}}, {{760EL}}, {{760ELD}}|| May 1996 || First ThinkPads with CardBus&lt;br /&gt;
|-&lt;br /&gt;
| {{860}} || Oct 1996 || PowerPC driven&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; style=&amp;quot;background:#efefef;&amp;quot; | 1997&lt;br /&gt;
|-&lt;br /&gt;
| {{760XL}}, {{760XD}} || April 1997 || [[Image:Icon20_ultrabay.png | UltraBay]]&lt;br /&gt;
|-&lt;br /&gt;
| {{380}}, {{380D}} || May 1997 ||&lt;br /&gt;
|-&lt;br /&gt;
| {{385D}} || May 1997 ||&lt;br /&gt;
|-&lt;br /&gt;
| {{310}}, {{310D}} || June 1997 ||&lt;br /&gt;
|-&lt;br /&gt;
| {{560E}} || June 1997 ||&lt;br /&gt;
|-&lt;br /&gt;
| {{765L}}, {{765D}} || June 1997 || [[Image:Icon20_ultrabay.png | UltraBay]]&lt;br /&gt;
|-&lt;br /&gt;
| {{380E}}, {{380ED}} || Sep 1997 ||&lt;br /&gt;
|-&lt;br /&gt;
| {{385ED}} || Sep 1997 ||&lt;br /&gt;
|-&lt;br /&gt;
| {{770}} || Oct 1997 || [[Image:Icon20_ultrabayii.png | UltraBay II]] first Notebook with integrated DVD-ROM drive&lt;br /&gt;
|-&lt;br /&gt;
| {{310E}}, {{310ED}} || Nov 1997 ||&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; style=&amp;quot;background:#efefef;&amp;quot; | 1998&lt;br /&gt;
|-&lt;br /&gt;
| {{380XD}} || Mar 1998 ||&lt;br /&gt;
|-&lt;br /&gt;
| {{385XD}} || Mar 1998 ||&lt;br /&gt;
|-&lt;br /&gt;
| {{560X}} || Mar 1998 || UltraPortable&lt;br /&gt;
|-&lt;br /&gt;
| {{600}} || Apr 1998 || [[Image:Icon20_ultraslimbay.png | UltraSlimBay]] probably the most popular ThinkPad so far&lt;br /&gt;
|-&lt;br /&gt;
| {{770E}}, {{770ED}} || Apr 1998 || [[Image:Icon20_ultrabayii.png | UltraBay II]]&lt;br /&gt;
|-&lt;br /&gt;
| {{380Z}} || Sep 1998 || [[Image:Icon20_ultrabay.png | UltraBay]]&lt;br /&gt;
|-&lt;br /&gt;
| {{560Z}} || Sep 1998 || UltraPortable&lt;br /&gt;
|-&lt;br /&gt;
| {{770X}} || Oct 1998 || [[Image:Icon20_ultrabayii.png | UltraBay II]]&lt;br /&gt;
|-&lt;br /&gt;
| {{390}} || Nov 1998 || [[Image:Icon20_ultrabayfx.png | UltraBay FX]]&lt;br /&gt;
|-&lt;br /&gt;
| {{600E}} || Nov 1998 || [[Image:Icon20_ultraslimbay.png | UltraSlimBay]] enhanced version of 600&lt;br /&gt;
|-&lt;br /&gt;
| {{I1410}}, {{I1450}} || Nov 1998 || [[Image:Icon20_easylaunch.png|Easy Launch Buttons]]&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; style=&amp;quot;background:#efefef;&amp;quot; | 1999&lt;br /&gt;
|-&lt;br /&gt;
| {{I1411}}, {{I1451}} || Jan 1999 || [[Image:Icon20_easylaunch.png|Easy Launch Buttons]]&lt;br /&gt;
|-&lt;br /&gt;
| {{770Z}} || Feb 1999 || [[Image:Icon20_ultrabayii.png | UltraBay II]]&lt;br /&gt;
|-&lt;br /&gt;
| {{390E}} || Mar 1999 || [[Image:Icon20_ultrabayfx.png | UltraBay FX]]&lt;br /&gt;
|-&lt;br /&gt;
| {{570}} || Apr 1999 || [[Image:Icon20_ultrabase.png | UltraBase]] UltraPortable&lt;br /&gt;
|-&lt;br /&gt;
| {{240}} || June 1999 || SubNotebook&lt;br /&gt;
|-&lt;br /&gt;
| {{I1412}}, {{I1452}}, {{I1472}} || June 1999 || [[Image:Icon20_easylaunch.png|Easy Launch Buttons]]&lt;br /&gt;
|-&lt;br /&gt;
| {{I1512}}, {{I1552}} || July 1999 || [[Image:Icon20_easylaunch.png|Easy Launch Buttons]]&lt;br /&gt;
|-&lt;br /&gt;
| {{I1720}}, {{I1721}} || July 1999 || [[Image:Icon20_ultrabayfx.png | UltraBay FX]]&lt;br /&gt;
|-&lt;br /&gt;
| {{390X}} || Sep 1999 || [[Image:Icon20_ultrabayfx.png | UltraBay FX]]&lt;br /&gt;
|-&lt;br /&gt;
| {{I1420}} || Oct 1999 || [[Image:Icon20_easylaunch.png|Easy Launch Buttons]]&lt;br /&gt;
|-&lt;br /&gt;
| {{I1460}}, {{I1480}} || Oct 1999 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_easylaunch.png|Easy Launch Buttons]] first Notebook with integrated keyboard light&lt;br /&gt;
|-&lt;br /&gt;
| {{I1540}}, {{I1560}} || Oct 1999 || [[Image:Icon20_easylaunch.png|Easy Launch Buttons]]&lt;br /&gt;
|-&lt;br /&gt;
| {{600X}} || Dec 1999 || [[Image:Icon20_ultraslimbay.png | UltraSlimBay]] enhanced version of 600E&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; style=&amp;quot;background:#efefef;&amp;quot; | 2000&lt;br /&gt;
|-&lt;br /&gt;
| {{I1421}}, {{I1441}} || Jan 2000 || [[Image:Icon20_easylaunch.png|Easy Launch Buttons]]&lt;br /&gt;
|-&lt;br /&gt;
| {{I1541}} || Jan 2000 || [[Image:Icon20_easylaunch.png|Easy Launch Buttons]]&lt;br /&gt;
|-&lt;br /&gt;
| {{570E}} || Feb 2000 || [[Image:Icon20_ultrabase.png | UltraBase]] UltraPortable&lt;br /&gt;
|-&lt;br /&gt;
| {{I1422}}, {{I1442}}, {{I1482}},&amp;lt;br&amp;gt;{{I1483}}, {{I1492}} || Mar 2000 || [[Image:Icon20_easylaunch.png|Easy Launch Buttons]]&lt;br /&gt;
|-&lt;br /&gt;
| {{I1542}}, {{I1562}}, {{I1592}} || April 2000 || [[Image:Icon20_easylaunch.png|Easy Launch Buttons]]&lt;br /&gt;
|-&lt;br /&gt;
| {{A20m}} || May 2000 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabay2000.png | UltraBay 2000]] [[Image:Icon20_accessibm.png|ThinkPad Button]]&lt;br /&gt;
|-&lt;br /&gt;
| {{A20p}} || May 2000 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabay2000.png | UltraBay 2000]] [[Image:Icon20_accessibm.png|ThinkPad Button]] [[Image:Icon20_ultraport.png | UltraPort]]]&lt;br /&gt;
|-&lt;br /&gt;
| {{T20}} || May 2000 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabay2000.png | UltraBay 2000]] [[Image:Icon20_accessibm.png|ThinkPad Button]] [[Image:Icon20_ultraport.png | UltraPort]]&lt;br /&gt;
|-&lt;br /&gt;
| {{240X}} || June 2000 ||&lt;br /&gt;
|-&lt;br /&gt;
| {{I1210}}, {{I1230}},&amp;lt;br&amp;gt;{{I1250}}, {{I1260}}  || June 2000 ||&lt;br /&gt;
|-&lt;br /&gt;
| {{I1330}}, {{I1370}} || June 2000 || [[Image:Icon20_easylaunch.png|Easy Launch Buttons]]&lt;br /&gt;
|-&lt;br /&gt;
| {{I1200}}, {{I1300}}|| Sep 2000 || [[Image:Icon20_easylaunch.png|Easy Launch Buttons]]&lt;br /&gt;
|-&lt;br /&gt;
| {{X20}} || Sep 2000 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabase.png | UltraBase X2]] [[Image:Icon20_accessibm.png|ThinkPad Button]] [[Image:Icon20_ultraport.png | UltraPort]] UltraPortable&lt;br /&gt;
|-&lt;br /&gt;
| {{A21m}} || Sep 2000 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabay2000.png | UltraBay 2000]] [[Image:Icon20_accessibm.png|ThinkPad Button]]&lt;br /&gt;
|-&lt;br /&gt;
| {{A21p}} || Sep 2000 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabay2000.png | UltraBay 2000]] [[Image:Icon20_accessibm.png|ThinkPad Button]] [[Image:Icon20_ultraport.png | UltraPort]]&lt;br /&gt;
|-&lt;br /&gt;
| {{A21e}} || Oct 2000 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabay2000.png | UltraBay 2000]] [[Image:Icon20_accessibm.png|ThinkPad Button]]&lt;br /&gt;
|-&lt;br /&gt;
| {{T21}} || Oct 2000 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabay2000.png | UltraBay 2000]] [[Image:Icon20_accessibm.png|ThinkPad Button]] [[Image:Icon20_ultraport.png | UltraPort]]&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; style=&amp;quot;background:#efefef;&amp;quot; | 2001&lt;br /&gt;
|-&lt;br /&gt;
| {{TransNote}} || Feb 2001 || [[Image:Icon20_accessibm.png|ThinkPad Button]] [[Image:Icon20_pen.png | TouchScreen]] [[Image:Icon20_ink.png | ThinkScribe]] IBMs innovative approach on Human Interaction&lt;br /&gt;
|-&lt;br /&gt;
| {{T22}} || Mar 2001 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabay2000.png | UltraBay 2000]] [[Image:Icon20_accessibm.png|ThinkPad Button]] [[Image:Icon20_ultraport.png | UltraPort]]&lt;br /&gt;
|-&lt;br /&gt;
| {{A22m}} || Apr 2001 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabay2000.png | UltraBay 2000]] [[Image:Icon20_accessibm.png|ThinkPad Button]]&lt;br /&gt;
|-&lt;br /&gt;
| {{A22p}} || Apr 2001 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabay2000.png | UltraBay 2000]] [[Image:Icon20_accessibm.png|ThinkPad Button]] [[Image:Icon20_ultraport.png | UltraPort]]&lt;br /&gt;
|-&lt;br /&gt;
| {{X21}} || Apr 2001 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabase.png | UltraBase X2]] [[Image:Icon20_accessibm.png|ThinkPad Button]] [[Image:Icon20_ultraport.png | UltraPort]] UltraPortable&lt;br /&gt;
|-&lt;br /&gt;
| {{S30}} || May 2001 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultraport.png | UltraPort]] [[Image:Icon20_easylaunch.png|Easy Launch Buttons]] [[Image:Icon20_wlan.png | Integrated Wireless Adapter]]&lt;br /&gt;
|-&lt;br /&gt;
| {{A22e}} || June 2001 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabay2000.png | UltraBay 2000]] [[Image:Icon20_accessibm.png|ThinkPad Button]]&lt;br /&gt;
|-&lt;br /&gt;
| {{T23}} || July 2001 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabayplus.png | UltraBay Plus]] [[Image:Icon20_ess.png|Embedded Security Subsystem]] [[Image:Icon20_accessibm.png|ThinkPad Button]] [[Image:Icon20_ultraport.png | UltraPort]] [[Image:Icon20_wlan.png | Integrated Wireless Adapter]]&lt;br /&gt;
|-&lt;br /&gt;
| {{A30}} || Oct 2001 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabayplus.png | UltraBay Plus]] [[Image:Icon20_ultrabay2000.png | UltraBay 2000]] [[Image:Icon20_accessibm.png|Access IBM Button]] [[Image:Icon20_webnav.png | Web Navigation Keys]] [[Image:Icon20_browsekeys.png|Browser Keys]] [[Image:Icon20_wlan.png | Integrated Wireless Adapter]]&lt;br /&gt;
|-&lt;br /&gt;
| {{A30p}} || Oct 2001 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabayplus.png | UltraBay Plus]] [[Image:Icon20_ultrabay2000.png | UltraBay 2000]] [[Image:Icon20_accessibm.png|Access IBM Button]] [[Image:Icon20_webnav.png | Web Navigation Keys]] [[Image:Icon20_browsekeys.png|Browser Keys]] [[Image:Icon20_ultraport.png | UltraPort]] [[Image:Icon20_bluetooth.png | Integrated Bluetooth Adapter]] [[Image:Icon20_wlan.png | Integrated Wireless Adapter]]&lt;br /&gt;
|-&lt;br /&gt;
| {{R30}} || Oct 2001 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabayplus.png | UltraBay Plus]] [[Image:Icon20_accessibm.png|Access IBM Button]] [[Image:Icon20_browsekeys.png|Browser Keys]] [[Image:Icon20_wlan.png | Integrated Wireless Adapter]] &lt;br /&gt;
|-&lt;br /&gt;
| {{X22}} || Oct 2001 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabase.png | UltraBase X2]] [[Image:Icon20_ess.png|Embedded Security Subsystem]] [[Image:Icon20_accessibm.png|ThinkPad Button]] [[Image:Icon20_ultraport.png | UltraPort]] [[Image:Icon20_wlan.png | Integrated Wireless Adapter]]  UltraPortable&lt;br /&gt;
|-&lt;br /&gt;
| {{S31}} || Nov 2001 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_easylaunch.png|Easy Launch Buttons]] [[Image:Icon20_ultraport.png | UltraPort]] [[Image:Icon20_wlan.png | Integrated Wireless Adapter]]&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; style=&amp;quot;background:#efefef;&amp;quot; | 2002&lt;br /&gt;
|-&lt;br /&gt;
| {{X23}} || Jan 2002 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabase.png | UltraBase X2]] [[Image:Icon20_ess.png|Embedded Security Subsystem]] [[Image:Icon20_accessibm.png|ThinkPad Button]] [[Image:Icon20_ultraport.png | UltraPort]] [[Image:Icon20_wlan.png | Integrated Wireless Adapter]] [[Image:Icon20_bluetooth.png | Integrated Bluetooth Adapter]] UltraPortable &lt;br /&gt;
|-&lt;br /&gt;
| {{R31}} || Feb 2002 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabayplus.png | UltraBay Plus]]  [[Image:Icon20_ess.png|Embedded Security Subsystem]] [[Image:Icon20_accessibm.png|Access IBM Button]] [[Image:Icon20_browsekeys.png|Browser Keys]] [[Image:Icon20_wlan.png | Integrated Wireless Adapter]]&lt;br /&gt;
|-&lt;br /&gt;
| {{A31}} || Mar 2002 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabayplus.png | UltraBay Plus]] [[Image:Icon20_ultrabay2000.png | UltraBay 2000]] [[Image:Icon20_accessibm.png|Access IBM Button]] [[Image:Icon20_webnav.png | Web Navigation Keys]] [[Image:Icon20_browsekeys.png|Browser Keys]] [[Image:Icon20_wlan.png | Integrated Wireless Adapter]]&lt;br /&gt;
|-&lt;br /&gt;
| {{A31p}} || Mar 2002 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabayplus.png | UltraBay Plus]] [[Image:Icon20_ultrabay2000.png | UltraBay 2000]] [[Image:Icon20_accessibm.png|Access IBM Button]] [[Image:Icon20_webnav.png | Web Navigation Keys]] [[Image:Icon20_browsekeys.png|Browser Keys]] [[Image:Icon20_ultraport.png | UltraPort]]  [[Image:Icon20_bluetooth.png | Integrated Bluetooth Adapter]] [[Image:Icon20_wlan.png | Integrated Wireless Adapter]]&lt;br /&gt;
|-&lt;br /&gt;
| {{T30}} || May 2002 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabayplus.png | UltraBay Plus]] [[Image:Icon20_ess.png|Embedded Security Subsystem]] [[Image:Icon20_accessibm.png|Access IBM Button]] [[Image:Icon20_ultranav.png | UltraNav]] [[Image:Icon20_browsekeys.png|Browser Keys]] [[Image:Icon20_wlan.png | Integrated Wireless Adapter]] [[Image:Icon20_bluetooth.png | Integrated Bluetooth Adapter]]&lt;br /&gt;
|-&lt;br /&gt;
| {{X24}} || May 2002 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabase.png | UltraBase X2]] [[Image:Icon20_ess.png|Embedded Security Subsystem]] [[Image:Icon20_accessibm.png|ThinkPad Button]] [[Image:Icon20_ultraport.png | UltraPort]] [[Image:Icon20_wlan.png | Integrated Wireless Adapter]] [[Image:Icon20_bluetooth.png | Integrated Bluetooth Adapter]] UltraPortable &lt;br /&gt;
|-&lt;br /&gt;
| {{R32}} || June 2002 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabayplus.png | UltraBay Plus]] [[Image:Icon20_ess.png|Embedded Security Subsystem]] [[Image:Icon20_accessibm.png|Access IBM Button]] [[Image:Icon20_browsekeys.png|Browser Keys]] [[Image:Icon20_wlan.png | Integrated Wireless Adapter]] &lt;br /&gt;
|-&lt;br /&gt;
| {{X30}} || Sep 2002 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabase.png | UltraBase X3]] [[Image:Icon20_ess.png|Embedded Security Subsystem]] [[Image:Icon20_accessibm.png|Access IBM Button]] [[Image:Icon20_browsekeys.png|Browser Keys]] [[Image:Icon20_wlan.png | Integrated Wireless Adapter]] UltraPortable&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; style=&amp;quot;background:#efefef;&amp;quot; | 2003&lt;br /&gt;
|-&lt;br /&gt;
| {{R40}} || Jan 2003 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabayplus.png | UltraBay Plus]] [[Image:Icon20_ess.png|Embedded Security Subsystem]] [[Image:Icon20_accessibm.png|Access IBM Button]] [[Image:Icon20_help.png|Predesktop Area]] [[Image:Icon20_ultranav.png | UltraNav]] [[Image:Icon20_browsekeys.png|Browser Keys]] [[Image:Icon20_wlan.png | Integrated Wireless Adapter]] &lt;br /&gt;
|-&lt;br /&gt;
| {{T40}}, {{T40p}} || Mar 2003 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabayslim.png | UltraBay Slim]] [[Image:Icon20_ess.png|Embedded Security Subsystem]] [[Image:Icon20_accessibm.png|Access IBM Button]] [[Image:Icon20_help.png|Predesktop Area]] [[Image:Icon20_ultranav.png | UltraNav]] [[Image:Icon20_browsekeys.png|Browser Keys]] [[Image:Icon20_wlan.png | Integrated Wireless Adapter]] [[Image:Icon20_bluetooth.png | Integrated Bluetooth Adapter]]&lt;br /&gt;
|-&lt;br /&gt;
| {{X31}} || Mar 2003 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabase.png | UltraBase X3]] [[Image:Icon20_ess.png|Embedded Security Subsystem]] [[Image:Icon20_accessibm.png|Access IBM Button]] [[Image:Icon20_help.png|Predesktop Area]] [[Image:Icon20_browsekeys.png|Browser Keys]] [[Image:Icon20_wlan.png | Integrated Wireless Adapter]] [[Image:Icon20_bluetooth.png | Integrated Bluetooth Adapter]] UltraPortable&lt;br /&gt;
|-&lt;br /&gt;
| {{G40}} || Apr 2003 || [[Image:Icon20_accessibm.png|Access IBM Button]] [[Image:Icon20_browsekeys.png|Browser Keys]] [[Image:Icon20_wlan.png | Integrated Wireless Adapter]]&lt;br /&gt;
|-&lt;br /&gt;
| {{R40e}} || Oct 2003 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabayplus.png | UltraBay Plus]] [[Image:Icon20_accessibm.png|Access IBM Button]] [[Image:Icon20_help.png|Predesktop Area]] [[Image:Icon20_browsekeys.png|Browser Keys]] [[Image:Icon20_wlan.png | Integrated Wireless Adapter]] &lt;br /&gt;
|-&lt;br /&gt;
| {{R50}} || Oct 2003 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabayenh.png | UltraBay Enhanced]] [[Image:Icon20_ess.png|Embedded Security Subsystem]] [[Image:Icon20_aps.png | Active Protection System]] [[Image:Icon20_accessibm.png|Access IBM Button]] [[Image:Icon20_help.png|Predesktop Area]] [[Image:Icon20_ultranav.png | UltraNav]] [[Image:Icon20_browsekeys.png|Browser Keys]] [[Image:Icon20_wlan.png | Integrated Wireless Adapter]]&lt;br /&gt;
|-&lt;br /&gt;
| {{T41}} || Oct 2003 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabayslim.png | UltraBay Slim]] [[Image:Icon20_ess.png|Embedded Security Subsystem]] [[Image:Icon20_aps.png | Active Protection System]] [[Image:Icon20_accessibm.png|Access IBM Button]] [[Image:Icon20_help.png|Predesktop Area]] [[Image:Icon20_ultranav.png | UltraNav]] [[Image:Icon20_browsekeys.png|Browser Keys]] [[Image:Icon20_wlan.png | Integrated Wireless Adapter]] [[Image:Icon20_bluetooth.png | Integrated Bluetooth Adapter]] first notebook with [[Active Protection System | HDD protection system]]&lt;br /&gt;
|-&lt;br /&gt;
| {{T41p}} || Nov 2003 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabayslim.png | UltraBay Slim]] [[Image:Icon20_ess.png|Embedded Security Subsystem]] [[Image:Icon20_aps.png | Active Protection System]] [[Image:Icon20_accessibm.png|Access IBM Button]] [[Image:Icon20_help.png|Predesktop Area]] [[Image:Icon20_ultranav.png | UltraNav]] [[Image:Icon20_browsekeys.png|Browser Keys]] [[Image:Icon20_wlan.png | Integrated Wireless Adapter]] [[Image:Icon20_bluetooth.png | Integrated Bluetooth Adapter]]&lt;br /&gt;
|-&lt;br /&gt;
| {{R50p}} || Nov 2003 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabayenh.png | UltraBay Enhanced]] [[Image:Icon20_ess.png|Embedded Security Subsystem]] [[Image:Icon20_aps.png | Active Protection System]] [[Image:Icon20_accessibm.png|Access IBM Button]] [[Image:Icon20_help.png|Predesktop Area]] [[Image:Icon20_ultranav.png | UltraNav]] [[Image:Icon20_browsekeys.png|Browser Keys]] [[Image:Icon20_wlan.png | Integrated Wireless Adapter]] [[Image:Icon20_bluetooth.png | Integrated Bluetooth Adapter]]&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; style=&amp;quot;background:#efefef;&amp;quot; | 2004&lt;br /&gt;
|-&lt;br /&gt;
| {{X40}} || Feb 2004 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabase.png | UltraBase X4]] [[Image:Icon20_ess.png|Embedded Security Subsystem]] [[Image:Icon20_aps.png | Active Protection System]] [[Image:Icon20_accessibm.png|Access IBM Button]] [[Image:Icon20_help.png|Predesktop Area]] [[Image:Icon20_browsekeys.png|Browser Keys]] [[Image:Icon20_wlan.png | Integrated Wireless Adapter]] [[Image:Icon20_bluetooth.png | Integrated Bluetooth Adapter]] UltraPortable&lt;br /&gt;
|-&lt;br /&gt;
| {{R50e}} || Apr 2004 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabayslim.png | UltraBay Slim]] [[Image:Icon20_accessibm.png|Access IBM Button]] [[Image:Icon20_help.png|Predesktop Area]] [[Image:Icon20_browsekeys.png|Browser Keys]] [[Image:Icon20_wlan.png | Integrated Wireless Adapter]]&lt;br /&gt;
|-&lt;br /&gt;
| {{R51}} || Apr 2004 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabayenh.png | UltraBay Enhanced]] [[Image:Icon20_ess.png|Embedded Security Subsystem]] [[Image:Icon20_aps.png | Active Protection System]] [[Image:Icon20_accessibm.png|Access IBM Button]] [[Image:Icon20_help.png|Predesktop Area]] [[Image:Icon20_ultranav.png | UltraNav]] [[Image:Icon20_browsekeys.png|Browser Keys]] [[Image:Icon20_wlan.png | Integrated Wireless Adapter]] [[Image:Icon20_bluetooth.png | Integrated Bluetooth Adapter]]&lt;br /&gt;
|-&lt;br /&gt;
| {{T42}}, {{T42p}} || May 2004 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabayslim.png | UltraBay Slim]] [[Image:Icon20_ess.png|Embedded Security Subsystem]] [[Image:Icon20_aps.png | Active Protection System]] [[Image:Icon20_accessibm.png|Access IBM Button]] [[Image:Icon20_help.png|Predesktop Area]] [[Image:Icon20_ultranav.png | UltraNav]] [[Image:Icon20_browsekeys.png|Browser Keys]] [[Image:Icon20_wlan.png | Integrated Wireless Adapter]] [[Image:Icon20_bluetooth.png | Integrated Bluetooth Adapter]] [[Image:Icon20_fingerprint.png|Integrated Fingerprint Reader]]&lt;br /&gt;
|-&lt;br /&gt;
| {{G41}} || Oct 2004 || [[Image:Icon20_accessibm.png|Access IBM Button]] [[Image:Icon20_browsekeys.png|Browser Keys]] [[Image:Icon20_wlan.png | Integrated Wireless Adapter]]&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; style=&amp;quot;background:#efefef;&amp;quot; | 2005&lt;br /&gt;
|-&lt;br /&gt;
| {{T43}} || Feb 2005 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabayslim.png | UltraBay Slim]] [[Image:Icon20_ess.png|Embedded Security Subsystem]] [[Image:Icon20_aps.png | Active Protection System]] [[Image:Icon20_accessibm.png|Access IBM Button]] [[Image:Icon20_help.png|Predesktop Area]] [[Image:Icon20_ultranav.png | UltraNav]] [[Image:Icon20_browsekeys.png|Browser Keys]] [[Image:Icon20_wlan.png | Integrated Wireless Adapter]] [[Image:Icon20_bluetooth.png | Integrated Bluetooth Adapter]] [[Image:Icon20_fingerprint.png|Integrated Fingerprint Reader]]&lt;br /&gt;
|-&lt;br /&gt;
| {{R52}} || Mar 2005 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabayenh.png | UltraBay Enhanced]] [[Image:Icon20_ess.png|Embedded Security Subsystem]] [[Image:Icon20_aps.png | Active Protection System]] [[Image:Icon20_accessibm.png|Access IBM Button]] [[Image:Icon20_help.png|Predesktop Area]] [[Image:Icon20_ultranav.png | UltraNav]] [[Image:Icon20_browsekeys.png|Browser Keys]] [[Image:Icon20_wlan.png | Integrated Wireless Adapter]] [[Image:Icon20_bluetooth.png | Integrated Bluetooth Adapter]]&lt;br /&gt;
|-&lt;br /&gt;
| {{T43p}} || Apr 2005 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabayslim.png | UltraBay Slim]] [[Image:Icon20_ess.png|Embedded Security Subsystem]] [[Image:Icon20_aps.png | Active Protection System]] [[Image:Icon20_accessibm.png|Access IBM Button]] [[Image:Icon20_help.png|Predesktop Area]] [[Image:Icon20_ultranav.png | UltraNav]] [[Image:Icon20_browsekeys.png|Browser Keys]] [[Image:Icon20_wlan.png | Integrated Wireless Adapter]] [[Image:Icon20_bluetooth.png | Integrated Bluetooth Adapter]] [[Image:Icon20_fingerprint.png|Integrated Fingerprint Reader]]&lt;br /&gt;
|-&lt;br /&gt;
| {{X32}} || Apr 2005 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabase.png | UltraBase X3]] [[Image:Icon20_ess.png|Embedded Security Subsystem]] [[Image:Icon20_accessibm.png|Access IBM Button]] [[Image:Icon20_help.png|Predesktop Area]] [[Image:Icon20_browsekeys.png|Browser Keys]] [[Image:Icon20_wlan.png | Integrated Wireless Adapter]]  [[Image:Icon20_bluetooth.png | Integrated Bluetooth Adapter]] UltraPortable&lt;br /&gt;
|-&lt;br /&gt;
| {{X41}} || Apr 2005 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabase.png | UltraBase X4]] [[Image:Icon20_ess.png|Embedded Security Subsystem]] [[Image:Icon20_aps.png | Active Protection System]] [[Image:Icon20_accessibm.png|Access IBM Button]] [[Image:Icon20_help.png|Predesktop Area]] [[Image:Icon20_browsekeys.png|Browser Keys]] [[Image:Icon20_wlan.png | Integrated Wireless Adapter]] [[Image:Icon20_bluetooth.png | Integrated Bluetooth Adapter]] [[Image:Icon20_fingerprint.png|Integrated Fingerprint Reader]] UltraPortable&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Lenovo ThinkPad==&lt;br /&gt;
Lenovo completed the ThinkPad brand acquisition in May 2005. As part of the deal select ThinkPads continued to be sold under the '''IBM ThinkPad''' brand for years afterwards.&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|+ ThinkPads sorted by time of appearance&lt;br /&gt;
! style=&amp;quot;background:#ffdead;&amp;quot; | ThinkPad model !! style=&amp;quot;background:#ffdead;&amp;quot; | release year !! style=&amp;quot;background:#ffdead;&amp;quot; | special characteristics&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; style=&amp;quot;background:#efefef;&amp;quot; | 2005&lt;br /&gt;
|-&lt;br /&gt;
| {{X41_Tablet}} || June 2005 || [[Image:Icon20_ess.png|Embedded Security Subsystem]] [[Image:Icon20_aps.png | Active Protection System]] [[Image:Icon20_accessibm.png|ThinkVantage Button]] [[Image:Icon20_help.png|Predesktop Area]] [[Image:Icon20_browsekeys.png|Browser Keys]] [[Image:Icon20_wlan.png | Integrated Wireless Adapter]] [[Image:Icon20_bluetooth.png | Integrated Bluetooth Adapter]] [[Image:Icon20_fingerprint.png|Integrated Fingerprint Reader]] [[Image:Icon20_pen.png | Tablet-Digitizer-Screen]] Tablet-Convertable&lt;br /&gt;
|-&lt;br /&gt;
| {{Z60m}} || Sep 2005 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabayenh.png | UltraBay Enhanced]] [[Image:Icon20_ess.png|Embedded Security Subsystem]] [[Image:Icon20_aps.png | Active Protection System]] [[Image:Icon20_accessibm.png|ThinkVantage Button]] [[Image:Icon20_ultranav.png | UltraNav]] [[Image:Icon20_browsekeys.png|Browser Keys]] [[Image:Icon20_wlan.png | Integrated Wireless Adapter]] [[Image:Icon20_bluetooth.png | Integrated Bluetooth Adapter]] [[Image:Icon20_fingerprint.png|Integrated Fingerprint Reader]] Widescreen&lt;br /&gt;
|-&lt;br /&gt;
| {{Z60t}} || Sep 2005 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabayslim.png | UltraBay Slim]] [[Image:Icon20_ess.png|Embedded Security Subsystem]] [[Image:Icon20_aps.png | Active Protection System]] [[Image:Icon20_accessibm.png|ThinkVantage Button]] [[Image:Icon20_ultranav.png | UltraNav]] [[Image:Icon20_browsekeys.png|Browser Keys]] [[Image:Icon20_wlan.png | Integrated Wireless Adapter]] [[Image:Icon20_bluetooth.png | Integrated Bluetooth Adapter]] [[Image:Icon20_fingerprint.png|Integrated Fingerprint Reader]] Widescreen&lt;br /&gt;
|-&lt;br /&gt;
| {{R51e}} || Sep 2005 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_accessibm.png|Access IBM Button]] [[Image:Icon20_browsekeys.png|Browser Keys]] [[Image:Icon20_wlan.png | Integrated Wireless Adapter]]&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; style=&amp;quot;background:#efefef;&amp;quot; | 2006&lt;br /&gt;
|-&lt;br /&gt;
| {{T60}} || Jan 2006 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabayslim.png | UltraBay Slim]] [[Image:Icon20_ess.png|Embedded Security Subsystem]] [[Image:Icon20_aps.png | Active Protection System]] [[Image:Icon20_accessibm.png|ThinkVantage Button]] [[Image:Icon20_ultranav.png | UltraNav]] [[Image:Icon20_browsekeys.png|Browser Keys]] [[Image:Icon20_wlan.png | Integrated Wireless Adapter]] [[Image:Icon20_bluetooth.png | Integrated Bluetooth Adapter]] [[Image:Icon20_fingerprint.png|Integrated Fingerprint Reader]]&lt;br /&gt;
|-&lt;br /&gt;
| {{X60}} || Jan 2006 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabase.png | UltraBase X6]] [[Image:Icon20_ess.png|Embedded Security Subsystem]] [[Image:Icon20_aps.png | Active Protection System]] [[Image:Icon20_accessibm.png|ThinkVantage Button]] [[Image:Icon20_browsekeys.png|Browser Keys]] [[Image:Icon20_wlan.png | Integrated Wireless Adapter]] [[Image:Icon20_bluetooth.png | Integrated Bluetooth Adapter]] [[Image:Icon20_fingerprint.png|Integrated Fingerprint Reader]] UltraPortable&lt;br /&gt;
|-&lt;br /&gt;
| {{X60s}} || Jan 2006 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabase.png | UltraBase X6]] [[Image:Icon20_ess.png|Embedded Security Subsystem]] [[Image:Icon20_aps.png | Active Protection System]] [[Image:Icon20_accessibm.png|ThinkVantage Button]] [[Image:Icon20_browsekeys.png|Browser Keys]] [[Image:Icon20_wlan.png | Integrated Wireless Adapter]] [[Image:Icon20_bluetooth.png | Integrated Bluetooth Adapter]] [[Image:Icon20_fingerprint.png|Integrated Fingerprint Reader]] UltraPortable&lt;br /&gt;
|-&lt;br /&gt;
| {{T60p}} || Feb 2006 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabayslim.png | UltraBay Slim]] [[Image:Icon20_ess.png|Embedded Security Subsystem]] [[Image:Icon20_aps.png | Active Protection System]] [[Image:Icon20_accessibm.png|ThinkVantage Button]] [[Image:Icon20_ultranav.png | UltraNav]] [[Image:Icon20_browsekeys.png|Browser Keys]] [[Image:Icon20_wlan.png | Integrated Wireless Adapter]] [[Image:Icon20_bluetooth.png | Integrated Bluetooth Adapter]] [[Image:Icon20_fingerprint.png|Integrated Fingerprint Reader]]&lt;br /&gt;
|-&lt;br /&gt;
| {{R60}} || May 2006 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabayenh.png | UltraBay Enhanced]] [[Image:Icon20_ess.png|Embedded Security Subsystem]] [[Image:Icon20_aps.png | Active Protection System]] [[Image:Icon20_accessibm.png|ThinkVantage Button]] [[Image:Icon20_ultranav.png | UltraNav]] [[Image:Icon20_browsekeys.png|Browser Keys]] [[Image:Icon20_wlan.png | Integrated Wireless Adapter]] [[Image:Icon20_bluetooth.png | Integrated Bluetooth Adapter]] [[Image:Icon20_fingerprint.png|Integrated Fingerprint Reader]]&lt;br /&gt;
|-&lt;br /&gt;
| {{R60e}} || May 2006 || &lt;br /&gt;
|-&lt;br /&gt;
| {{Z61e}} || May 2006 || Widescreen&lt;br /&gt;
|-&lt;br /&gt;
| {{Z61m}} || May 2006 || Widescreen&lt;br /&gt;
|-&lt;br /&gt;
| {{Z61t}} || May 2006 || Widescreen&lt;br /&gt;
|-&lt;br /&gt;
| {{Z61p}} || July 2006 || Widescreen&lt;br /&gt;
|-&lt;br /&gt;
| {{X60_Tablet}} || Nov 2006 || [[Image:Icon20_ess.png|Embedded Security Subsystem]] [[Image:Icon20_aps.png | Active Protection System]] [[Image:Icon20_accessibm.png|ThinkVantage Button]] [[Image:Icon20_help.png|Predesktop Area]] [[Image:Icon20_browsekeys.png|Browser Keys]] [[Image:Icon20_wlan.png | Integrated Wireless Adapter]] [[Image:Icon20_bluetooth.png | Integrated Bluetooth Adapter]] [[Image:Icon20_fingerprint.png|Integrated Fingerprint Reader]] [[Image:Icon20_pen.png | Tablet-Digitizer-Screen]] Tablet-Convertable&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; style=&amp;quot;background:#efefef;&amp;quot; | 2007&lt;br /&gt;
|-&lt;br /&gt;
| {{T61}} ([http://www-306.ibm.com/common/ssi/fcgi-bin/ssialias?infotype=AN&amp;amp;subtype=CA&amp;amp;htmlfid=897/ENUS107-205&amp;amp;appname=lenovous&amp;amp;language=en]) || May 2007 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabayslim.png | UltraBay Slim]] [[Image:Icon20_ess.png|Embedded Security Subsystem]] [[Image:Icon20_aps.png | Active Protection System]] [[Image:Icon20_accessibm.png|ThinkVantage Button]] [[Image:Icon20_ultranav.png | UltraNav]] [[Image:Icon20_browsekeys.png|Browser Keys]] [[Image:Icon20_wlan.png | Integrated Wireless Adapter]] [[Image:Icon20_bluetooth.png | Integrated Bluetooth Adapter]] [[Image:Icon20_fingerprint.png|Integrated Fingerprint Reader]] Widescreen ; Full Disk Encryption&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; style=&amp;quot;background:#efefef;&amp;quot; | 2008&lt;br /&gt;
|-&lt;br /&gt;
| {{T400}} || July 2008 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabayslim.png | Serial UltraBay Slim]] [[Image:Icon20_ess.png|Embedded Security Subsystem]] [[Image:Icon20_aps.png | Active Protection System]] [[Image:Icon20_accessibm.png|ThinkVantage Button]] [[Image:Icon20_ultranav.png | UltraNav]] [[Image:Icon20_browsekeys.png|Browser Keys]] [[Image:Icon20_wlan.png | Integrated Wireless Adapter]] [[Image:Icon20_bluetooth.png | Integrated Bluetooth Adapter]] [[Image:Icon20_fingerprint.png|Integrated Fingerprint Reader]]&lt;br /&gt;
|-&lt;br /&gt;
| {{T500}} || July 2008 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabayslim.png | Serial UltraBay Slim]] [[Image:Icon20_ess.png|Embedded Security Subsystem]] [[Image:Icon20_aps.png | Active Protection System]] [[Image:Icon20_accessibm.png|ThinkVantage Button]] [[Image:Icon20_ultranav.png | UltraNav]] [[Image:Icon20_browsekeys.png|Browser Keys]] [[Image:Icon20_wlan.png | Integrated Wireless Adapter]] [[Image:Icon20_bluetooth.png | Integrated Bluetooth Adapter]] [[Image:Icon20_fingerprint.png|Integrated Fingerprint Reader]]&lt;br /&gt;
|-&lt;br /&gt;
| {{X200}} || July 2008 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabase.png | UltraBase X200]] [[Image:Icon20_ess.png|Embedded Security Subsystem]] [[Image:Icon20_aps.png | Active Protection System]] [[Image:Icon20_accessibm.png|ThinkVantage Button]] [[Image:Icon20_browsekeys.png|Browser Keys]] [[Image:Icon20_wlan.png | Integrated Wireless Adapter]] [[Image:Icon20_bluetooth.png | Integrated Bluetooth Adapter]] [[Image:Icon20_fingerprint.png|Integrated Fingerprint Reader]] UltraPortable&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; style=&amp;quot;background:#efefef;&amp;quot; | 2009&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; style=&amp;quot;background:#efefef;&amp;quot; | 2010&lt;br /&gt;
|-&lt;br /&gt;
| {{T410}} || January 2010 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabayslim.png | Serial UltraBay Slim]] [[Image:Icon20_ess.png|Embedded Security Subsystem]] [[Image:Icon20_aps.png | Active Protection System]] [[Image:Icon20_accessibm.png|ThinkVantage Button]] [[Image:Icon20_ultranav.png | UltraNav]] [[Image:Icon20_browsekeys.png|Browser Keys]] [[Image:Icon20_wlan.png | Integrated Wireless Adapter]] [[Image:Icon20_bluetooth.png | Integrated Bluetooth Adapter]] [[Image:Icon20_fingerprint.png|Integrated Fingerprint Reader]]&lt;br /&gt;
|-&lt;br /&gt;
| {{T510}} || January 2010 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabayslim.png | Serial UltraBay Slim]] [[Image:Icon20_ess.png|Embedded Security Subsystem]] [[Image:Icon20_aps.png | Active Protection System]] [[Image:Icon20_accessibm.png|ThinkVantage Button]] [[Image:Icon20_ultranav.png | UltraNav]] [[Image:Icon20_browsekeys.png|Browser Keys]] [[Image:Icon20_wlan.png | Integrated Wireless Adapter]] [[Image:Icon20_bluetooth.png | Integrated Bluetooth Adapter]] [[Image:Icon20_fingerprint.png|Integrated Fingerprint Reader]]&lt;br /&gt;
|-&lt;br /&gt;
| {{X100e}} || January 2010 || [[Image:Icon20_ess.png|Embedded Security Subsystem]] [[Image:Icon20_aps.png | Active Protection System]] [[Image:Icon20_ultranav.png | UltraNav]] [[Image:Icon20_wlan.png | Integrated Wireless Adapter]] [[Image:Icon20_bluetooth.png | Integrated Bluetooth Adapter]] Entry UltraPortable&lt;br /&gt;
|-&lt;br /&gt;
| {{X201}} || February 2010 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabase.png | UltraBase X200]] [[Image:Icon20_ess.png|Embedded Security Subsystem]] [[Image:Icon20_aps.png | Active Protection System]] [[Image:Icon20_accessibm.png|ThinkVantage Button]] [[Image:Icon20_browsekeys.png|Browser Keys]] [[Image:Icon20_wlan.png | Integrated Wireless Adapter]] [[Image:Icon20_bluetooth.png | Integrated Bluetooth Adapter]] [[Image:Icon20_fingerprint.png|Integrated Fingerprint Reader]] UltraPortable&lt;br /&gt;
|-|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Models]]&lt;/div&gt;</summary>
		<author><name>Yak</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=ThinkPad_History&amp;diff=48657</id>
		<title>ThinkPad History</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=ThinkPad_History&amp;diff=48657"/>
		<updated>2010-05-27T12:25:37Z</updated>

		<summary type="html">&lt;p&gt;Yak: Added more recent models&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Here is an overview of the history of the ThinkPad mobile computers.&lt;br /&gt;
&lt;br /&gt;
IBM has a webpage on the history of the ThinkPad here: http://www.pc.ibm.com/ca/thinkpad/anniversary/history.html&lt;br /&gt;
__TOC__&lt;br /&gt;
==IBM ThinkPad==&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|+ ThinkPads sorted by time of appearance&lt;br /&gt;
! style=&amp;quot;background:#ffdead;&amp;quot; | ThinkPad model !! style=&amp;quot;background:#ffdead;&amp;quot; | release year !! style=&amp;quot;background:#ffdead;&amp;quot; | special characteristics&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; style=&amp;quot;background:#efefef;&amp;quot; | 1992&lt;br /&gt;
|-&lt;br /&gt;
| {{700T}} || Apr 1992 || [[Image:Icon20_pen.png | TouchScreen]] TabletPC&lt;br /&gt;
|-&lt;br /&gt;
| {{300}} || Oct 1992 ||&lt;br /&gt;
|-&lt;br /&gt;
| {{700}}, {{700C}} || Oct 1992 || MCA&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; style=&amp;quot;background:#efefef;&amp;quot; | 1993&lt;br /&gt;
|-&lt;br /&gt;
| {{710T}} || Mar 1993 || [[Image:Icon20_pen.png | TouchScreen]] TabletPC&lt;br /&gt;
|-&lt;br /&gt;
| {{720}}, {{720C}} || May 1993 || MCA&lt;br /&gt;
|-&lt;br /&gt;
| {{350}}, {{350C}} || June 1993 ||&lt;br /&gt;
|-&lt;br /&gt;
| {{500}} || June 1993 ||&lt;br /&gt;
|-&lt;br /&gt;
| {{750}}, {{750C}} || Sep 1993 || [[Image:Icon20_ultrabay.png | UltraBay]]&lt;br /&gt;
|-&lt;br /&gt;
| {{750P}} || Sep 1993 || [[Image:Icon20_ultrabay.png | UltraBay]] [[Image:Icon20_pen.png | TouchScreen]] TabletPC/Notebook-Morphable&lt;br /&gt;
|-&lt;br /&gt;
| {{750Cs}} || Nov 1993 || [[Image:Icon20_ultrabay.png | UltraBay]]&lt;br /&gt;
|-&lt;br /&gt;
| {{220}} || ??? 1993 || SubNotebook&lt;br /&gt;
|-&lt;br /&gt;
| {{550BJ}} || ??? 1993 || integrated Printer&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; style=&amp;quot;background:#efefef;&amp;quot; | 1994&lt;br /&gt;
|-&lt;br /&gt;
| {{360}}, {{360Cs}} || May 1994 || [[Image:Icon20_ultrabay.png | UltraBay]]&lt;br /&gt;
|-&lt;br /&gt;
| {{730T}} || May 1994 || [[Image:Icon20_pen.png | TouchScreen]] TabletPC&lt;br /&gt;
|-&lt;br /&gt;
| {{230Cs}} || June 1994 || SubNotebook&lt;br /&gt;
|-&lt;br /&gt;
| {{355}}, {{355C}}, {{355Cs}} || June 1994 || [[Image:Icon20_ultrabay.png | UltraBay]]&lt;br /&gt;
|-&lt;br /&gt;
| {{360C}} || June 1994 || [[Image:Icon20_ultrabay.png | UltraBay]]&lt;br /&gt;
|-&lt;br /&gt;
| {{360P}} || June 1994 || [[Image:Icon20_ultrabay.png | UltraBay]] [[Image:Icon20_pen.png | &lt;br /&gt;
TouchScreen]] TabletPC/Notebook-Morphable&lt;br /&gt;
|-&lt;br /&gt;
| {{510Cs}} || June 1994 ||&lt;br /&gt;
|-&lt;br /&gt;
| {{755C}}, {{755Cs}} || June 1994 || [[Image:Icon20_ultrabay.png | UltraBay]]&lt;br /&gt;
|-&lt;br /&gt;
| {{360CE}}, {{360CSE}} || Oct 1994 || [[Image:Icon20_ultrabay.png | UltraBay]]&lt;br /&gt;
|-&lt;br /&gt;
| {{755CD}} || Oct 1994 || [[Image:Icon20_ultrabay.png | UltraBay]] first notebook with integrated CD-ROM drive and IrDA&lt;br /&gt;
|-&lt;br /&gt;
| {{755CE}}, {{755CSE}} || Nov 1994 || [[Image:Icon20_ultrabay.png | UltraBay]]&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; style=&amp;quot;background:#efefef;&amp;quot; | 1995&lt;br /&gt;
|-&lt;br /&gt;
| {{701C}}, {{701CS}} || Mar 1995 || [[Image:Icon20_trackwrite.png|TrackWrite]] SubNotebook&lt;br /&gt;
|-&lt;br /&gt;
| {{360CE}} || Apr 1995 || [[Image:Icon20_ultrabay.png | UltraBay]]&lt;br /&gt;
|-&lt;br /&gt;
| {{370C}} || May 1995 || [[Image:Icon20_ultrabay.png | UltraBay]]&lt;br /&gt;
|-&lt;br /&gt;
| {{755CX}} || May 1995 || [[Image:Icon20_ultrabay.png | UltraBay]]&lt;br /&gt;
|-&lt;br /&gt;
| {{755CV}} || May 1995 || [[Image:Icon20_ultrabay.png | UltraBay]] display can be used with overhead projectors&lt;br /&gt;
|-&lt;br /&gt;
| {{755CDV}} || June 1995 || [[Image:Icon20_ultrabay.png | UltraBay]] display can be used with overhead projectors&lt;br /&gt;
|-&lt;br /&gt;
| {{820}}, {{850}} || July 1995 || PowerPC driven&lt;br /&gt;
|-&lt;br /&gt;
| {{PC110}} || Sep 1995 || PalmTop - the smallest and cutest &amp;quot;ThinkPad&amp;quot; ever, was sold in Japan only&lt;br /&gt;
|-&lt;br /&gt;
| {{730TE}} || Oct 1995 || [[Image:Icon20_pen.png | TouchScreen]] TabletPC, enhanced version of 730T&lt;br /&gt;
|-&lt;br /&gt;
| {{760C}}, {{760CD}} || Oct 1995 || [[Image:Icon20_ultrabay.png | UltraBay]]&lt;br /&gt;
|-&lt;br /&gt;
| {{365C}}, {{365CS}} || Nov 1995 ||&lt;br /&gt;
|-&lt;br /&gt;
| {{365CD}}, {{365CSD}} || Nov 1995 ||&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; style=&amp;quot;background:#efefef;&amp;quot; | 1996&lt;br /&gt;
|-&lt;br /&gt;
| {{760L}}, {{760LD}} || Feb 1996 || [[Image:Icon20_ultrabay.png | UltraBay]]&lt;br /&gt;
|-&lt;br /&gt;
| {{365E}}, {{365ED}} || May 1996 ||&lt;br /&gt;
|-&lt;br /&gt;
| {{365X}}, {{365XD}} || May 1996 ||&lt;br /&gt;
|-&lt;br /&gt;
| {{560}} || May 1996 || UltraPortable&lt;br /&gt;
|-&lt;br /&gt;
| {{760E}}, {{760ED}}, {{760EL}}, {{760ELD}}|| May 1996 || First ThinkPads with CardBus&lt;br /&gt;
|-&lt;br /&gt;
| {{860}} || Oct 1996 || PowerPC driven&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; style=&amp;quot;background:#efefef;&amp;quot; | 1997&lt;br /&gt;
|-&lt;br /&gt;
| {{760XL}}, {{760XD}} || April 1997 || [[Image:Icon20_ultrabay.png | UltraBay]]&lt;br /&gt;
|-&lt;br /&gt;
| {{380}}, {{380D}} || May 1997 ||&lt;br /&gt;
|-&lt;br /&gt;
| {{385D}} || May 1997 ||&lt;br /&gt;
|-&lt;br /&gt;
| {{310}}, {{310D}} || June 1997 ||&lt;br /&gt;
|-&lt;br /&gt;
| {{560E}} || June 1997 ||&lt;br /&gt;
|-&lt;br /&gt;
| {{765L}}, {{765D}} || June 1997 || [[Image:Icon20_ultrabay.png | UltraBay]]&lt;br /&gt;
|-&lt;br /&gt;
| {{380E}}, {{380ED}} || Sep 1997 ||&lt;br /&gt;
|-&lt;br /&gt;
| {{385ED}} || Sep 1997 ||&lt;br /&gt;
|-&lt;br /&gt;
| {{770}} || Oct 1997 || [[Image:Icon20_ultrabayii.png | UltraBay II]] first Notebook with integrated DVD-ROM drive&lt;br /&gt;
|-&lt;br /&gt;
| {{310E}}, {{310ED}} || Nov 1997 ||&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; style=&amp;quot;background:#efefef;&amp;quot; | 1998&lt;br /&gt;
|-&lt;br /&gt;
| {{380XD}} || Mar 1998 ||&lt;br /&gt;
|-&lt;br /&gt;
| {{385XD}} || Mar 1998 ||&lt;br /&gt;
|-&lt;br /&gt;
| {{560X}} || Mar 1998 || UltraPortable&lt;br /&gt;
|-&lt;br /&gt;
| {{600}} || Apr 1998 || [[Image:Icon20_ultraslimbay.png | UltraSlimBay]] probably the most popular ThinkPad so far&lt;br /&gt;
|-&lt;br /&gt;
| {{770E}}, {{770ED}} || Apr 1998 || [[Image:Icon20_ultrabayii.png | UltraBay II]]&lt;br /&gt;
|-&lt;br /&gt;
| {{380Z}} || Sep 1998 || [[Image:Icon20_ultrabay.png | UltraBay]]&lt;br /&gt;
|-&lt;br /&gt;
| {{560Z}} || Sep 1998 || UltraPortable&lt;br /&gt;
|-&lt;br /&gt;
| {{770X}} || Oct 1998 || [[Image:Icon20_ultrabayii.png | UltraBay II]]&lt;br /&gt;
|-&lt;br /&gt;
| {{390}} || Nov 1998 || [[Image:Icon20_ultrabayfx.png | UltraBay FX]]&lt;br /&gt;
|-&lt;br /&gt;
| {{600E}} || Nov 1998 || [[Image:Icon20_ultraslimbay.png | UltraSlimBay]] enhanced version of 600&lt;br /&gt;
|-&lt;br /&gt;
| {{I1410}}, {{I1450}} || Nov 1998 || [[Image:Icon20_easylaunch.png|Easy Launch Buttons]]&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; style=&amp;quot;background:#efefef;&amp;quot; | 1999&lt;br /&gt;
|-&lt;br /&gt;
| {{I1411}}, {{I1451}} || Jan 1999 || [[Image:Icon20_easylaunch.png|Easy Launch Buttons]]&lt;br /&gt;
|-&lt;br /&gt;
| {{770Z}} || Feb 1999 || [[Image:Icon20_ultrabayii.png | UltraBay II]]&lt;br /&gt;
|-&lt;br /&gt;
| {{390E}} || Mar 1999 || [[Image:Icon20_ultrabayfx.png | UltraBay FX]]&lt;br /&gt;
|-&lt;br /&gt;
| {{570}} || Apr 1999 || [[Image:Icon20_ultrabase.png | UltraBase]] UltraPortable&lt;br /&gt;
|-&lt;br /&gt;
| {{240}} || June 1999 || SubNotebook&lt;br /&gt;
|-&lt;br /&gt;
| {{I1412}}, {{I1452}}, {{I1472}} || June 1999 || [[Image:Icon20_easylaunch.png|Easy Launch Buttons]]&lt;br /&gt;
|-&lt;br /&gt;
| {{I1512}}, {{I1552}} || July 1999 || [[Image:Icon20_easylaunch.png|Easy Launch Buttons]]&lt;br /&gt;
|-&lt;br /&gt;
| {{I1720}}, {{I1721}} || July 1999 || [[Image:Icon20_ultrabayfx.png | UltraBay FX]]&lt;br /&gt;
|-&lt;br /&gt;
| {{390X}} || Sep 1999 || [[Image:Icon20_ultrabayfx.png | UltraBay FX]]&lt;br /&gt;
|-&lt;br /&gt;
| {{I1420}} || Oct 1999 || [[Image:Icon20_easylaunch.png|Easy Launch Buttons]]&lt;br /&gt;
|-&lt;br /&gt;
| {{I1460}}, {{I1480}} || Oct 1999 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_easylaunch.png|Easy Launch Buttons]] first Notebook with integrated keyboard light&lt;br /&gt;
|-&lt;br /&gt;
| {{I1540}}, {{I1560}} || Oct 1999 || [[Image:Icon20_easylaunch.png|Easy Launch Buttons]]&lt;br /&gt;
|-&lt;br /&gt;
| {{600X}} || Dec 1999 || [[Image:Icon20_ultraslimbay.png | UltraSlimBay]] enhanced version of 600E&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; style=&amp;quot;background:#efefef;&amp;quot; | 2000&lt;br /&gt;
|-&lt;br /&gt;
| {{I1421}}, {{I1441}} || Jan 2000 || [[Image:Icon20_easylaunch.png|Easy Launch Buttons]]&lt;br /&gt;
|-&lt;br /&gt;
| {{I1541}} || Jan 2000 || [[Image:Icon20_easylaunch.png|Easy Launch Buttons]]&lt;br /&gt;
|-&lt;br /&gt;
| {{570E}} || Feb 2000 || [[Image:Icon20_ultrabase.png | UltraBase]] UltraPortable&lt;br /&gt;
|-&lt;br /&gt;
| {{I1422}}, {{I1442}}, {{I1482}},&amp;lt;br&amp;gt;{{I1483}}, {{I1492}} || Mar 2000 || [[Image:Icon20_easylaunch.png|Easy Launch Buttons]]&lt;br /&gt;
|-&lt;br /&gt;
| {{I1542}}, {{I1562}}, {{I1592}} || April 2000 || [[Image:Icon20_easylaunch.png|Easy Launch Buttons]]&lt;br /&gt;
|-&lt;br /&gt;
| {{A20m}} || May 2000 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabay2000.png | UltraBay 2000]] [[Image:Icon20_accessibm.png|ThinkPad Button]]&lt;br /&gt;
|-&lt;br /&gt;
| {{A20p}} || May 2000 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabay2000.png | UltraBay 2000]] [[Image:Icon20_accessibm.png|ThinkPad Button]] [[Image:Icon20_ultraport.png | UltraPort]]]&lt;br /&gt;
|-&lt;br /&gt;
| {{T20}} || May 2000 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabay2000.png | UltraBay 2000]] [[Image:Icon20_accessibm.png|ThinkPad Button]] [[Image:Icon20_ultraport.png | UltraPort]]&lt;br /&gt;
|-&lt;br /&gt;
| {{240X}} || June 2000 ||&lt;br /&gt;
|-&lt;br /&gt;
| {{I1210}}, {{I1230}},&amp;lt;br&amp;gt;{{I1250}}, {{I1260}}  || June 2000 ||&lt;br /&gt;
|-&lt;br /&gt;
| {{I1330}}, {{I1370}} || June 2000 || [[Image:Icon20_easylaunch.png|Easy Launch Buttons]]&lt;br /&gt;
|-&lt;br /&gt;
| {{I1200}}, {{I1300}}|| Sep 2000 || [[Image:Icon20_easylaunch.png|Easy Launch Buttons]]&lt;br /&gt;
|-&lt;br /&gt;
| {{X20}} || Sep 2000 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabase.png | UltraBase X2]] [[Image:Icon20_accessibm.png|ThinkPad Button]] [[Image:Icon20_ultraport.png | UltraPort]] UltraPortable&lt;br /&gt;
|-&lt;br /&gt;
| {{A21m}} || Sep 2000 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabay2000.png | UltraBay 2000]] [[Image:Icon20_accessibm.png|ThinkPad Button]]&lt;br /&gt;
|-&lt;br /&gt;
| {{A21p}} || Sep 2000 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabay2000.png | UltraBay 2000]] [[Image:Icon20_accessibm.png|ThinkPad Button]] [[Image:Icon20_ultraport.png | UltraPort]]&lt;br /&gt;
|-&lt;br /&gt;
| {{A21e}} || Oct 2000 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabay2000.png | UltraBay 2000]] [[Image:Icon20_accessibm.png|ThinkPad Button]]&lt;br /&gt;
|-&lt;br /&gt;
| {{T21}} || Oct 2000 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabay2000.png | UltraBay 2000]] [[Image:Icon20_accessibm.png|ThinkPad Button]] [[Image:Icon20_ultraport.png | UltraPort]]&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; style=&amp;quot;background:#efefef;&amp;quot; | 2001&lt;br /&gt;
|-&lt;br /&gt;
| {{TransNote}} || Feb 2001 || [[Image:Icon20_accessibm.png|ThinkPad Button]] [[Image:Icon20_pen.png | TouchScreen]] [[Image:Icon20_ink.png | ThinkScribe]] IBMs innovative approach on Human Interaction&lt;br /&gt;
|-&lt;br /&gt;
| {{T22}} || Mar 2001 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabay2000.png | UltraBay 2000]] [[Image:Icon20_accessibm.png|ThinkPad Button]] [[Image:Icon20_ultraport.png | UltraPort]]&lt;br /&gt;
|-&lt;br /&gt;
| {{A22m}} || Apr 2001 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabay2000.png | UltraBay 2000]] [[Image:Icon20_accessibm.png|ThinkPad Button]]&lt;br /&gt;
|-&lt;br /&gt;
| {{A22p}} || Apr 2001 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabay2000.png | UltraBay 2000]] [[Image:Icon20_accessibm.png|ThinkPad Button]] [[Image:Icon20_ultraport.png | UltraPort]]&lt;br /&gt;
|-&lt;br /&gt;
| {{X21}} || Apr 2001 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabase.png | UltraBase X2]] [[Image:Icon20_accessibm.png|ThinkPad Button]] [[Image:Icon20_ultraport.png | UltraPort]] UltraPortable&lt;br /&gt;
|-&lt;br /&gt;
| {{S30}} || May 2001 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultraport.png | UltraPort]] [[Image:Icon20_easylaunch.png|Easy Launch Buttons]] [[Image:Icon20_wlan.png | Integrated Wireless Adapter]]&lt;br /&gt;
|-&lt;br /&gt;
| {{A22e}} || June 2001 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabay2000.png | UltraBay 2000]] [[Image:Icon20_accessibm.png|ThinkPad Button]]&lt;br /&gt;
|-&lt;br /&gt;
| {{T23}} || July 2001 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabayplus.png | UltraBay Plus]] [[Image:Icon20_ess.png|Embedded Security Subsystem]] [[Image:Icon20_accessibm.png|ThinkPad Button]] [[Image:Icon20_ultraport.png | UltraPort]] [[Image:Icon20_wlan.png | Integrated Wireless Adapter]]&lt;br /&gt;
|-&lt;br /&gt;
| {{A30}} || Oct 2001 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabayplus.png | UltraBay Plus]] [[Image:Icon20_ultrabay2000.png | UltraBay 2000]] [[Image:Icon20_accessibm.png|Access IBM Button]] [[Image:Icon20_webnav.png | Web Navigation Keys]] [[Image:Icon20_browsekeys.png|Browser Keys]] [[Image:Icon20_wlan.png | Integrated Wireless Adapter]]&lt;br /&gt;
|-&lt;br /&gt;
| {{A30p}} || Oct 2001 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabayplus.png | UltraBay Plus]] [[Image:Icon20_ultrabay2000.png | UltraBay 2000]] [[Image:Icon20_accessibm.png|Access IBM Button]] [[Image:Icon20_webnav.png | Web Navigation Keys]] [[Image:Icon20_browsekeys.png|Browser Keys]] [[Image:Icon20_ultraport.png | UltraPort]] [[Image:Icon20_bluetooth.png | Integrated Bluetooth Adapter]] [[Image:Icon20_wlan.png | Integrated Wireless Adapter]]&lt;br /&gt;
|-&lt;br /&gt;
| {{R30}} || Oct 2001 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabayplus.png | UltraBay Plus]] [[Image:Icon20_accessibm.png|Access IBM Button]] [[Image:Icon20_browsekeys.png|Browser Keys]] [[Image:Icon20_wlan.png | Integrated Wireless Adapter]] &lt;br /&gt;
|-&lt;br /&gt;
| {{X22}} || Oct 2001 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabase.png | UltraBase X2]] [[Image:Icon20_ess.png|Embedded Security Subsystem]] [[Image:Icon20_accessibm.png|ThinkPad Button]] [[Image:Icon20_ultraport.png | UltraPort]] [[Image:Icon20_wlan.png | Integrated Wireless Adapter]]  UltraPortable&lt;br /&gt;
|-&lt;br /&gt;
| {{S31}} || Nov 2001 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_easylaunch.png|Easy Launch Buttons]] [[Image:Icon20_ultraport.png | UltraPort]] [[Image:Icon20_wlan.png | Integrated Wireless Adapter]]&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; style=&amp;quot;background:#efefef;&amp;quot; | 2002&lt;br /&gt;
|-&lt;br /&gt;
| {{X23}} || Jan 2002 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabase.png | UltraBase X2]] [[Image:Icon20_ess.png|Embedded Security Subsystem]] [[Image:Icon20_accessibm.png|ThinkPad Button]] [[Image:Icon20_ultraport.png | UltraPort]] [[Image:Icon20_wlan.png | Integrated Wireless Adapter]] [[Image:Icon20_bluetooth.png | Integrated Bluetooth Adapter]] UltraPortable &lt;br /&gt;
|-&lt;br /&gt;
| {{R31}} || Feb 2002 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabayplus.png | UltraBay Plus]]  [[Image:Icon20_ess.png|Embedded Security Subsystem]] [[Image:Icon20_accessibm.png|Access IBM Button]] [[Image:Icon20_browsekeys.png|Browser Keys]] [[Image:Icon20_wlan.png | Integrated Wireless Adapter]]&lt;br /&gt;
|-&lt;br /&gt;
| {{A31}} || Mar 2002 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabayplus.png | UltraBay Plus]] [[Image:Icon20_ultrabay2000.png | UltraBay 2000]] [[Image:Icon20_accessibm.png|Access IBM Button]] [[Image:Icon20_webnav.png | Web Navigation Keys]] [[Image:Icon20_browsekeys.png|Browser Keys]] [[Image:Icon20_wlan.png | Integrated Wireless Adapter]]&lt;br /&gt;
|-&lt;br /&gt;
| {{A31p}} || Mar 2002 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabayplus.png | UltraBay Plus]] [[Image:Icon20_ultrabay2000.png | UltraBay 2000]] [[Image:Icon20_accessibm.png|Access IBM Button]] [[Image:Icon20_webnav.png | Web Navigation Keys]] [[Image:Icon20_browsekeys.png|Browser Keys]] [[Image:Icon20_ultraport.png | UltraPort]]  [[Image:Icon20_bluetooth.png | Integrated Bluetooth Adapter]] [[Image:Icon20_wlan.png | Integrated Wireless Adapter]]&lt;br /&gt;
|-&lt;br /&gt;
| {{T30}} || May 2002 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabayplus.png | UltraBay Plus]] [[Image:Icon20_ess.png|Embedded Security Subsystem]] [[Image:Icon20_accessibm.png|Access IBM Button]] [[Image:Icon20_ultranav.png | UltraNav]] [[Image:Icon20_browsekeys.png|Browser Keys]] [[Image:Icon20_wlan.png | Integrated Wireless Adapter]] [[Image:Icon20_bluetooth.png | Integrated Bluetooth Adapter]]&lt;br /&gt;
|-&lt;br /&gt;
| {{X24}} || May 2002 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabase.png | UltraBase X2]] [[Image:Icon20_ess.png|Embedded Security Subsystem]] [[Image:Icon20_accessibm.png|ThinkPad Button]] [[Image:Icon20_ultraport.png | UltraPort]] [[Image:Icon20_wlan.png | Integrated Wireless Adapter]] [[Image:Icon20_bluetooth.png | Integrated Bluetooth Adapter]] UltraPortable &lt;br /&gt;
|-&lt;br /&gt;
| {{R32}} || June 2002 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabayplus.png | UltraBay Plus]] [[Image:Icon20_ess.png|Embedded Security Subsystem]] [[Image:Icon20_accessibm.png|Access IBM Button]] [[Image:Icon20_browsekeys.png|Browser Keys]] [[Image:Icon20_wlan.png | Integrated Wireless Adapter]] &lt;br /&gt;
|-&lt;br /&gt;
| {{X30}} || Sep 2002 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabase.png | UltraBase X3]] [[Image:Icon20_ess.png|Embedded Security Subsystem]] [[Image:Icon20_accessibm.png|Access IBM Button]] [[Image:Icon20_browsekeys.png|Browser Keys]] [[Image:Icon20_wlan.png | Integrated Wireless Adapter]] UltraPortable&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; style=&amp;quot;background:#efefef;&amp;quot; | 2003&lt;br /&gt;
|-&lt;br /&gt;
| {{R40}} || Jan 2003 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabayplus.png | UltraBay Plus]] [[Image:Icon20_ess.png|Embedded Security Subsystem]] [[Image:Icon20_accessibm.png|Access IBM Button]] [[Image:Icon20_help.png|Predesktop Area]] [[Image:Icon20_ultranav.png | UltraNav]] [[Image:Icon20_browsekeys.png|Browser Keys]] [[Image:Icon20_wlan.png | Integrated Wireless Adapter]] &lt;br /&gt;
|-&lt;br /&gt;
| {{T40}}, {{T40p}} || Mar 2003 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabayslim.png | UltraBay Slim]] [[Image:Icon20_ess.png|Embedded Security Subsystem]] [[Image:Icon20_accessibm.png|Access IBM Button]] [[Image:Icon20_help.png|Predesktop Area]] [[Image:Icon20_ultranav.png | UltraNav]] [[Image:Icon20_browsekeys.png|Browser Keys]] [[Image:Icon20_wlan.png | Integrated Wireless Adapter]] [[Image:Icon20_bluetooth.png | Integrated Bluetooth Adapter]]&lt;br /&gt;
|-&lt;br /&gt;
| {{X31}} || Mar 2003 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabase.png | UltraBase X3]] [[Image:Icon20_ess.png|Embedded Security Subsystem]] [[Image:Icon20_accessibm.png|Access IBM Button]] [[Image:Icon20_help.png|Predesktop Area]] [[Image:Icon20_browsekeys.png|Browser Keys]] [[Image:Icon20_wlan.png | Integrated Wireless Adapter]] [[Image:Icon20_bluetooth.png | Integrated Bluetooth Adapter]] UltraPortable&lt;br /&gt;
|-&lt;br /&gt;
| {{G40}} || Apr 2003 || [[Image:Icon20_accessibm.png|Access IBM Button]] [[Image:Icon20_browsekeys.png|Browser Keys]] [[Image:Icon20_wlan.png | Integrated Wireless Adapter]]&lt;br /&gt;
|-&lt;br /&gt;
| {{R40e}} || Oct 2003 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabayplus.png | UltraBay Plus]] [[Image:Icon20_accessibm.png|Access IBM Button]] [[Image:Icon20_help.png|Predesktop Area]] [[Image:Icon20_browsekeys.png|Browser Keys]] [[Image:Icon20_wlan.png | Integrated Wireless Adapter]] &lt;br /&gt;
|-&lt;br /&gt;
| {{R50}} || Oct 2003 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabayenh.png | UltraBay Enhanced]] [[Image:Icon20_ess.png|Embedded Security Subsystem]] [[Image:Icon20_aps.png | Active Protection System]] [[Image:Icon20_accessibm.png|Access IBM Button]] [[Image:Icon20_help.png|Predesktop Area]] [[Image:Icon20_ultranav.png | UltraNav]] [[Image:Icon20_browsekeys.png|Browser Keys]] [[Image:Icon20_wlan.png | Integrated Wireless Adapter]]&lt;br /&gt;
|-&lt;br /&gt;
| {{T41}} || Oct 2003 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabayslim.png | UltraBay Slim]] [[Image:Icon20_ess.png|Embedded Security Subsystem]] [[Image:Icon20_aps.png | Active Protection System]] [[Image:Icon20_accessibm.png|Access IBM Button]] [[Image:Icon20_help.png|Predesktop Area]] [[Image:Icon20_ultranav.png | UltraNav]] [[Image:Icon20_browsekeys.png|Browser Keys]] [[Image:Icon20_wlan.png | Integrated Wireless Adapter]] [[Image:Icon20_bluetooth.png | Integrated Bluetooth Adapter]] first notebook with [[Active Protection System | HDD protection system]]&lt;br /&gt;
|-&lt;br /&gt;
| {{T41p}} || Nov 2003 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabayslim.png | UltraBay Slim]] [[Image:Icon20_ess.png|Embedded Security Subsystem]] [[Image:Icon20_aps.png | Active Protection System]] [[Image:Icon20_accessibm.png|Access IBM Button]] [[Image:Icon20_help.png|Predesktop Area]] [[Image:Icon20_ultranav.png | UltraNav]] [[Image:Icon20_browsekeys.png|Browser Keys]] [[Image:Icon20_wlan.png | Integrated Wireless Adapter]] [[Image:Icon20_bluetooth.png | Integrated Bluetooth Adapter]]&lt;br /&gt;
|-&lt;br /&gt;
| {{R50p}} || Nov 2003 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabayenh.png | UltraBay Enhanced]] [[Image:Icon20_ess.png|Embedded Security Subsystem]] [[Image:Icon20_aps.png | Active Protection System]] [[Image:Icon20_accessibm.png|Access IBM Button]] [[Image:Icon20_help.png|Predesktop Area]] [[Image:Icon20_ultranav.png | UltraNav]] [[Image:Icon20_browsekeys.png|Browser Keys]] [[Image:Icon20_wlan.png | Integrated Wireless Adapter]] [[Image:Icon20_bluetooth.png | Integrated Bluetooth Adapter]]&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; style=&amp;quot;background:#efefef;&amp;quot; | 2004&lt;br /&gt;
|-&lt;br /&gt;
| {{X40}} || Feb 2004 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabase.png | UltraBase X4]] [[Image:Icon20_ess.png|Embedded Security Subsystem]] [[Image:Icon20_aps.png | Active Protection System]] [[Image:Icon20_accessibm.png|Access IBM Button]] [[Image:Icon20_help.png|Predesktop Area]] [[Image:Icon20_browsekeys.png|Browser Keys]] [[Image:Icon20_wlan.png | Integrated Wireless Adapter]] [[Image:Icon20_bluetooth.png | Integrated Bluetooth Adapter]] UltraPortable&lt;br /&gt;
|-&lt;br /&gt;
| {{R50e}} || Apr 2004 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabayslim.png | UltraBay Slim]] [[Image:Icon20_accessibm.png|Access IBM Button]] [[Image:Icon20_help.png|Predesktop Area]] [[Image:Icon20_browsekeys.png|Browser Keys]] [[Image:Icon20_wlan.png | Integrated Wireless Adapter]]&lt;br /&gt;
|-&lt;br /&gt;
| {{R51}} || Apr 2004 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabayenh.png | UltraBay Enhanced]] [[Image:Icon20_ess.png|Embedded Security Subsystem]] [[Image:Icon20_aps.png | Active Protection System]] [[Image:Icon20_accessibm.png|Access IBM Button]] [[Image:Icon20_help.png|Predesktop Area]] [[Image:Icon20_ultranav.png | UltraNav]] [[Image:Icon20_browsekeys.png|Browser Keys]] [[Image:Icon20_wlan.png | Integrated Wireless Adapter]] [[Image:Icon20_bluetooth.png | Integrated Bluetooth Adapter]]&lt;br /&gt;
|-&lt;br /&gt;
| {{T42}}, {{T42p}} || May 2004 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabayslim.png | UltraBay Slim]] [[Image:Icon20_ess.png|Embedded Security Subsystem]] [[Image:Icon20_aps.png | Active Protection System]] [[Image:Icon20_accessibm.png|Access IBM Button]] [[Image:Icon20_help.png|Predesktop Area]] [[Image:Icon20_ultranav.png | UltraNav]] [[Image:Icon20_browsekeys.png|Browser Keys]] [[Image:Icon20_wlan.png | Integrated Wireless Adapter]] [[Image:Icon20_bluetooth.png | Integrated Bluetooth Adapter]] [[Image:Icon20_fingerprint.png|Integrated Fingerprint Reader]]&lt;br /&gt;
|-&lt;br /&gt;
| {{G41}} || Oct 2004 || [[Image:Icon20_accessibm.png|Access IBM Button]] [[Image:Icon20_browsekeys.png|Browser Keys]] [[Image:Icon20_wlan.png | Integrated Wireless Adapter]]&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; style=&amp;quot;background:#efefef;&amp;quot; | 2005&lt;br /&gt;
|-&lt;br /&gt;
| {{T43}} || Feb 2005 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabayslim.png | UltraBay Slim]] [[Image:Icon20_ess.png|Embedded Security Subsystem]] [[Image:Icon20_aps.png | Active Protection System]] [[Image:Icon20_accessibm.png|Access IBM Button]] [[Image:Icon20_help.png|Predesktop Area]] [[Image:Icon20_ultranav.png | UltraNav]] [[Image:Icon20_browsekeys.png|Browser Keys]] [[Image:Icon20_wlan.png | Integrated Wireless Adapter]] [[Image:Icon20_bluetooth.png | Integrated Bluetooth Adapter]] [[Image:Icon20_fingerprint.png|Integrated Fingerprint Reader]]&lt;br /&gt;
|-&lt;br /&gt;
| {{R52}} || Mar 2005 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabayenh.png | UltraBay Enhanced]] [[Image:Icon20_ess.png|Embedded Security Subsystem]] [[Image:Icon20_aps.png | Active Protection System]] [[Image:Icon20_accessibm.png|Access IBM Button]] [[Image:Icon20_help.png|Predesktop Area]] [[Image:Icon20_ultranav.png | UltraNav]] [[Image:Icon20_browsekeys.png|Browser Keys]] [[Image:Icon20_wlan.png | Integrated Wireless Adapter]] [[Image:Icon20_bluetooth.png | Integrated Bluetooth Adapter]]&lt;br /&gt;
|-&lt;br /&gt;
| {{T43p}} || Apr 2005 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabayslim.png | UltraBay Slim]] [[Image:Icon20_ess.png|Embedded Security Subsystem]] [[Image:Icon20_aps.png | Active Protection System]] [[Image:Icon20_accessibm.png|Access IBM Button]] [[Image:Icon20_help.png|Predesktop Area]] [[Image:Icon20_ultranav.png | UltraNav]] [[Image:Icon20_browsekeys.png|Browser Keys]] [[Image:Icon20_wlan.png | Integrated Wireless Adapter]] [[Image:Icon20_bluetooth.png | Integrated Bluetooth Adapter]] [[Image:Icon20_fingerprint.png|Integrated Fingerprint Reader]]&lt;br /&gt;
|-&lt;br /&gt;
| {{X32}} || Apr 2005 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabase.png | UltraBase X3]] [[Image:Icon20_ess.png|Embedded Security Subsystem]] [[Image:Icon20_accessibm.png|Access IBM Button]] [[Image:Icon20_help.png|Predesktop Area]] [[Image:Icon20_browsekeys.png|Browser Keys]] [[Image:Icon20_wlan.png | Integrated Wireless Adapter]]  [[Image:Icon20_bluetooth.png | Integrated Bluetooth Adapter]] UltraPortable&lt;br /&gt;
|-&lt;br /&gt;
| {{X41}} || Apr 2005 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabase.png | UltraBase X4]] [[Image:Icon20_ess.png|Embedded Security Subsystem]] [[Image:Icon20_aps.png | Active Protection System]] [[Image:Icon20_accessibm.png|Access IBM Button]] [[Image:Icon20_help.png|Predesktop Area]] [[Image:Icon20_browsekeys.png|Browser Keys]] [[Image:Icon20_wlan.png | Integrated Wireless Adapter]] [[Image:Icon20_bluetooth.png | Integrated Bluetooth Adapter]] [[Image:Icon20_fingerprint.png|Integrated Fingerprint Reader]] UltraPortable&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Lenovo ThinkPad==&lt;br /&gt;
Lenovo completed the ThinkPad brand acquisition in May 2005. As part of the deal select ThinkPads continued to be sold under the '''IBM ThinkPad''' brand for years afterwards.&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|+ ThinkPads sorted by time of appearance&lt;br /&gt;
! style=&amp;quot;background:#ffdead;&amp;quot; | ThinkPad model !! style=&amp;quot;background:#ffdead;&amp;quot; | release year !! style=&amp;quot;background:#ffdead;&amp;quot; | special characteristics&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; style=&amp;quot;background:#efefef;&amp;quot; | 2005&lt;br /&gt;
|-&lt;br /&gt;
| {{X41_Tablet}} || June 2005 || [[Image:Icon20_ess.png|Embedded Security Subsystem]] [[Image:Icon20_aps.png | Active Protection System]] [[Image:Icon20_accessibm.png|ThinkVantage Button]] [[Image:Icon20_help.png|Predesktop Area]] [[Image:Icon20_browsekeys.png|Browser Keys]] [[Image:Icon20_wlan.png | Integrated Wireless Adapter]] [[Image:Icon20_bluetooth.png | Integrated Bluetooth Adapter]] [[Image:Icon20_fingerprint.png|Integrated Fingerprint Reader]] [[Image:Icon20_pen.png | Tablet-Digitizer-Screen]] Tablet-Convertable&lt;br /&gt;
|-&lt;br /&gt;
| {{Z60m}} || Sep 2005 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabayenh.png | UltraBay Enhanced]] [[Image:Icon20_ess.png|Embedded Security Subsystem]] [[Image:Icon20_aps.png | Active Protection System]] [[Image:Icon20_accessibm.png|ThinkVantage Button]] [[Image:Icon20_ultranav.png | UltraNav]] [[Image:Icon20_browsekeys.png|Browser Keys]] [[Image:Icon20_wlan.png | Integrated Wireless Adapter]] [[Image:Icon20_bluetooth.png | Integrated Bluetooth Adapter]] [[Image:Icon20_fingerprint.png|Integrated Fingerprint Reader]] Widescreen&lt;br /&gt;
|-&lt;br /&gt;
| {{Z60t}} || Sep 2005 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabayslim.png | UltraBay Slim]] [[Image:Icon20_ess.png|Embedded Security Subsystem]] [[Image:Icon20_aps.png | Active Protection System]] [[Image:Icon20_accessibm.png|ThinkVantage Button]] [[Image:Icon20_ultranav.png | UltraNav]] [[Image:Icon20_browsekeys.png|Browser Keys]] [[Image:Icon20_wlan.png | Integrated Wireless Adapter]] [[Image:Icon20_bluetooth.png | Integrated Bluetooth Adapter]] [[Image:Icon20_fingerprint.png|Integrated Fingerprint Reader]] Widescreen&lt;br /&gt;
|-&lt;br /&gt;
| {{R51e}} || Sep 2005 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_accessibm.png|Access IBM Button]] [[Image:Icon20_browsekeys.png|Browser Keys]] [[Image:Icon20_wlan.png | Integrated Wireless Adapter]]&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; style=&amp;quot;background:#efefef;&amp;quot; | 2006&lt;br /&gt;
|-&lt;br /&gt;
| {{T60}} || Jan 2006 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabayslim.png | UltraBay Slim]] [[Image:Icon20_ess.png|Embedded Security Subsystem]] [[Image:Icon20_aps.png | Active Protection System]] [[Image:Icon20_accessibm.png|ThinkVantage Button]] [[Image:Icon20_ultranav.png | UltraNav]] [[Image:Icon20_browsekeys.png|Browser Keys]] [[Image:Icon20_wlan.png | Integrated Wireless Adapter]] [[Image:Icon20_bluetooth.png | Integrated Bluetooth Adapter]] [[Image:Icon20_fingerprint.png|Integrated Fingerprint Reader]]&lt;br /&gt;
|-&lt;br /&gt;
| {{X60}} || Jan 2006 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabase.png | UltraBase X6]] [[Image:Icon20_ess.png|Embedded Security Subsystem]] [[Image:Icon20_aps.png | Active Protection System]] [[Image:Icon20_accessibm.png|ThinkVantage Button]] [[Image:Icon20_browsekeys.png|Browser Keys]] [[Image:Icon20_wlan.png | Integrated Wireless Adapter]] [[Image:Icon20_bluetooth.png | Integrated Bluetooth Adapter]] [[Image:Icon20_fingerprint.png|Integrated Fingerprint Reader]] UltraPortable&lt;br /&gt;
|-&lt;br /&gt;
| {{X60s}} || Jan 2006 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabase.png | UltraBase X6]] [[Image:Icon20_ess.png|Embedded Security Subsystem]] [[Image:Icon20_aps.png | Active Protection System]] [[Image:Icon20_accessibm.png|ThinkVantage Button]] [[Image:Icon20_browsekeys.png|Browser Keys]] [[Image:Icon20_wlan.png | Integrated Wireless Adapter]] [[Image:Icon20_bluetooth.png | Integrated Bluetooth Adapter]] [[Image:Icon20_fingerprint.png|Integrated Fingerprint Reader]] UltraPortable&lt;br /&gt;
|-&lt;br /&gt;
| {{T60p}} || Feb 2006 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabayslim.png | UltraBay Slim]] [[Image:Icon20_ess.png|Embedded Security Subsystem]] [[Image:Icon20_aps.png | Active Protection System]] [[Image:Icon20_accessibm.png|ThinkVantage Button]] [[Image:Icon20_ultranav.png | UltraNav]] [[Image:Icon20_browsekeys.png|Browser Keys]] [[Image:Icon20_wlan.png | Integrated Wireless Adapter]] [[Image:Icon20_bluetooth.png | Integrated Bluetooth Adapter]] [[Image:Icon20_fingerprint.png|Integrated Fingerprint Reader]]&lt;br /&gt;
|-&lt;br /&gt;
| {{R60}} || May 2006 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabayenh.png | UltraBay Enhanced]] [[Image:Icon20_ess.png|Embedded Security Subsystem]] [[Image:Icon20_aps.png | Active Protection System]] [[Image:Icon20_accessibm.png|ThinkVantage Button]] [[Image:Icon20_ultranav.png | UltraNav]] [[Image:Icon20_browsekeys.png|Browser Keys]] [[Image:Icon20_wlan.png | Integrated Wireless Adapter]] [[Image:Icon20_bluetooth.png | Integrated Bluetooth Adapter]] [[Image:Icon20_fingerprint.png|Integrated Fingerprint Reader]]&lt;br /&gt;
|-&lt;br /&gt;
| {{R60e}} || May 2006 || &lt;br /&gt;
|-&lt;br /&gt;
| {{Z61e}} || May 2006 || Widescreen&lt;br /&gt;
|-&lt;br /&gt;
| {{Z61m}} || May 2006 || Widescreen&lt;br /&gt;
|-&lt;br /&gt;
| {{Z61t}} || May 2006 || Widescreen&lt;br /&gt;
|-&lt;br /&gt;
| {{Z61p}} || July 2006 || Widescreen&lt;br /&gt;
|-&lt;br /&gt;
| {{X60_Tablet}} || Nov 2006 || [[Image:Icon20_ess.png|Embedded Security Subsystem]] [[Image:Icon20_aps.png | Active Protection System]] [[Image:Icon20_accessibm.png|ThinkVantage Button]] [[Image:Icon20_help.png|Predesktop Area]] [[Image:Icon20_browsekeys.png|Browser Keys]] [[Image:Icon20_wlan.png | Integrated Wireless Adapter]] [[Image:Icon20_bluetooth.png | Integrated Bluetooth Adapter]] [[Image:Icon20_fingerprint.png|Integrated Fingerprint Reader]] [[Image:Icon20_pen.png | Tablet-Digitizer-Screen]] Tablet-Convertable&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; style=&amp;quot;background:#efefef;&amp;quot; | 2007&lt;br /&gt;
|-&lt;br /&gt;
| {{T61}} ([http://www-306.ibm.com/common/ssi/fcgi-bin/ssialias?infotype=AN&amp;amp;subtype=CA&amp;amp;htmlfid=897/ENUS107-205&amp;amp;appname=lenovous&amp;amp;language=en]) || May 2007 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabayslim.png | UltraBay Slim]] [[Image:Icon20_ess.png|Embedded Security Subsystem]] [[Image:Icon20_aps.png | Active Protection System]] [[Image:Icon20_accessibm.png|ThinkVantage Button]] [[Image:Icon20_ultranav.png | UltraNav]] [[Image:Icon20_browsekeys.png|Browser Keys]] [[Image:Icon20_wlan.png | Integrated Wireless Adapter]] [[Image:Icon20_bluetooth.png | Integrated Bluetooth Adapter]] [[Image:Icon20_fingerprint.png|Integrated Fingerprint Reader]] Widescreen ; Full Disk Encryption&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; style=&amp;quot;background:#efefef;&amp;quot; | 2008&lt;br /&gt;
|-&lt;br /&gt;
| {{T400}} || July 2008 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabayslim.png | Serial UltraBay Slim]] [[Image:Icon20_ess.png|Embedded Security Subsystem]] [[Image:Icon20_aps.png | Active Protection System]] [[Image:Icon20_accessibm.png|ThinkVantage Button]] [[Image:Icon20_ultranav.png | UltraNav]] [[Image:Icon20_browsekeys.png|Browser Keys]] [[Image:Icon20_wlan.png | Integrated Wireless Adapter]] [[Image:Icon20_bluetooth.png | Integrated Bluetooth Adapter]] [[Image:Icon20_fingerprint.png|Integrated Fingerprint Reader]]&lt;br /&gt;
|-&lt;br /&gt;
| {{T500}} || July 2008 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabayslim.png | Serial UltraBay Slim]] [[Image:Icon20_ess.png|Embedded Security Subsystem]] [[Image:Icon20_aps.png | Active Protection System]] [[Image:Icon20_accessibm.png|ThinkVantage Button]] [[Image:Icon20_ultranav.png | UltraNav]] [[Image:Icon20_browsekeys.png|Browser Keys]] [[Image:Icon20_wlan.png | Integrated Wireless Adapter]] [[Image:Icon20_bluetooth.png | Integrated Bluetooth Adapter]] [[Image:Icon20_fingerprint.png|Integrated Fingerprint Reader]]&lt;br /&gt;
|-&lt;br /&gt;
| {{X200}} || July 2008 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabase.png | UltraBase X200]] [[Image:Icon20_ess.png|Embedded Security Subsystem]] [[Image:Icon20_aps.png | Active Protection System]] [[Image:Icon20_accessibm.png|ThinkVantage Button]] [[Image:Icon20_browsekeys.png|Browser Keys]] [[Image:Icon20_wlan.png | Integrated Wireless Adapter]] [[Image:Icon20_bluetooth.png | Integrated Bluetooth Adapter]] [[Image:Icon20_fingerprint.png|Integrated Fingerprint Reader]] UltraPortable&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; style=&amp;quot;background:#efefef;&amp;quot; | 2009&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; style=&amp;quot;background:#efefef;&amp;quot; | 2010&lt;br /&gt;
|-&lt;br /&gt;
| {{T410}} || January 2010 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabayslim.png | Serial UltraBay Slim]] [[Image:Icon20_ess.png|Embedded Security Subsystem]] [[Image:Icon20_aps.png | Active Protection System]] [[Image:Icon20_accessibm.png|ThinkVantage Button]] [[Image:Icon20_ultranav.png | UltraNav]] [[Image:Icon20_browsekeys.png|Browser Keys]] [[Image:Icon20_wlan.png | Integrated Wireless Adapter]] [[Image:Icon20_bluetooth.png | Integrated Bluetooth Adapter]] [[Image:Icon20_fingerprint.png|Integrated Fingerprint Reader]]&lt;br /&gt;
|-&lt;br /&gt;
| {{T510}} || January 2010 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabayslim.png | Serial UltraBay Slim]] [[Image:Icon20_ess.png|Embedded Security Subsystem]] [[Image:Icon20_aps.png | Active Protection System]] [[Image:Icon20_accessibm.png|ThinkVantage Button]] [[Image:Icon20_ultranav.png | UltraNav]] [[Image:Icon20_browsekeys.png|Browser Keys]] [[Image:Icon20_wlan.png | Integrated Wireless Adapter]] [[Image:Icon20_bluetooth.png | Integrated Bluetooth Adapter]] [[Image:Icon20_fingerprint.png|Integrated Fingerprint Reader]]&lt;br /&gt;
|-&lt;br /&gt;
| {{X100e}} || January 2010 || [[Image:Icon20_ess.png|Embedded Security Subsystem]] [[Image:Icon20_aps.png | Active Protection System]] [[Image:Icon20_wlan.png | Integrated Wireless Adapter]] [[Image:Icon20_bluetooth.png | Integrated Bluetooth Adapter]] Entry UltraPortable&lt;br /&gt;
|-&lt;br /&gt;
| {{X201}} || February 2010 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabase.png | UltraBase X200]] [[Image:Icon20_ess.png|Embedded Security Subsystem]] [[Image:Icon20_aps.png | Active Protection System]] [[Image:Icon20_accessibm.png|ThinkVantage Button]] [[Image:Icon20_browsekeys.png|Browser Keys]] [[Image:Icon20_wlan.png | Integrated Wireless Adapter]] [[Image:Icon20_bluetooth.png | Integrated Bluetooth Adapter]] [[Image:Icon20_fingerprint.png|Integrated Fingerprint Reader]] UltraPortable&lt;br /&gt;
|-|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Models]]&lt;/div&gt;</summary>
		<author><name>Yak</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=ThinkPad_History&amp;diff=48656</id>
		<title>ThinkPad History</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=ThinkPad_History&amp;diff=48656"/>
		<updated>2010-05-27T12:11:46Z</updated>

		<summary type="html">&lt;p&gt;Yak: Added some recent models&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Here is an overview of the history of the ThinkPad mobile computers.&lt;br /&gt;
&lt;br /&gt;
IBM has a webpage on the history of the ThinkPad here: http://www.pc.ibm.com/ca/thinkpad/anniversary/history.html&lt;br /&gt;
__TOC__&lt;br /&gt;
==IBM ThinkPad==&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|+ ThinkPads sorted by time of appearance&lt;br /&gt;
! style=&amp;quot;background:#ffdead;&amp;quot; | ThinkPad model !! style=&amp;quot;background:#ffdead;&amp;quot; | release year !! style=&amp;quot;background:#ffdead;&amp;quot; | special characteristics&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; style=&amp;quot;background:#efefef;&amp;quot; | 1992&lt;br /&gt;
|-&lt;br /&gt;
| {{700T}} || Apr 1992 || [[Image:Icon20_pen.png | TouchScreen]] TabletPC&lt;br /&gt;
|-&lt;br /&gt;
| {{300}} || Oct 1992 ||&lt;br /&gt;
|-&lt;br /&gt;
| {{700}}, {{700C}} || Oct 1992 || MCA&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; style=&amp;quot;background:#efefef;&amp;quot; | 1993&lt;br /&gt;
|-&lt;br /&gt;
| {{710T}} || Mar 1993 || [[Image:Icon20_pen.png | TouchScreen]] TabletPC&lt;br /&gt;
|-&lt;br /&gt;
| {{720}}, {{720C}} || May 1993 || MCA&lt;br /&gt;
|-&lt;br /&gt;
| {{350}}, {{350C}} || June 1993 ||&lt;br /&gt;
|-&lt;br /&gt;
| {{500}} || June 1993 ||&lt;br /&gt;
|-&lt;br /&gt;
| {{750}}, {{750C}} || Sep 1993 || [[Image:Icon20_ultrabay.png | UltraBay]]&lt;br /&gt;
|-&lt;br /&gt;
| {{750P}} || Sep 1993 || [[Image:Icon20_ultrabay.png | UltraBay]] [[Image:Icon20_pen.png | TouchScreen]] TabletPC/Notebook-Morphable&lt;br /&gt;
|-&lt;br /&gt;
| {{750Cs}} || Nov 1993 || [[Image:Icon20_ultrabay.png | UltraBay]]&lt;br /&gt;
|-&lt;br /&gt;
| {{220}} || ??? 1993 || SubNotebook&lt;br /&gt;
|-&lt;br /&gt;
| {{550BJ}} || ??? 1993 || integrated Printer&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; style=&amp;quot;background:#efefef;&amp;quot; | 1994&lt;br /&gt;
|-&lt;br /&gt;
| {{360}}, {{360Cs}} || May 1994 || [[Image:Icon20_ultrabay.png | UltraBay]]&lt;br /&gt;
|-&lt;br /&gt;
| {{730T}} || May 1994 || [[Image:Icon20_pen.png | TouchScreen]] TabletPC&lt;br /&gt;
|-&lt;br /&gt;
| {{230Cs}} || June 1994 || SubNotebook&lt;br /&gt;
|-&lt;br /&gt;
| {{355}}, {{355C}}, {{355Cs}} || June 1994 || [[Image:Icon20_ultrabay.png | UltraBay]]&lt;br /&gt;
|-&lt;br /&gt;
| {{360C}} || June 1994 || [[Image:Icon20_ultrabay.png | UltraBay]]&lt;br /&gt;
|-&lt;br /&gt;
| {{360P}} || June 1994 || [[Image:Icon20_ultrabay.png | UltraBay]] [[Image:Icon20_pen.png | &lt;br /&gt;
TouchScreen]] TabletPC/Notebook-Morphable&lt;br /&gt;
|-&lt;br /&gt;
| {{510Cs}} || June 1994 ||&lt;br /&gt;
|-&lt;br /&gt;
| {{755C}}, {{755Cs}} || June 1994 || [[Image:Icon20_ultrabay.png | UltraBay]]&lt;br /&gt;
|-&lt;br /&gt;
| {{360CE}}, {{360CSE}} || Oct 1994 || [[Image:Icon20_ultrabay.png | UltraBay]]&lt;br /&gt;
|-&lt;br /&gt;
| {{755CD}} || Oct 1994 || [[Image:Icon20_ultrabay.png | UltraBay]] first notebook with integrated CD-ROM drive and IrDA&lt;br /&gt;
|-&lt;br /&gt;
| {{755CE}}, {{755CSE}} || Nov 1994 || [[Image:Icon20_ultrabay.png | UltraBay]]&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; style=&amp;quot;background:#efefef;&amp;quot; | 1995&lt;br /&gt;
|-&lt;br /&gt;
| {{701C}}, {{701CS}} || Mar 1995 || [[Image:Icon20_trackwrite.png|TrackWrite]] SubNotebook&lt;br /&gt;
|-&lt;br /&gt;
| {{360CE}} || Apr 1995 || [[Image:Icon20_ultrabay.png | UltraBay]]&lt;br /&gt;
|-&lt;br /&gt;
| {{370C}} || May 1995 || [[Image:Icon20_ultrabay.png | UltraBay]]&lt;br /&gt;
|-&lt;br /&gt;
| {{755CX}} || May 1995 || [[Image:Icon20_ultrabay.png | UltraBay]]&lt;br /&gt;
|-&lt;br /&gt;
| {{755CV}} || May 1995 || [[Image:Icon20_ultrabay.png | UltraBay]] display can be used with overhead projectors&lt;br /&gt;
|-&lt;br /&gt;
| {{755CDV}} || June 1995 || [[Image:Icon20_ultrabay.png | UltraBay]] display can be used with overhead projectors&lt;br /&gt;
|-&lt;br /&gt;
| {{820}}, {{850}} || July 1995 || PowerPC driven&lt;br /&gt;
|-&lt;br /&gt;
| {{PC110}} || Sep 1995 || PalmTop - the smallest and cutest &amp;quot;ThinkPad&amp;quot; ever, was sold in Japan only&lt;br /&gt;
|-&lt;br /&gt;
| {{730TE}} || Oct 1995 || [[Image:Icon20_pen.png | TouchScreen]] TabletPC, enhanced version of 730T&lt;br /&gt;
|-&lt;br /&gt;
| {{760C}}, {{760CD}} || Oct 1995 || [[Image:Icon20_ultrabay.png | UltraBay]]&lt;br /&gt;
|-&lt;br /&gt;
| {{365C}}, {{365CS}} || Nov 1995 ||&lt;br /&gt;
|-&lt;br /&gt;
| {{365CD}}, {{365CSD}} || Nov 1995 ||&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; style=&amp;quot;background:#efefef;&amp;quot; | 1996&lt;br /&gt;
|-&lt;br /&gt;
| {{760L}}, {{760LD}} || Feb 1996 || [[Image:Icon20_ultrabay.png | UltraBay]]&lt;br /&gt;
|-&lt;br /&gt;
| {{365E}}, {{365ED}} || May 1996 ||&lt;br /&gt;
|-&lt;br /&gt;
| {{365X}}, {{365XD}} || May 1996 ||&lt;br /&gt;
|-&lt;br /&gt;
| {{560}} || May 1996 || UltraPortable&lt;br /&gt;
|-&lt;br /&gt;
| {{760E}}, {{760ED}}, {{760EL}}, {{760ELD}}|| May 1996 || First ThinkPads with CardBus&lt;br /&gt;
|-&lt;br /&gt;
| {{860}} || Oct 1996 || PowerPC driven&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; style=&amp;quot;background:#efefef;&amp;quot; | 1997&lt;br /&gt;
|-&lt;br /&gt;
| {{760XL}}, {{760XD}} || April 1997 || [[Image:Icon20_ultrabay.png | UltraBay]]&lt;br /&gt;
|-&lt;br /&gt;
| {{380}}, {{380D}} || May 1997 ||&lt;br /&gt;
|-&lt;br /&gt;
| {{385D}} || May 1997 ||&lt;br /&gt;
|-&lt;br /&gt;
| {{310}}, {{310D}} || June 1997 ||&lt;br /&gt;
|-&lt;br /&gt;
| {{560E}} || June 1997 ||&lt;br /&gt;
|-&lt;br /&gt;
| {{765L}}, {{765D}} || June 1997 || [[Image:Icon20_ultrabay.png | UltraBay]]&lt;br /&gt;
|-&lt;br /&gt;
| {{380E}}, {{380ED}} || Sep 1997 ||&lt;br /&gt;
|-&lt;br /&gt;
| {{385ED}} || Sep 1997 ||&lt;br /&gt;
|-&lt;br /&gt;
| {{770}} || Oct 1997 || [[Image:Icon20_ultrabayii.png | UltraBay II]] first Notebook with integrated DVD-ROM drive&lt;br /&gt;
|-&lt;br /&gt;
| {{310E}}, {{310ED}} || Nov 1997 ||&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; style=&amp;quot;background:#efefef;&amp;quot; | 1998&lt;br /&gt;
|-&lt;br /&gt;
| {{380XD}} || Mar 1998 ||&lt;br /&gt;
|-&lt;br /&gt;
| {{385XD}} || Mar 1998 ||&lt;br /&gt;
|-&lt;br /&gt;
| {{560X}} || Mar 1998 || UltraPortable&lt;br /&gt;
|-&lt;br /&gt;
| {{600}} || Apr 1998 || [[Image:Icon20_ultraslimbay.png | UltraSlimBay]] probably the most popular ThinkPad so far&lt;br /&gt;
|-&lt;br /&gt;
| {{770E}}, {{770ED}} || Apr 1998 || [[Image:Icon20_ultrabayii.png | UltraBay II]]&lt;br /&gt;
|-&lt;br /&gt;
| {{380Z}} || Sep 1998 || [[Image:Icon20_ultrabay.png | UltraBay]]&lt;br /&gt;
|-&lt;br /&gt;
| {{560Z}} || Sep 1998 || UltraPortable&lt;br /&gt;
|-&lt;br /&gt;
| {{770X}} || Oct 1998 || [[Image:Icon20_ultrabayii.png | UltraBay II]]&lt;br /&gt;
|-&lt;br /&gt;
| {{390}} || Nov 1998 || [[Image:Icon20_ultrabayfx.png | UltraBay FX]]&lt;br /&gt;
|-&lt;br /&gt;
| {{600E}} || Nov 1998 || [[Image:Icon20_ultraslimbay.png | UltraSlimBay]] enhanced version of 600&lt;br /&gt;
|-&lt;br /&gt;
| {{I1410}}, {{I1450}} || Nov 1998 || [[Image:Icon20_easylaunch.png|Easy Launch Buttons]]&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; style=&amp;quot;background:#efefef;&amp;quot; | 1999&lt;br /&gt;
|-&lt;br /&gt;
| {{I1411}}, {{I1451}} || Jan 1999 || [[Image:Icon20_easylaunch.png|Easy Launch Buttons]]&lt;br /&gt;
|-&lt;br /&gt;
| {{770Z}} || Feb 1999 || [[Image:Icon20_ultrabayii.png | UltraBay II]]&lt;br /&gt;
|-&lt;br /&gt;
| {{390E}} || Mar 1999 || [[Image:Icon20_ultrabayfx.png | UltraBay FX]]&lt;br /&gt;
|-&lt;br /&gt;
| {{570}} || Apr 1999 || [[Image:Icon20_ultrabase.png | UltraBase]] UltraPortable&lt;br /&gt;
|-&lt;br /&gt;
| {{240}} || June 1999 || SubNotebook&lt;br /&gt;
|-&lt;br /&gt;
| {{I1412}}, {{I1452}}, {{I1472}} || June 1999 || [[Image:Icon20_easylaunch.png|Easy Launch Buttons]]&lt;br /&gt;
|-&lt;br /&gt;
| {{I1512}}, {{I1552}} || July 1999 || [[Image:Icon20_easylaunch.png|Easy Launch Buttons]]&lt;br /&gt;
|-&lt;br /&gt;
| {{I1720}}, {{I1721}} || July 1999 || [[Image:Icon20_ultrabayfx.png | UltraBay FX]]&lt;br /&gt;
|-&lt;br /&gt;
| {{390X}} || Sep 1999 || [[Image:Icon20_ultrabayfx.png | UltraBay FX]]&lt;br /&gt;
|-&lt;br /&gt;
| {{I1420}} || Oct 1999 || [[Image:Icon20_easylaunch.png|Easy Launch Buttons]]&lt;br /&gt;
|-&lt;br /&gt;
| {{I1460}}, {{I1480}} || Oct 1999 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_easylaunch.png|Easy Launch Buttons]] first Notebook with integrated keyboard light&lt;br /&gt;
|-&lt;br /&gt;
| {{I1540}}, {{I1560}} || Oct 1999 || [[Image:Icon20_easylaunch.png|Easy Launch Buttons]]&lt;br /&gt;
|-&lt;br /&gt;
| {{600X}} || Dec 1999 || [[Image:Icon20_ultraslimbay.png | UltraSlimBay]] enhanced version of 600E&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; style=&amp;quot;background:#efefef;&amp;quot; | 2000&lt;br /&gt;
|-&lt;br /&gt;
| {{I1421}}, {{I1441}} || Jan 2000 || [[Image:Icon20_easylaunch.png|Easy Launch Buttons]]&lt;br /&gt;
|-&lt;br /&gt;
| {{I1541}} || Jan 2000 || [[Image:Icon20_easylaunch.png|Easy Launch Buttons]]&lt;br /&gt;
|-&lt;br /&gt;
| {{570E}} || Feb 2000 || [[Image:Icon20_ultrabase.png | UltraBase]] UltraPortable&lt;br /&gt;
|-&lt;br /&gt;
| {{I1422}}, {{I1442}}, {{I1482}},&amp;lt;br&amp;gt;{{I1483}}, {{I1492}} || Mar 2000 || [[Image:Icon20_easylaunch.png|Easy Launch Buttons]]&lt;br /&gt;
|-&lt;br /&gt;
| {{I1542}}, {{I1562}}, {{I1592}} || April 2000 || [[Image:Icon20_easylaunch.png|Easy Launch Buttons]]&lt;br /&gt;
|-&lt;br /&gt;
| {{A20m}} || May 2000 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabay2000.png | UltraBay 2000]] [[Image:Icon20_accessibm.png|ThinkPad Button]]&lt;br /&gt;
|-&lt;br /&gt;
| {{A20p}} || May 2000 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabay2000.png | UltraBay 2000]] [[Image:Icon20_accessibm.png|ThinkPad Button]] [[Image:Icon20_ultraport.png | UltraPort]]]&lt;br /&gt;
|-&lt;br /&gt;
| {{T20}} || May 2000 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabay2000.png | UltraBay 2000]] [[Image:Icon20_accessibm.png|ThinkPad Button]] [[Image:Icon20_ultraport.png | UltraPort]]&lt;br /&gt;
|-&lt;br /&gt;
| {{240X}} || June 2000 ||&lt;br /&gt;
|-&lt;br /&gt;
| {{I1210}}, {{I1230}},&amp;lt;br&amp;gt;{{I1250}}, {{I1260}}  || June 2000 ||&lt;br /&gt;
|-&lt;br /&gt;
| {{I1330}}, {{I1370}} || June 2000 || [[Image:Icon20_easylaunch.png|Easy Launch Buttons]]&lt;br /&gt;
|-&lt;br /&gt;
| {{I1200}}, {{I1300}}|| Sep 2000 || [[Image:Icon20_easylaunch.png|Easy Launch Buttons]]&lt;br /&gt;
|-&lt;br /&gt;
| {{X20}} || Sep 2000 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabase.png | UltraBase X2]] [[Image:Icon20_accessibm.png|ThinkPad Button]] [[Image:Icon20_ultraport.png | UltraPort]] UltraPortable&lt;br /&gt;
|-&lt;br /&gt;
| {{A21m}} || Sep 2000 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabay2000.png | UltraBay 2000]] [[Image:Icon20_accessibm.png|ThinkPad Button]]&lt;br /&gt;
|-&lt;br /&gt;
| {{A21p}} || Sep 2000 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabay2000.png | UltraBay 2000]] [[Image:Icon20_accessibm.png|ThinkPad Button]] [[Image:Icon20_ultraport.png | UltraPort]]&lt;br /&gt;
|-&lt;br /&gt;
| {{A21e}} || Oct 2000 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabay2000.png | UltraBay 2000]] [[Image:Icon20_accessibm.png|ThinkPad Button]]&lt;br /&gt;
|-&lt;br /&gt;
| {{T21}} || Oct 2000 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabay2000.png | UltraBay 2000]] [[Image:Icon20_accessibm.png|ThinkPad Button]] [[Image:Icon20_ultraport.png | UltraPort]]&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; style=&amp;quot;background:#efefef;&amp;quot; | 2001&lt;br /&gt;
|-&lt;br /&gt;
| {{TransNote}} || Feb 2001 || [[Image:Icon20_accessibm.png|ThinkPad Button]] [[Image:Icon20_pen.png | TouchScreen]] [[Image:Icon20_ink.png | ThinkScribe]] IBMs innovative approach on Human Interaction&lt;br /&gt;
|-&lt;br /&gt;
| {{T22}} || Mar 2001 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabay2000.png | UltraBay 2000]] [[Image:Icon20_accessibm.png|ThinkPad Button]] [[Image:Icon20_ultraport.png | UltraPort]]&lt;br /&gt;
|-&lt;br /&gt;
| {{A22m}} || Apr 2001 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabay2000.png | UltraBay 2000]] [[Image:Icon20_accessibm.png|ThinkPad Button]]&lt;br /&gt;
|-&lt;br /&gt;
| {{A22p}} || Apr 2001 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabay2000.png | UltraBay 2000]] [[Image:Icon20_accessibm.png|ThinkPad Button]] [[Image:Icon20_ultraport.png | UltraPort]]&lt;br /&gt;
|-&lt;br /&gt;
| {{X21}} || Apr 2001 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabase.png | UltraBase X2]] [[Image:Icon20_accessibm.png|ThinkPad Button]] [[Image:Icon20_ultraport.png | UltraPort]] UltraPortable&lt;br /&gt;
|-&lt;br /&gt;
| {{S30}} || May 2001 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultraport.png | UltraPort]] [[Image:Icon20_easylaunch.png|Easy Launch Buttons]] [[Image:Icon20_wlan.png | Integrated Wireless Adapter]]&lt;br /&gt;
|-&lt;br /&gt;
| {{A22e}} || June 2001 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabay2000.png | UltraBay 2000]] [[Image:Icon20_accessibm.png|ThinkPad Button]]&lt;br /&gt;
|-&lt;br /&gt;
| {{T23}} || July 2001 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabayplus.png | UltraBay Plus]] [[Image:Icon20_ess.png|Embedded Security Subsystem]] [[Image:Icon20_accessibm.png|ThinkPad Button]] [[Image:Icon20_ultraport.png | UltraPort]] [[Image:Icon20_wlan.png | Integrated Wireless Adapter]]&lt;br /&gt;
|-&lt;br /&gt;
| {{A30}} || Oct 2001 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabayplus.png | UltraBay Plus]] [[Image:Icon20_ultrabay2000.png | UltraBay 2000]] [[Image:Icon20_accessibm.png|Access IBM Button]] [[Image:Icon20_webnav.png | Web Navigation Keys]] [[Image:Icon20_browsekeys.png|Browser Keys]] [[Image:Icon20_wlan.png | Integrated Wireless Adapter]]&lt;br /&gt;
|-&lt;br /&gt;
| {{A30p}} || Oct 2001 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabayplus.png | UltraBay Plus]] [[Image:Icon20_ultrabay2000.png | UltraBay 2000]] [[Image:Icon20_accessibm.png|Access IBM Button]] [[Image:Icon20_webnav.png | Web Navigation Keys]] [[Image:Icon20_browsekeys.png|Browser Keys]] [[Image:Icon20_ultraport.png | UltraPort]] [[Image:Icon20_bluetooth.png | Integrated Bluetooth Adapter]] [[Image:Icon20_wlan.png | Integrated Wireless Adapter]]&lt;br /&gt;
|-&lt;br /&gt;
| {{R30}} || Oct 2001 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabayplus.png | UltraBay Plus]] [[Image:Icon20_accessibm.png|Access IBM Button]] [[Image:Icon20_browsekeys.png|Browser Keys]] [[Image:Icon20_wlan.png | Integrated Wireless Adapter]] &lt;br /&gt;
|-&lt;br /&gt;
| {{X22}} || Oct 2001 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabase.png | UltraBase X2]] [[Image:Icon20_ess.png|Embedded Security Subsystem]] [[Image:Icon20_accessibm.png|ThinkPad Button]] [[Image:Icon20_ultraport.png | UltraPort]] [[Image:Icon20_wlan.png | Integrated Wireless Adapter]]  UltraPortable&lt;br /&gt;
|-&lt;br /&gt;
| {{S31}} || Nov 2001 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_easylaunch.png|Easy Launch Buttons]] [[Image:Icon20_ultraport.png | UltraPort]] [[Image:Icon20_wlan.png | Integrated Wireless Adapter]]&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; style=&amp;quot;background:#efefef;&amp;quot; | 2002&lt;br /&gt;
|-&lt;br /&gt;
| {{X23}} || Jan 2002 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabase.png | UltraBase X2]] [[Image:Icon20_ess.png|Embedded Security Subsystem]] [[Image:Icon20_accessibm.png|ThinkPad Button]] [[Image:Icon20_ultraport.png | UltraPort]] [[Image:Icon20_wlan.png | Integrated Wireless Adapter]] [[Image:Icon20_bluetooth.png | Integrated Bluetooth Adapter]] UltraPortable &lt;br /&gt;
|-&lt;br /&gt;
| {{R31}} || Feb 2002 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabayplus.png | UltraBay Plus]]  [[Image:Icon20_ess.png|Embedded Security Subsystem]] [[Image:Icon20_accessibm.png|Access IBM Button]] [[Image:Icon20_browsekeys.png|Browser Keys]] [[Image:Icon20_wlan.png | Integrated Wireless Adapter]]&lt;br /&gt;
|-&lt;br /&gt;
| {{A31}} || Mar 2002 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabayplus.png | UltraBay Plus]] [[Image:Icon20_ultrabay2000.png | UltraBay 2000]] [[Image:Icon20_accessibm.png|Access IBM Button]] [[Image:Icon20_webnav.png | Web Navigation Keys]] [[Image:Icon20_browsekeys.png|Browser Keys]] [[Image:Icon20_wlan.png | Integrated Wireless Adapter]]&lt;br /&gt;
|-&lt;br /&gt;
| {{A31p}} || Mar 2002 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabayplus.png | UltraBay Plus]] [[Image:Icon20_ultrabay2000.png | UltraBay 2000]] [[Image:Icon20_accessibm.png|Access IBM Button]] [[Image:Icon20_webnav.png | Web Navigation Keys]] [[Image:Icon20_browsekeys.png|Browser Keys]] [[Image:Icon20_ultraport.png | UltraPort]]  [[Image:Icon20_bluetooth.png | Integrated Bluetooth Adapter]] [[Image:Icon20_wlan.png | Integrated Wireless Adapter]]&lt;br /&gt;
|-&lt;br /&gt;
| {{T30}} || May 2002 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabayplus.png | UltraBay Plus]] [[Image:Icon20_ess.png|Embedded Security Subsystem]] [[Image:Icon20_accessibm.png|Access IBM Button]] [[Image:Icon20_ultranav.png | UltraNav]] [[Image:Icon20_browsekeys.png|Browser Keys]] [[Image:Icon20_wlan.png | Integrated Wireless Adapter]] [[Image:Icon20_bluetooth.png | Integrated Bluetooth Adapter]]&lt;br /&gt;
|-&lt;br /&gt;
| {{X24}} || May 2002 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabase.png | UltraBase X2]] [[Image:Icon20_ess.png|Embedded Security Subsystem]] [[Image:Icon20_accessibm.png|ThinkPad Button]] [[Image:Icon20_ultraport.png | UltraPort]] [[Image:Icon20_wlan.png | Integrated Wireless Adapter]] [[Image:Icon20_bluetooth.png | Integrated Bluetooth Adapter]] UltraPortable &lt;br /&gt;
|-&lt;br /&gt;
| {{R32}} || June 2002 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabayplus.png | UltraBay Plus]] [[Image:Icon20_ess.png|Embedded Security Subsystem]] [[Image:Icon20_accessibm.png|Access IBM Button]] [[Image:Icon20_browsekeys.png|Browser Keys]] [[Image:Icon20_wlan.png | Integrated Wireless Adapter]] &lt;br /&gt;
|-&lt;br /&gt;
| {{X30}} || Sep 2002 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabase.png | UltraBase X3]] [[Image:Icon20_ess.png|Embedded Security Subsystem]] [[Image:Icon20_accessibm.png|Access IBM Button]] [[Image:Icon20_browsekeys.png|Browser Keys]] [[Image:Icon20_wlan.png | Integrated Wireless Adapter]] UltraPortable&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; style=&amp;quot;background:#efefef;&amp;quot; | 2003&lt;br /&gt;
|-&lt;br /&gt;
| {{R40}} || Jan 2003 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabayplus.png | UltraBay Plus]] [[Image:Icon20_ess.png|Embedded Security Subsystem]] [[Image:Icon20_accessibm.png|Access IBM Button]] [[Image:Icon20_help.png|Predesktop Area]] [[Image:Icon20_ultranav.png | UltraNav]] [[Image:Icon20_browsekeys.png|Browser Keys]] [[Image:Icon20_wlan.png | Integrated Wireless Adapter]] &lt;br /&gt;
|-&lt;br /&gt;
| {{T40}}, {{T40p}} || Mar 2003 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabayslim.png | UltraBay Slim]] [[Image:Icon20_ess.png|Embedded Security Subsystem]] [[Image:Icon20_accessibm.png|Access IBM Button]] [[Image:Icon20_help.png|Predesktop Area]] [[Image:Icon20_ultranav.png | UltraNav]] [[Image:Icon20_browsekeys.png|Browser Keys]] [[Image:Icon20_wlan.png | Integrated Wireless Adapter]] [[Image:Icon20_bluetooth.png | Integrated Bluetooth Adapter]]&lt;br /&gt;
|-&lt;br /&gt;
| {{X31}} || Mar 2003 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabase.png | UltraBase X3]] [[Image:Icon20_ess.png|Embedded Security Subsystem]] [[Image:Icon20_accessibm.png|Access IBM Button]] [[Image:Icon20_help.png|Predesktop Area]] [[Image:Icon20_browsekeys.png|Browser Keys]] [[Image:Icon20_wlan.png | Integrated Wireless Adapter]] [[Image:Icon20_bluetooth.png | Integrated Bluetooth Adapter]] UltraPortable&lt;br /&gt;
|-&lt;br /&gt;
| {{G40}} || Apr 2003 || [[Image:Icon20_accessibm.png|Access IBM Button]] [[Image:Icon20_browsekeys.png|Browser Keys]] [[Image:Icon20_wlan.png | Integrated Wireless Adapter]]&lt;br /&gt;
|-&lt;br /&gt;
| {{R40e}} || Oct 2003 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabayplus.png | UltraBay Plus]] [[Image:Icon20_accessibm.png|Access IBM Button]] [[Image:Icon20_help.png|Predesktop Area]] [[Image:Icon20_browsekeys.png|Browser Keys]] [[Image:Icon20_wlan.png | Integrated Wireless Adapter]] &lt;br /&gt;
|-&lt;br /&gt;
| {{R50}} || Oct 2003 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabayenh.png | UltraBay Enhanced]] [[Image:Icon20_ess.png|Embedded Security Subsystem]] [[Image:Icon20_aps.png | Active Protection System]] [[Image:Icon20_accessibm.png|Access IBM Button]] [[Image:Icon20_help.png|Predesktop Area]] [[Image:Icon20_ultranav.png | UltraNav]] [[Image:Icon20_browsekeys.png|Browser Keys]] [[Image:Icon20_wlan.png | Integrated Wireless Adapter]]&lt;br /&gt;
|-&lt;br /&gt;
| {{T41}} || Oct 2003 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabayslim.png | UltraBay Slim]] [[Image:Icon20_ess.png|Embedded Security Subsystem]] [[Image:Icon20_aps.png | Active Protection System]] [[Image:Icon20_accessibm.png|Access IBM Button]] [[Image:Icon20_help.png|Predesktop Area]] [[Image:Icon20_ultranav.png | UltraNav]] [[Image:Icon20_browsekeys.png|Browser Keys]] [[Image:Icon20_wlan.png | Integrated Wireless Adapter]] [[Image:Icon20_bluetooth.png | Integrated Bluetooth Adapter]] first notebook with [[Active Protection System | HDD protection system]]&lt;br /&gt;
|-&lt;br /&gt;
| {{T41p}} || Nov 2003 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabayslim.png | UltraBay Slim]] [[Image:Icon20_ess.png|Embedded Security Subsystem]] [[Image:Icon20_aps.png | Active Protection System]] [[Image:Icon20_accessibm.png|Access IBM Button]] [[Image:Icon20_help.png|Predesktop Area]] [[Image:Icon20_ultranav.png | UltraNav]] [[Image:Icon20_browsekeys.png|Browser Keys]] [[Image:Icon20_wlan.png | Integrated Wireless Adapter]] [[Image:Icon20_bluetooth.png | Integrated Bluetooth Adapter]]&lt;br /&gt;
|-&lt;br /&gt;
| {{R50p}} || Nov 2003 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabayenh.png | UltraBay Enhanced]] [[Image:Icon20_ess.png|Embedded Security Subsystem]] [[Image:Icon20_aps.png | Active Protection System]] [[Image:Icon20_accessibm.png|Access IBM Button]] [[Image:Icon20_help.png|Predesktop Area]] [[Image:Icon20_ultranav.png | UltraNav]] [[Image:Icon20_browsekeys.png|Browser Keys]] [[Image:Icon20_wlan.png | Integrated Wireless Adapter]] [[Image:Icon20_bluetooth.png | Integrated Bluetooth Adapter]]&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; style=&amp;quot;background:#efefef;&amp;quot; | 2004&lt;br /&gt;
|-&lt;br /&gt;
| {{X40}} || Feb 2004 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabase.png | UltraBase X4]] [[Image:Icon20_ess.png|Embedded Security Subsystem]] [[Image:Icon20_aps.png | Active Protection System]] [[Image:Icon20_accessibm.png|Access IBM Button]] [[Image:Icon20_help.png|Predesktop Area]] [[Image:Icon20_browsekeys.png|Browser Keys]] [[Image:Icon20_wlan.png | Integrated Wireless Adapter]] [[Image:Icon20_bluetooth.png | Integrated Bluetooth Adapter]] UltraPortable&lt;br /&gt;
|-&lt;br /&gt;
| {{R50e}} || Apr 2004 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabayslim.png | UltraBay Slim]] [[Image:Icon20_accessibm.png|Access IBM Button]] [[Image:Icon20_help.png|Predesktop Area]] [[Image:Icon20_browsekeys.png|Browser Keys]] [[Image:Icon20_wlan.png | Integrated Wireless Adapter]]&lt;br /&gt;
|-&lt;br /&gt;
| {{R51}} || Apr 2004 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabayenh.png | UltraBay Enhanced]] [[Image:Icon20_ess.png|Embedded Security Subsystem]] [[Image:Icon20_aps.png | Active Protection System]] [[Image:Icon20_accessibm.png|Access IBM Button]] [[Image:Icon20_help.png|Predesktop Area]] [[Image:Icon20_ultranav.png | UltraNav]] [[Image:Icon20_browsekeys.png|Browser Keys]] [[Image:Icon20_wlan.png | Integrated Wireless Adapter]] [[Image:Icon20_bluetooth.png | Integrated Bluetooth Adapter]]&lt;br /&gt;
|-&lt;br /&gt;
| {{T42}}, {{T42p}} || May 2004 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabayslim.png | UltraBay Slim]] [[Image:Icon20_ess.png|Embedded Security Subsystem]] [[Image:Icon20_aps.png | Active Protection System]] [[Image:Icon20_accessibm.png|Access IBM Button]] [[Image:Icon20_help.png|Predesktop Area]] [[Image:Icon20_ultranav.png | UltraNav]] [[Image:Icon20_browsekeys.png|Browser Keys]] [[Image:Icon20_wlan.png | Integrated Wireless Adapter]] [[Image:Icon20_bluetooth.png | Integrated Bluetooth Adapter]] [[Image:Icon20_fingerprint.png|Integrated Fingerprint Reader]]&lt;br /&gt;
|-&lt;br /&gt;
| {{G41}} || Oct 2004 || [[Image:Icon20_accessibm.png|Access IBM Button]] [[Image:Icon20_browsekeys.png|Browser Keys]] [[Image:Icon20_wlan.png | Integrated Wireless Adapter]]&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; style=&amp;quot;background:#efefef;&amp;quot; | 2005&lt;br /&gt;
|-&lt;br /&gt;
| {{T43}} || Feb 2005 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabayslim.png | UltraBay Slim]] [[Image:Icon20_ess.png|Embedded Security Subsystem]] [[Image:Icon20_aps.png | Active Protection System]] [[Image:Icon20_accessibm.png|Access IBM Button]] [[Image:Icon20_help.png|Predesktop Area]] [[Image:Icon20_ultranav.png | UltraNav]] [[Image:Icon20_browsekeys.png|Browser Keys]] [[Image:Icon20_wlan.png | Integrated Wireless Adapter]] [[Image:Icon20_bluetooth.png | Integrated Bluetooth Adapter]] [[Image:Icon20_fingerprint.png|Integrated Fingerprint Reader]]&lt;br /&gt;
|-&lt;br /&gt;
| {{R52}} || Mar 2005 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabayenh.png | UltraBay Enhanced]] [[Image:Icon20_ess.png|Embedded Security Subsystem]] [[Image:Icon20_aps.png | Active Protection System]] [[Image:Icon20_accessibm.png|Access IBM Button]] [[Image:Icon20_help.png|Predesktop Area]] [[Image:Icon20_ultranav.png | UltraNav]] [[Image:Icon20_browsekeys.png|Browser Keys]] [[Image:Icon20_wlan.png | Integrated Wireless Adapter]] [[Image:Icon20_bluetooth.png | Integrated Bluetooth Adapter]]&lt;br /&gt;
|-&lt;br /&gt;
| {{T43p}} || Apr 2005 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabayslim.png | UltraBay Slim]] [[Image:Icon20_ess.png|Embedded Security Subsystem]] [[Image:Icon20_aps.png | Active Protection System]] [[Image:Icon20_accessibm.png|Access IBM Button]] [[Image:Icon20_help.png|Predesktop Area]] [[Image:Icon20_ultranav.png | UltraNav]] [[Image:Icon20_browsekeys.png|Browser Keys]] [[Image:Icon20_wlan.png | Integrated Wireless Adapter]] [[Image:Icon20_bluetooth.png | Integrated Bluetooth Adapter]] [[Image:Icon20_fingerprint.png|Integrated Fingerprint Reader]]&lt;br /&gt;
|-&lt;br /&gt;
| {{X32}} || Apr 2005 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabase.png | UltraBase X3]] [[Image:Icon20_ess.png|Embedded Security Subsystem]] [[Image:Icon20_accessibm.png|Access IBM Button]] [[Image:Icon20_help.png|Predesktop Area]] [[Image:Icon20_browsekeys.png|Browser Keys]] [[Image:Icon20_wlan.png | Integrated Wireless Adapter]]  [[Image:Icon20_bluetooth.png | Integrated Bluetooth Adapter]] UltraPortable&lt;br /&gt;
|-&lt;br /&gt;
| {{X41}} || Apr 2005 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabase.png | UltraBase X4]] [[Image:Icon20_ess.png|Embedded Security Subsystem]] [[Image:Icon20_aps.png | Active Protection System]] [[Image:Icon20_accessibm.png|Access IBM Button]] [[Image:Icon20_help.png|Predesktop Area]] [[Image:Icon20_browsekeys.png|Browser Keys]] [[Image:Icon20_wlan.png | Integrated Wireless Adapter]] [[Image:Icon20_bluetooth.png | Integrated Bluetooth Adapter]] [[Image:Icon20_fingerprint.png|Integrated Fingerprint Reader]] UltraPortable&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Lenovo ThinkPad==&lt;br /&gt;
Lenovo completed the ThinkPad brand acquisition in May 2005. As part of the deal select ThinkPads continued to be sold under the '''IBM ThinkPad''' brand for years afterwards.&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|+ ThinkPads sorted by time of appearance&lt;br /&gt;
! style=&amp;quot;background:#ffdead;&amp;quot; | ThinkPad model !! style=&amp;quot;background:#ffdead;&amp;quot; | release year !! style=&amp;quot;background:#ffdead;&amp;quot; | special characteristics&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; style=&amp;quot;background:#efefef;&amp;quot; | 2005&lt;br /&gt;
|-&lt;br /&gt;
| {{X41_Tablet}} || June 2005 || [[Image:Icon20_ess.png|Embedded Security Subsystem]] [[Image:Icon20_aps.png | Active Protection System]] [[Image:Icon20_accessibm.png|ThinkVantage Button]] [[Image:Icon20_help.png|Predesktop Area]] [[Image:Icon20_browsekeys.png|Browser Keys]] [[Image:Icon20_wlan.png | Integrated Wireless Adapter]] [[Image:Icon20_bluetooth.png | Integrated Bluetooth Adapter]] [[Image:Icon20_fingerprint.png|Integrated Fingerprint Reader]] [[Image:Icon20_pen.png | Tablet-Digitizer-Screen]] Tablet-Convertable&lt;br /&gt;
|-&lt;br /&gt;
| {{Z60m}} || Sep 2005 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabayenh.png | UltraBay Enhanced]] [[Image:Icon20_ess.png|Embedded Security Subsystem]] [[Image:Icon20_aps.png | Active Protection System]] [[Image:Icon20_accessibm.png|ThinkVantage Button]] [[Image:Icon20_ultranav.png | UltraNav]] [[Image:Icon20_browsekeys.png|Browser Keys]] [[Image:Icon20_wlan.png | Integrated Wireless Adapter]] [[Image:Icon20_bluetooth.png | Integrated Bluetooth Adapter]] [[Image:Icon20_fingerprint.png|Integrated Fingerprint Reader]] Widescreen&lt;br /&gt;
|-&lt;br /&gt;
| {{Z60t}} || Sep 2005 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabayslim.png | UltraBay Slim]] [[Image:Icon20_ess.png|Embedded Security Subsystem]] [[Image:Icon20_aps.png | Active Protection System]] [[Image:Icon20_accessibm.png|ThinkVantage Button]] [[Image:Icon20_ultranav.png | UltraNav]] [[Image:Icon20_browsekeys.png|Browser Keys]] [[Image:Icon20_wlan.png | Integrated Wireless Adapter]] [[Image:Icon20_bluetooth.png | Integrated Bluetooth Adapter]] [[Image:Icon20_fingerprint.png|Integrated Fingerprint Reader]] Widescreen&lt;br /&gt;
|-&lt;br /&gt;
| {{R51e}} || Sep 2005 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_accessibm.png|Access IBM Button]] [[Image:Icon20_browsekeys.png|Browser Keys]] [[Image:Icon20_wlan.png | Integrated Wireless Adapter]]&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; style=&amp;quot;background:#efefef;&amp;quot; | 2006&lt;br /&gt;
|-&lt;br /&gt;
| {{T60}} || Jan 2006 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabayslim.png | UltraBay Slim]] [[Image:Icon20_ess.png|Embedded Security Subsystem]] [[Image:Icon20_aps.png | Active Protection System]] [[Image:Icon20_accessibm.png|ThinkVantage Button]] [[Image:Icon20_ultranav.png | UltraNav]] [[Image:Icon20_browsekeys.png|Browser Keys]] [[Image:Icon20_wlan.png | Integrated Wireless Adapter]] [[Image:Icon20_bluetooth.png | Integrated Bluetooth Adapter]] [[Image:Icon20_fingerprint.png|Integrated Fingerprint Reader]]&lt;br /&gt;
|-&lt;br /&gt;
| {{X60}} || Jan 2006 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabase.png | UltraBase X6]] [[Image:Icon20_ess.png|Embedded Security Subsystem]] [[Image:Icon20_aps.png | Active Protection System]] [[Image:Icon20_accessibm.png|ThinkVantage Button]] [[Image:Icon20_browsekeys.png|Browser Keys]] [[Image:Icon20_wlan.png | Integrated Wireless Adapter]] [[Image:Icon20_bluetooth.png | Integrated Bluetooth Adapter]] [[Image:Icon20_fingerprint.png|Integrated Fingerprint Reader]] UltraPortable&lt;br /&gt;
|-&lt;br /&gt;
| {{X60s}} || Jan 2006 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabase.png | UltraBase X6]] [[Image:Icon20_ess.png|Embedded Security Subsystem]] [[Image:Icon20_aps.png | Active Protection System]] [[Image:Icon20_accessibm.png|ThinkVantage Button]] [[Image:Icon20_browsekeys.png|Browser Keys]] [[Image:Icon20_wlan.png | Integrated Wireless Adapter]] [[Image:Icon20_bluetooth.png | Integrated Bluetooth Adapter]] [[Image:Icon20_fingerprint.png|Integrated Fingerprint Reader]] UltraPortable&lt;br /&gt;
|-&lt;br /&gt;
| {{T60p}} || Feb 2006 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabayslim.png | UltraBay Slim]] [[Image:Icon20_ess.png|Embedded Security Subsystem]] [[Image:Icon20_aps.png | Active Protection System]] [[Image:Icon20_accessibm.png|ThinkVantage Button]] [[Image:Icon20_ultranav.png | UltraNav]] [[Image:Icon20_browsekeys.png|Browser Keys]] [[Image:Icon20_wlan.png | Integrated Wireless Adapter]] [[Image:Icon20_bluetooth.png | Integrated Bluetooth Adapter]] [[Image:Icon20_fingerprint.png|Integrated Fingerprint Reader]]&lt;br /&gt;
|-&lt;br /&gt;
| {{R60}} || May 2006 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabayenh.png | UltraBay Enhanced]] [[Image:Icon20_ess.png|Embedded Security Subsystem]] [[Image:Icon20_aps.png | Active Protection System]] [[Image:Icon20_accessibm.png|ThinkVantage Button]] [[Image:Icon20_ultranav.png | UltraNav]] [[Image:Icon20_browsekeys.png|Browser Keys]] [[Image:Icon20_wlan.png | Integrated Wireless Adapter]] [[Image:Icon20_bluetooth.png | Integrated Bluetooth Adapter]] [[Image:Icon20_fingerprint.png|Integrated Fingerprint Reader]]&lt;br /&gt;
|-&lt;br /&gt;
| {{R60e}} || May 2006 || &lt;br /&gt;
|-&lt;br /&gt;
| {{Z61e}} || May 2006 || Widescreen&lt;br /&gt;
|-&lt;br /&gt;
| {{Z61m}} || May 2006 || Widescreen&lt;br /&gt;
|-&lt;br /&gt;
| {{Z61t}} || May 2006 || Widescreen&lt;br /&gt;
|-&lt;br /&gt;
| {{Z61p}} || July 2006 || Widescreen&lt;br /&gt;
|-&lt;br /&gt;
| {{X60_Tablet}} || Nov 2006 || [[Image:Icon20_ess.png|Embedded Security Subsystem]] [[Image:Icon20_aps.png | Active Protection System]] [[Image:Icon20_accessibm.png|ThinkVantage Button]] [[Image:Icon20_help.png|Predesktop Area]] [[Image:Icon20_browsekeys.png|Browser Keys]] [[Image:Icon20_wlan.png | Integrated Wireless Adapter]] [[Image:Icon20_bluetooth.png | Integrated Bluetooth Adapter]] [[Image:Icon20_fingerprint.png|Integrated Fingerprint Reader]] [[Image:Icon20_pen.png | Tablet-Digitizer-Screen]] Tablet-Convertable&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; style=&amp;quot;background:#efefef;&amp;quot; | 2007&lt;br /&gt;
|-&lt;br /&gt;
| {{T61}} ([http://www-306.ibm.com/common/ssi/fcgi-bin/ssialias?infotype=AN&amp;amp;subtype=CA&amp;amp;htmlfid=897/ENUS107-205&amp;amp;appname=lenovous&amp;amp;language=en]) || May 2007 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabayslim.png | UltraBay Slim]] [[Image:Icon20_ess.png|Embedded Security Subsystem]] [[Image:Icon20_aps.png | Active Protection System]] [[Image:Icon20_accessibm.png|ThinkVantage Button]] [[Image:Icon20_ultranav.png | UltraNav]] [[Image:Icon20_browsekeys.png|Browser Keys]] [[Image:Icon20_wlan.png | Integrated Wireless Adapter]] [[Image:Icon20_bluetooth.png | Integrated Bluetooth Adapter]] [[Image:Icon20_fingerprint.png|Integrated Fingerprint Reader]] Widescreen ; Full Disk Encryption&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; style=&amp;quot;background:#efefef;&amp;quot; | 2008&lt;br /&gt;
|-&lt;br /&gt;
| {{T400}} || July 2008 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabayslim.png | Serial UltraBay Slim]] [[Image:Icon20_ess.png|Embedded Security Subsystem]] [[Image:Icon20_aps.png | Active Protection System]] [[Image:Icon20_accessibm.png|ThinkVantage Button]] [[Image:Icon20_ultranav.png | UltraNav]] [[Image:Icon20_browsekeys.png|Browser Keys]] [[Image:Icon20_wlan.png | Integrated Wireless Adapter]] [[Image:Icon20_bluetooth.png | Integrated Bluetooth Adapter]] [[Image:Icon20_fingerprint.png|Integrated Fingerprint Reader]]&lt;br /&gt;
|-&lt;br /&gt;
| {{T500}} || July 2008 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabayslim.png | Serial UltraBay Slim]] [[Image:Icon20_ess.png|Embedded Security Subsystem]] [[Image:Icon20_aps.png | Active Protection System]] [[Image:Icon20_accessibm.png|ThinkVantage Button]] [[Image:Icon20_ultranav.png | UltraNav]] [[Image:Icon20_browsekeys.png|Browser Keys]] [[Image:Icon20_wlan.png | Integrated Wireless Adapter]] [[Image:Icon20_bluetooth.png | Integrated Bluetooth Adapter]] [[Image:Icon20_fingerprint.png|Integrated Fingerprint Reader]]&lt;br /&gt;
|-&lt;br /&gt;
| {{X200}} || July 2008 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabase.png | UltraBase X200]] [[Image:Icon20_ess.png|Embedded Security Subsystem]] [[Image:Icon20_aps.png | Active Protection System]] [[Image:Icon20_accessibm.png|ThinkVantage Button]] [[Image:Icon20_browsekeys.png|Browser Keys]] [[Image:Icon20_wlan.png | Integrated Wireless Adapter]] [[Image:Icon20_bluetooth.png | Integrated Bluetooth Adapter]] [[Image:Icon20_fingerprint.png|Integrated Fingerprint Reader]] UltraPortable&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; style=&amp;quot;background:#efefef;&amp;quot; | 2009&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; style=&amp;quot;background:#efefef;&amp;quot; | 2010&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Models]]&lt;/div&gt;</summary>
		<author><name>Yak</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=ThinkPad_History&amp;diff=48655</id>
		<title>ThinkPad History</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=ThinkPad_History&amp;diff=48655"/>
		<updated>2010-05-27T12:04:51Z</updated>

		<summary type="html">&lt;p&gt;Yak: /* Lenovo ThinkPad */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Here is an overview of the history of the ThinkPad mobile computers.&lt;br /&gt;
&lt;br /&gt;
IBM has a webpage on the history of the ThinkPad here: http://www.pc.ibm.com/ca/thinkpad/anniversary/history.html&lt;br /&gt;
__TOC__&lt;br /&gt;
==IBM ThinkPad==&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|+ ThinkPads sorted by time of appearance&lt;br /&gt;
! style=&amp;quot;background:#ffdead;&amp;quot; | ThinkPad model !! style=&amp;quot;background:#ffdead;&amp;quot; | release year !! style=&amp;quot;background:#ffdead;&amp;quot; | special characteristics&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; style=&amp;quot;background:#efefef;&amp;quot; | 1992&lt;br /&gt;
|-&lt;br /&gt;
| {{700T}} || Apr 1992 || [[Image:Icon20_pen.png | TouchScreen]] TabletPC&lt;br /&gt;
|-&lt;br /&gt;
| {{300}} || Oct 1992 ||&lt;br /&gt;
|-&lt;br /&gt;
| {{700}}, {{700C}} || Oct 1992 || MCA&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; style=&amp;quot;background:#efefef;&amp;quot; | 1993&lt;br /&gt;
|-&lt;br /&gt;
| {{710T}} || Mar 1993 || [[Image:Icon20_pen.png | TouchScreen]] TabletPC&lt;br /&gt;
|-&lt;br /&gt;
| {{720}}, {{720C}} || May 1993 || MCA&lt;br /&gt;
|-&lt;br /&gt;
| {{350}}, {{350C}} || June 1993 ||&lt;br /&gt;
|-&lt;br /&gt;
| {{500}} || June 1993 ||&lt;br /&gt;
|-&lt;br /&gt;
| {{750}}, {{750C}} || Sep 1993 || [[Image:Icon20_ultrabay.png | UltraBay]]&lt;br /&gt;
|-&lt;br /&gt;
| {{750P}} || Sep 1993 || [[Image:Icon20_ultrabay.png | UltraBay]] [[Image:Icon20_pen.png | TouchScreen]] TabletPC/Notebook-Morphable&lt;br /&gt;
|-&lt;br /&gt;
| {{750Cs}} || Nov 1993 || [[Image:Icon20_ultrabay.png | UltraBay]]&lt;br /&gt;
|-&lt;br /&gt;
| {{220}} || ??? 1993 || SubNotebook&lt;br /&gt;
|-&lt;br /&gt;
| {{550BJ}} || ??? 1993 || integrated Printer&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; style=&amp;quot;background:#efefef;&amp;quot; | 1994&lt;br /&gt;
|-&lt;br /&gt;
| {{360}}, {{360Cs}} || May 1994 || [[Image:Icon20_ultrabay.png | UltraBay]]&lt;br /&gt;
|-&lt;br /&gt;
| {{730T}} || May 1994 || [[Image:Icon20_pen.png | TouchScreen]] TabletPC&lt;br /&gt;
|-&lt;br /&gt;
| {{230Cs}} || June 1994 || SubNotebook&lt;br /&gt;
|-&lt;br /&gt;
| {{355}}, {{355C}}, {{355Cs}} || June 1994 || [[Image:Icon20_ultrabay.png | UltraBay]]&lt;br /&gt;
|-&lt;br /&gt;
| {{360C}} || June 1994 || [[Image:Icon20_ultrabay.png | UltraBay]]&lt;br /&gt;
|-&lt;br /&gt;
| {{360P}} || June 1994 || [[Image:Icon20_ultrabay.png | UltraBay]] [[Image:Icon20_pen.png | &lt;br /&gt;
TouchScreen]] TabletPC/Notebook-Morphable&lt;br /&gt;
|-&lt;br /&gt;
| {{510Cs}} || June 1994 ||&lt;br /&gt;
|-&lt;br /&gt;
| {{755C}}, {{755Cs}} || June 1994 || [[Image:Icon20_ultrabay.png | UltraBay]]&lt;br /&gt;
|-&lt;br /&gt;
| {{360CE}}, {{360CSE}} || Oct 1994 || [[Image:Icon20_ultrabay.png | UltraBay]]&lt;br /&gt;
|-&lt;br /&gt;
| {{755CD}} || Oct 1994 || [[Image:Icon20_ultrabay.png | UltraBay]] first notebook with integrated CD-ROM drive and IrDA&lt;br /&gt;
|-&lt;br /&gt;
| {{755CE}}, {{755CSE}} || Nov 1994 || [[Image:Icon20_ultrabay.png | UltraBay]]&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; style=&amp;quot;background:#efefef;&amp;quot; | 1995&lt;br /&gt;
|-&lt;br /&gt;
| {{701C}}, {{701CS}} || Mar 1995 || [[Image:Icon20_trackwrite.png|TrackWrite]] SubNotebook&lt;br /&gt;
|-&lt;br /&gt;
| {{360CE}} || Apr 1995 || [[Image:Icon20_ultrabay.png | UltraBay]]&lt;br /&gt;
|-&lt;br /&gt;
| {{370C}} || May 1995 || [[Image:Icon20_ultrabay.png | UltraBay]]&lt;br /&gt;
|-&lt;br /&gt;
| {{755CX}} || May 1995 || [[Image:Icon20_ultrabay.png | UltraBay]]&lt;br /&gt;
|-&lt;br /&gt;
| {{755CV}} || May 1995 || [[Image:Icon20_ultrabay.png | UltraBay]] display can be used with overhead projectors&lt;br /&gt;
|-&lt;br /&gt;
| {{755CDV}} || June 1995 || [[Image:Icon20_ultrabay.png | UltraBay]] display can be used with overhead projectors&lt;br /&gt;
|-&lt;br /&gt;
| {{820}}, {{850}} || July 1995 || PowerPC driven&lt;br /&gt;
|-&lt;br /&gt;
| {{PC110}} || Sep 1995 || PalmTop - the smallest and cutest &amp;quot;ThinkPad&amp;quot; ever, was sold in Japan only&lt;br /&gt;
|-&lt;br /&gt;
| {{730TE}} || Oct 1995 || [[Image:Icon20_pen.png | TouchScreen]] TabletPC, enhanced version of 730T&lt;br /&gt;
|-&lt;br /&gt;
| {{760C}}, {{760CD}} || Oct 1995 || [[Image:Icon20_ultrabay.png | UltraBay]]&lt;br /&gt;
|-&lt;br /&gt;
| {{365C}}, {{365CS}} || Nov 1995 ||&lt;br /&gt;
|-&lt;br /&gt;
| {{365CD}}, {{365CSD}} || Nov 1995 ||&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; style=&amp;quot;background:#efefef;&amp;quot; | 1996&lt;br /&gt;
|-&lt;br /&gt;
| {{760L}}, {{760LD}} || Feb 1996 || [[Image:Icon20_ultrabay.png | UltraBay]]&lt;br /&gt;
|-&lt;br /&gt;
| {{365E}}, {{365ED}} || May 1996 ||&lt;br /&gt;
|-&lt;br /&gt;
| {{365X}}, {{365XD}} || May 1996 ||&lt;br /&gt;
|-&lt;br /&gt;
| {{560}} || May 1996 || UltraPortable&lt;br /&gt;
|-&lt;br /&gt;
| {{760E}}, {{760ED}}, {{760EL}}, {{760ELD}}|| May 1996 || First ThinkPads with CardBus&lt;br /&gt;
|-&lt;br /&gt;
| {{860}} || Oct 1996 || PowerPC driven&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; style=&amp;quot;background:#efefef;&amp;quot; | 1997&lt;br /&gt;
|-&lt;br /&gt;
| {{760XL}}, {{760XD}} || April 1997 || [[Image:Icon20_ultrabay.png | UltraBay]]&lt;br /&gt;
|-&lt;br /&gt;
| {{380}}, {{380D}} || May 1997 ||&lt;br /&gt;
|-&lt;br /&gt;
| {{385D}} || May 1997 ||&lt;br /&gt;
|-&lt;br /&gt;
| {{310}}, {{310D}} || June 1997 ||&lt;br /&gt;
|-&lt;br /&gt;
| {{560E}} || June 1997 ||&lt;br /&gt;
|-&lt;br /&gt;
| {{765L}}, {{765D}} || June 1997 || [[Image:Icon20_ultrabay.png | UltraBay]]&lt;br /&gt;
|-&lt;br /&gt;
| {{380E}}, {{380ED}} || Sep 1997 ||&lt;br /&gt;
|-&lt;br /&gt;
| {{385ED}} || Sep 1997 ||&lt;br /&gt;
|-&lt;br /&gt;
| {{770}} || Oct 1997 || [[Image:Icon20_ultrabayii.png | UltraBay II]] first Notebook with integrated DVD-ROM drive&lt;br /&gt;
|-&lt;br /&gt;
| {{310E}}, {{310ED}} || Nov 1997 ||&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; style=&amp;quot;background:#efefef;&amp;quot; | 1998&lt;br /&gt;
|-&lt;br /&gt;
| {{380XD}} || Mar 1998 ||&lt;br /&gt;
|-&lt;br /&gt;
| {{385XD}} || Mar 1998 ||&lt;br /&gt;
|-&lt;br /&gt;
| {{560X}} || Mar 1998 || UltraPortable&lt;br /&gt;
|-&lt;br /&gt;
| {{600}} || Apr 1998 || [[Image:Icon20_ultraslimbay.png | UltraSlimBay]] probably the most popular ThinkPad so far&lt;br /&gt;
|-&lt;br /&gt;
| {{770E}}, {{770ED}} || Apr 1998 || [[Image:Icon20_ultrabayii.png | UltraBay II]]&lt;br /&gt;
|-&lt;br /&gt;
| {{380Z}} || Sep 1998 || [[Image:Icon20_ultrabay.png | UltraBay]]&lt;br /&gt;
|-&lt;br /&gt;
| {{560Z}} || Sep 1998 || UltraPortable&lt;br /&gt;
|-&lt;br /&gt;
| {{770X}} || Oct 1998 || [[Image:Icon20_ultrabayii.png | UltraBay II]]&lt;br /&gt;
|-&lt;br /&gt;
| {{390}} || Nov 1998 || [[Image:Icon20_ultrabayfx.png | UltraBay FX]]&lt;br /&gt;
|-&lt;br /&gt;
| {{600E}} || Nov 1998 || [[Image:Icon20_ultraslimbay.png | UltraSlimBay]] enhanced version of 600&lt;br /&gt;
|-&lt;br /&gt;
| {{I1410}}, {{I1450}} || Nov 1998 || [[Image:Icon20_easylaunch.png|Easy Launch Buttons]]&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; style=&amp;quot;background:#efefef;&amp;quot; | 1999&lt;br /&gt;
|-&lt;br /&gt;
| {{I1411}}, {{I1451}} || Jan 1999 || [[Image:Icon20_easylaunch.png|Easy Launch Buttons]]&lt;br /&gt;
|-&lt;br /&gt;
| {{770Z}} || Feb 1999 || [[Image:Icon20_ultrabayii.png | UltraBay II]]&lt;br /&gt;
|-&lt;br /&gt;
| {{390E}} || Mar 1999 || [[Image:Icon20_ultrabayfx.png | UltraBay FX]]&lt;br /&gt;
|-&lt;br /&gt;
| {{570}} || Apr 1999 || [[Image:Icon20_ultrabase.png | UltraBase]] UltraPortable&lt;br /&gt;
|-&lt;br /&gt;
| {{240}} || June 1999 || SubNotebook&lt;br /&gt;
|-&lt;br /&gt;
| {{I1412}}, {{I1452}}, {{I1472}} || June 1999 || [[Image:Icon20_easylaunch.png|Easy Launch Buttons]]&lt;br /&gt;
|-&lt;br /&gt;
| {{I1512}}, {{I1552}} || July 1999 || [[Image:Icon20_easylaunch.png|Easy Launch Buttons]]&lt;br /&gt;
|-&lt;br /&gt;
| {{I1720}}, {{I1721}} || July 1999 || [[Image:Icon20_ultrabayfx.png | UltraBay FX]]&lt;br /&gt;
|-&lt;br /&gt;
| {{390X}} || Sep 1999 || [[Image:Icon20_ultrabayfx.png | UltraBay FX]]&lt;br /&gt;
|-&lt;br /&gt;
| {{I1420}} || Oct 1999 || [[Image:Icon20_easylaunch.png|Easy Launch Buttons]]&lt;br /&gt;
|-&lt;br /&gt;
| {{I1460}}, {{I1480}} || Oct 1999 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_easylaunch.png|Easy Launch Buttons]] first Notebook with integrated keyboard light&lt;br /&gt;
|-&lt;br /&gt;
| {{I1540}}, {{I1560}} || Oct 1999 || [[Image:Icon20_easylaunch.png|Easy Launch Buttons]]&lt;br /&gt;
|-&lt;br /&gt;
| {{600X}} || Dec 1999 || [[Image:Icon20_ultraslimbay.png | UltraSlimBay]] enhanced version of 600E&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; style=&amp;quot;background:#efefef;&amp;quot; | 2000&lt;br /&gt;
|-&lt;br /&gt;
| {{I1421}}, {{I1441}} || Jan 2000 || [[Image:Icon20_easylaunch.png|Easy Launch Buttons]]&lt;br /&gt;
|-&lt;br /&gt;
| {{I1541}} || Jan 2000 || [[Image:Icon20_easylaunch.png|Easy Launch Buttons]]&lt;br /&gt;
|-&lt;br /&gt;
| {{570E}} || Feb 2000 || [[Image:Icon20_ultrabase.png | UltraBase]] UltraPortable&lt;br /&gt;
|-&lt;br /&gt;
| {{I1422}}, {{I1442}}, {{I1482}},&amp;lt;br&amp;gt;{{I1483}}, {{I1492}} || Mar 2000 || [[Image:Icon20_easylaunch.png|Easy Launch Buttons]]&lt;br /&gt;
|-&lt;br /&gt;
| {{I1542}}, {{I1562}}, {{I1592}} || April 2000 || [[Image:Icon20_easylaunch.png|Easy Launch Buttons]]&lt;br /&gt;
|-&lt;br /&gt;
| {{A20m}} || May 2000 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabay2000.png | UltraBay 2000]] [[Image:Icon20_accessibm.png|ThinkPad Button]]&lt;br /&gt;
|-&lt;br /&gt;
| {{A20p}} || May 2000 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabay2000.png | UltraBay 2000]] [[Image:Icon20_accessibm.png|ThinkPad Button]] [[Image:Icon20_ultraport.png | UltraPort]]]&lt;br /&gt;
|-&lt;br /&gt;
| {{T20}} || May 2000 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabay2000.png | UltraBay 2000]] [[Image:Icon20_accessibm.png|ThinkPad Button]] [[Image:Icon20_ultraport.png | UltraPort]]&lt;br /&gt;
|-&lt;br /&gt;
| {{240X}} || June 2000 ||&lt;br /&gt;
|-&lt;br /&gt;
| {{I1210}}, {{I1230}},&amp;lt;br&amp;gt;{{I1250}}, {{I1260}}  || June 2000 ||&lt;br /&gt;
|-&lt;br /&gt;
| {{I1330}}, {{I1370}} || June 2000 || [[Image:Icon20_easylaunch.png|Easy Launch Buttons]]&lt;br /&gt;
|-&lt;br /&gt;
| {{I1200}}, {{I1300}}|| Sep 2000 || [[Image:Icon20_easylaunch.png|Easy Launch Buttons]]&lt;br /&gt;
|-&lt;br /&gt;
| {{X20}} || Sep 2000 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabase.png | UltraBase X2]] [[Image:Icon20_accessibm.png|ThinkPad Button]] [[Image:Icon20_ultraport.png | UltraPort]] UltraPortable&lt;br /&gt;
|-&lt;br /&gt;
| {{A21m}} || Sep 2000 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabay2000.png | UltraBay 2000]] [[Image:Icon20_accessibm.png|ThinkPad Button]]&lt;br /&gt;
|-&lt;br /&gt;
| {{A21p}} || Sep 2000 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabay2000.png | UltraBay 2000]] [[Image:Icon20_accessibm.png|ThinkPad Button]] [[Image:Icon20_ultraport.png | UltraPort]]&lt;br /&gt;
|-&lt;br /&gt;
| {{A21e}} || Oct 2000 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabay2000.png | UltraBay 2000]] [[Image:Icon20_accessibm.png|ThinkPad Button]]&lt;br /&gt;
|-&lt;br /&gt;
| {{T21}} || Oct 2000 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabay2000.png | UltraBay 2000]] [[Image:Icon20_accessibm.png|ThinkPad Button]] [[Image:Icon20_ultraport.png | UltraPort]]&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; style=&amp;quot;background:#efefef;&amp;quot; | 2001&lt;br /&gt;
|-&lt;br /&gt;
| {{TransNote}} || Feb 2001 || [[Image:Icon20_accessibm.png|ThinkPad Button]] [[Image:Icon20_pen.png | TouchScreen]] [[Image:Icon20_ink.png | ThinkScribe]] IBMs innovative approach on Human Interaction&lt;br /&gt;
|-&lt;br /&gt;
| {{T22}} || Mar 2001 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabay2000.png | UltraBay 2000]] [[Image:Icon20_accessibm.png|ThinkPad Button]] [[Image:Icon20_ultraport.png | UltraPort]]&lt;br /&gt;
|-&lt;br /&gt;
| {{A22m}} || Apr 2001 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabay2000.png | UltraBay 2000]] [[Image:Icon20_accessibm.png|ThinkPad Button]]&lt;br /&gt;
|-&lt;br /&gt;
| {{A22p}} || Apr 2001 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabay2000.png | UltraBay 2000]] [[Image:Icon20_accessibm.png|ThinkPad Button]] [[Image:Icon20_ultraport.png | UltraPort]]&lt;br /&gt;
|-&lt;br /&gt;
| {{X21}} || Apr 2001 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabase.png | UltraBase X2]] [[Image:Icon20_accessibm.png|ThinkPad Button]] [[Image:Icon20_ultraport.png | UltraPort]] UltraPortable&lt;br /&gt;
|-&lt;br /&gt;
| {{S30}} || May 2001 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultraport.png | UltraPort]] [[Image:Icon20_easylaunch.png|Easy Launch Buttons]] [[Image:Icon20_wlan.png | Integrated Wireless Adapter]]&lt;br /&gt;
|-&lt;br /&gt;
| {{A22e}} || June 2001 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabay2000.png | UltraBay 2000]] [[Image:Icon20_accessibm.png|ThinkPad Button]]&lt;br /&gt;
|-&lt;br /&gt;
| {{T23}} || July 2001 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabayplus.png | UltraBay Plus]] [[Image:Icon20_ess.png|Embedded Security Subsystem]] [[Image:Icon20_accessibm.png|ThinkPad Button]] [[Image:Icon20_ultraport.png | UltraPort]] [[Image:Icon20_wlan.png | Integrated Wireless Adapter]]&lt;br /&gt;
|-&lt;br /&gt;
| {{A30}} || Oct 2001 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabayplus.png | UltraBay Plus]] [[Image:Icon20_ultrabay2000.png | UltraBay 2000]] [[Image:Icon20_accessibm.png|Access IBM Button]] [[Image:Icon20_webnav.png | Web Navigation Keys]] [[Image:Icon20_browsekeys.png|Browser Keys]] [[Image:Icon20_wlan.png | Integrated Wireless Adapter]]&lt;br /&gt;
|-&lt;br /&gt;
| {{A30p}} || Oct 2001 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabayplus.png | UltraBay Plus]] [[Image:Icon20_ultrabay2000.png | UltraBay 2000]] [[Image:Icon20_accessibm.png|Access IBM Button]] [[Image:Icon20_webnav.png | Web Navigation Keys]] [[Image:Icon20_browsekeys.png|Browser Keys]] [[Image:Icon20_ultraport.png | UltraPort]] [[Image:Icon20_bluetooth.png | Integrated Bluetooth Adapter]] [[Image:Icon20_wlan.png | Integrated Wireless Adapter]]&lt;br /&gt;
|-&lt;br /&gt;
| {{R30}} || Oct 2001 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabayplus.png | UltraBay Plus]] [[Image:Icon20_accessibm.png|Access IBM Button]] [[Image:Icon20_browsekeys.png|Browser Keys]] [[Image:Icon20_wlan.png | Integrated Wireless Adapter]] &lt;br /&gt;
|-&lt;br /&gt;
| {{X22}} || Oct 2001 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabase.png | UltraBase X2]] [[Image:Icon20_ess.png|Embedded Security Subsystem]] [[Image:Icon20_accessibm.png|ThinkPad Button]] [[Image:Icon20_ultraport.png | UltraPort]] [[Image:Icon20_wlan.png | Integrated Wireless Adapter]]  UltraPortable&lt;br /&gt;
|-&lt;br /&gt;
| {{S31}} || Nov 2001 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_easylaunch.png|Easy Launch Buttons]] [[Image:Icon20_ultraport.png | UltraPort]] [[Image:Icon20_wlan.png | Integrated Wireless Adapter]]&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; style=&amp;quot;background:#efefef;&amp;quot; | 2002&lt;br /&gt;
|-&lt;br /&gt;
| {{X23}} || Jan 2002 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabase.png | UltraBase X2]] [[Image:Icon20_ess.png|Embedded Security Subsystem]] [[Image:Icon20_accessibm.png|ThinkPad Button]] [[Image:Icon20_ultraport.png | UltraPort]] [[Image:Icon20_wlan.png | Integrated Wireless Adapter]] [[Image:Icon20_bluetooth.png | Integrated Bluetooth Adapter]] UltraPortable &lt;br /&gt;
|-&lt;br /&gt;
| {{R31}} || Feb 2002 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabayplus.png | UltraBay Plus]]  [[Image:Icon20_ess.png|Embedded Security Subsystem]] [[Image:Icon20_accessibm.png|Access IBM Button]] [[Image:Icon20_browsekeys.png|Browser Keys]] [[Image:Icon20_wlan.png | Integrated Wireless Adapter]]&lt;br /&gt;
|-&lt;br /&gt;
| {{A31}} || Mar 2002 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabayplus.png | UltraBay Plus]] [[Image:Icon20_ultrabay2000.png | UltraBay 2000]] [[Image:Icon20_accessibm.png|Access IBM Button]] [[Image:Icon20_webnav.png | Web Navigation Keys]] [[Image:Icon20_browsekeys.png|Browser Keys]] [[Image:Icon20_wlan.png | Integrated Wireless Adapter]]&lt;br /&gt;
|-&lt;br /&gt;
| {{A31p}} || Mar 2002 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabayplus.png | UltraBay Plus]] [[Image:Icon20_ultrabay2000.png | UltraBay 2000]] [[Image:Icon20_accessibm.png|Access IBM Button]] [[Image:Icon20_webnav.png | Web Navigation Keys]] [[Image:Icon20_browsekeys.png|Browser Keys]] [[Image:Icon20_ultraport.png | UltraPort]]  [[Image:Icon20_bluetooth.png | Integrated Bluetooth Adapter]] [[Image:Icon20_wlan.png | Integrated Wireless Adapter]]&lt;br /&gt;
|-&lt;br /&gt;
| {{T30}} || May 2002 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabayplus.png | UltraBay Plus]] [[Image:Icon20_ess.png|Embedded Security Subsystem]] [[Image:Icon20_accessibm.png|Access IBM Button]] [[Image:Icon20_ultranav.png | UltraNav]] [[Image:Icon20_browsekeys.png|Browser Keys]] [[Image:Icon20_wlan.png | Integrated Wireless Adapter]] [[Image:Icon20_bluetooth.png | Integrated Bluetooth Adapter]]&lt;br /&gt;
|-&lt;br /&gt;
| {{X24}} || May 2002 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabase.png | UltraBase X2]] [[Image:Icon20_ess.png|Embedded Security Subsystem]] [[Image:Icon20_accessibm.png|ThinkPad Button]] [[Image:Icon20_ultraport.png | UltraPort]] [[Image:Icon20_wlan.png | Integrated Wireless Adapter]] [[Image:Icon20_bluetooth.png | Integrated Bluetooth Adapter]] UltraPortable &lt;br /&gt;
|-&lt;br /&gt;
| {{R32}} || June 2002 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabayplus.png | UltraBay Plus]] [[Image:Icon20_ess.png|Embedded Security Subsystem]] [[Image:Icon20_accessibm.png|Access IBM Button]] [[Image:Icon20_browsekeys.png|Browser Keys]] [[Image:Icon20_wlan.png | Integrated Wireless Adapter]] &lt;br /&gt;
|-&lt;br /&gt;
| {{X30}} || Sep 2002 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabase.png | UltraBase X3]] [[Image:Icon20_ess.png|Embedded Security Subsystem]] [[Image:Icon20_accessibm.png|Access IBM Button]] [[Image:Icon20_browsekeys.png|Browser Keys]] [[Image:Icon20_wlan.png | Integrated Wireless Adapter]] UltraPortable&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; style=&amp;quot;background:#efefef;&amp;quot; | 2003&lt;br /&gt;
|-&lt;br /&gt;
| {{R40}} || Jan 2003 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabayplus.png | UltraBay Plus]] [[Image:Icon20_ess.png|Embedded Security Subsystem]] [[Image:Icon20_accessibm.png|Access IBM Button]] [[Image:Icon20_help.png|Predesktop Area]] [[Image:Icon20_ultranav.png | UltraNav]] [[Image:Icon20_browsekeys.png|Browser Keys]] [[Image:Icon20_wlan.png | Integrated Wireless Adapter]] &lt;br /&gt;
|-&lt;br /&gt;
| {{T40}}, {{T40p}} || Mar 2003 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabayslim.png | UltraBay Slim]] [[Image:Icon20_ess.png|Embedded Security Subsystem]] [[Image:Icon20_accessibm.png|Access IBM Button]] [[Image:Icon20_help.png|Predesktop Area]] [[Image:Icon20_ultranav.png | UltraNav]] [[Image:Icon20_browsekeys.png|Browser Keys]] [[Image:Icon20_wlan.png | Integrated Wireless Adapter]] [[Image:Icon20_bluetooth.png | Integrated Bluetooth Adapter]]&lt;br /&gt;
|-&lt;br /&gt;
| {{X31}} || Mar 2003 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabase.png | UltraBase X3]] [[Image:Icon20_ess.png|Embedded Security Subsystem]] [[Image:Icon20_accessibm.png|Access IBM Button]] [[Image:Icon20_help.png|Predesktop Area]] [[Image:Icon20_browsekeys.png|Browser Keys]] [[Image:Icon20_wlan.png | Integrated Wireless Adapter]] [[Image:Icon20_bluetooth.png | Integrated Bluetooth Adapter]] UltraPortable&lt;br /&gt;
|-&lt;br /&gt;
| {{G40}} || Apr 2003 || [[Image:Icon20_accessibm.png|Access IBM Button]] [[Image:Icon20_browsekeys.png|Browser Keys]] [[Image:Icon20_wlan.png | Integrated Wireless Adapter]]&lt;br /&gt;
|-&lt;br /&gt;
| {{R40e}} || Oct 2003 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabayplus.png | UltraBay Plus]] [[Image:Icon20_accessibm.png|Access IBM Button]] [[Image:Icon20_help.png|Predesktop Area]] [[Image:Icon20_browsekeys.png|Browser Keys]] [[Image:Icon20_wlan.png | Integrated Wireless Adapter]] &lt;br /&gt;
|-&lt;br /&gt;
| {{R50}} || Oct 2003 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabayenh.png | UltraBay Enhanced]] [[Image:Icon20_ess.png|Embedded Security Subsystem]] [[Image:Icon20_aps.png | Active Protection System]] [[Image:Icon20_accessibm.png|Access IBM Button]] [[Image:Icon20_help.png|Predesktop Area]] [[Image:Icon20_ultranav.png | UltraNav]] [[Image:Icon20_browsekeys.png|Browser Keys]] [[Image:Icon20_wlan.png | Integrated Wireless Adapter]]&lt;br /&gt;
|-&lt;br /&gt;
| {{T41}} || Oct 2003 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabayslim.png | UltraBay Slim]] [[Image:Icon20_ess.png|Embedded Security Subsystem]] [[Image:Icon20_aps.png | Active Protection System]] [[Image:Icon20_accessibm.png|Access IBM Button]] [[Image:Icon20_help.png|Predesktop Area]] [[Image:Icon20_ultranav.png | UltraNav]] [[Image:Icon20_browsekeys.png|Browser Keys]] [[Image:Icon20_wlan.png | Integrated Wireless Adapter]] [[Image:Icon20_bluetooth.png | Integrated Bluetooth Adapter]] first notebook with [[Active Protection System | HDD protection system]]&lt;br /&gt;
|-&lt;br /&gt;
| {{T41p}} || Nov 2003 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabayslim.png | UltraBay Slim]] [[Image:Icon20_ess.png|Embedded Security Subsystem]] [[Image:Icon20_aps.png | Active Protection System]] [[Image:Icon20_accessibm.png|Access IBM Button]] [[Image:Icon20_help.png|Predesktop Area]] [[Image:Icon20_ultranav.png | UltraNav]] [[Image:Icon20_browsekeys.png|Browser Keys]] [[Image:Icon20_wlan.png | Integrated Wireless Adapter]] [[Image:Icon20_bluetooth.png | Integrated Bluetooth Adapter]]&lt;br /&gt;
|-&lt;br /&gt;
| {{R50p}} || Nov 2003 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabayenh.png | UltraBay Enhanced]] [[Image:Icon20_ess.png|Embedded Security Subsystem]] [[Image:Icon20_aps.png | Active Protection System]] [[Image:Icon20_accessibm.png|Access IBM Button]] [[Image:Icon20_help.png|Predesktop Area]] [[Image:Icon20_ultranav.png | UltraNav]] [[Image:Icon20_browsekeys.png|Browser Keys]] [[Image:Icon20_wlan.png | Integrated Wireless Adapter]] [[Image:Icon20_bluetooth.png | Integrated Bluetooth Adapter]]&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; style=&amp;quot;background:#efefef;&amp;quot; | 2004&lt;br /&gt;
|-&lt;br /&gt;
| {{X40}} || Feb 2004 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabase.png | UltraBase X4]] [[Image:Icon20_ess.png|Embedded Security Subsystem]] [[Image:Icon20_aps.png | Active Protection System]] [[Image:Icon20_accessibm.png|Access IBM Button]] [[Image:Icon20_help.png|Predesktop Area]] [[Image:Icon20_browsekeys.png|Browser Keys]] [[Image:Icon20_wlan.png | Integrated Wireless Adapter]] [[Image:Icon20_bluetooth.png | Integrated Bluetooth Adapter]] UltraPortable&lt;br /&gt;
|-&lt;br /&gt;
| {{R50e}} || Apr 2004 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabayslim.png | UltraBay Slim]] [[Image:Icon20_accessibm.png|Access IBM Button]] [[Image:Icon20_help.png|Predesktop Area]] [[Image:Icon20_browsekeys.png|Browser Keys]] [[Image:Icon20_wlan.png | Integrated Wireless Adapter]]&lt;br /&gt;
|-&lt;br /&gt;
| {{R51}} || Apr 2004 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabayenh.png | UltraBay Enhanced]] [[Image:Icon20_ess.png|Embedded Security Subsystem]] [[Image:Icon20_aps.png | Active Protection System]] [[Image:Icon20_accessibm.png|Access IBM Button]] [[Image:Icon20_help.png|Predesktop Area]] [[Image:Icon20_ultranav.png | UltraNav]] [[Image:Icon20_browsekeys.png|Browser Keys]] [[Image:Icon20_wlan.png | Integrated Wireless Adapter]] [[Image:Icon20_bluetooth.png | Integrated Bluetooth Adapter]]&lt;br /&gt;
|-&lt;br /&gt;
| {{T42}}, {{T42p}} || May 2004 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabayslim.png | UltraBay Slim]] [[Image:Icon20_ess.png|Embedded Security Subsystem]] [[Image:Icon20_aps.png | Active Protection System]] [[Image:Icon20_accessibm.png|Access IBM Button]] [[Image:Icon20_help.png|Predesktop Area]] [[Image:Icon20_ultranav.png | UltraNav]] [[Image:Icon20_browsekeys.png|Browser Keys]] [[Image:Icon20_wlan.png | Integrated Wireless Adapter]] [[Image:Icon20_bluetooth.png | Integrated Bluetooth Adapter]] [[Image:Icon20_fingerprint.png|Integrated Fingerprint Reader]]&lt;br /&gt;
|-&lt;br /&gt;
| {{G41}} || Oct 2004 || [[Image:Icon20_accessibm.png|Access IBM Button]] [[Image:Icon20_browsekeys.png|Browser Keys]] [[Image:Icon20_wlan.png | Integrated Wireless Adapter]]&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; style=&amp;quot;background:#efefef;&amp;quot; | 2005&lt;br /&gt;
|-&lt;br /&gt;
| {{T43}} || Feb 2005 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabayslim.png | UltraBay Slim]] [[Image:Icon20_ess.png|Embedded Security Subsystem]] [[Image:Icon20_aps.png | Active Protection System]] [[Image:Icon20_accessibm.png|Access IBM Button]] [[Image:Icon20_help.png|Predesktop Area]] [[Image:Icon20_ultranav.png | UltraNav]] [[Image:Icon20_browsekeys.png|Browser Keys]] [[Image:Icon20_wlan.png | Integrated Wireless Adapter]] [[Image:Icon20_bluetooth.png | Integrated Bluetooth Adapter]] [[Image:Icon20_fingerprint.png|Integrated Fingerprint Reader]]&lt;br /&gt;
|-&lt;br /&gt;
| {{R52}} || Mar 2005 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabayenh.png | UltraBay Enhanced]] [[Image:Icon20_ess.png|Embedded Security Subsystem]] [[Image:Icon20_aps.png | Active Protection System]] [[Image:Icon20_accessibm.png|Access IBM Button]] [[Image:Icon20_help.png|Predesktop Area]] [[Image:Icon20_ultranav.png | UltraNav]] [[Image:Icon20_browsekeys.png|Browser Keys]] [[Image:Icon20_wlan.png | Integrated Wireless Adapter]] [[Image:Icon20_bluetooth.png | Integrated Bluetooth Adapter]]&lt;br /&gt;
|-&lt;br /&gt;
| {{T43p}} || Apr 2005 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabayslim.png | UltraBay Slim]] [[Image:Icon20_ess.png|Embedded Security Subsystem]] [[Image:Icon20_aps.png | Active Protection System]] [[Image:Icon20_accessibm.png|Access IBM Button]] [[Image:Icon20_help.png|Predesktop Area]] [[Image:Icon20_ultranav.png | UltraNav]] [[Image:Icon20_browsekeys.png|Browser Keys]] [[Image:Icon20_wlan.png | Integrated Wireless Adapter]] [[Image:Icon20_bluetooth.png | Integrated Bluetooth Adapter]] [[Image:Icon20_fingerprint.png|Integrated Fingerprint Reader]]&lt;br /&gt;
|-&lt;br /&gt;
| {{X32}} || Apr 2005 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabase.png | UltraBase X3]] [[Image:Icon20_ess.png|Embedded Security Subsystem]] [[Image:Icon20_accessibm.png|Access IBM Button]] [[Image:Icon20_help.png|Predesktop Area]] [[Image:Icon20_browsekeys.png|Browser Keys]] [[Image:Icon20_wlan.png | Integrated Wireless Adapter]]  [[Image:Icon20_bluetooth.png | Integrated Bluetooth Adapter]] UltraPortable&lt;br /&gt;
|-&lt;br /&gt;
| {{X41}} || Apr 2005 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabase.png | UltraBase X4]] [[Image:Icon20_ess.png|Embedded Security Subsystem]] [[Image:Icon20_aps.png | Active Protection System]] [[Image:Icon20_accessibm.png|Access IBM Button]] [[Image:Icon20_help.png|Predesktop Area]] [[Image:Icon20_browsekeys.png|Browser Keys]] [[Image:Icon20_wlan.png | Integrated Wireless Adapter]] [[Image:Icon20_bluetooth.png | Integrated Bluetooth Adapter]] [[Image:Icon20_fingerprint.png|Integrated Fingerprint Reader]] UltraPortable&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Lenovo ThinkPad==&lt;br /&gt;
Lenovo completed the ThinkPad brand acquisition in May 2005. As part of the deal select ThinkPads continued to be sold under the '''IBM ThinkPad''' brand for years afterwards.&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|+ ThinkPads sorted by time of appearance&lt;br /&gt;
! style=&amp;quot;background:#ffdead;&amp;quot; | ThinkPad model !! style=&amp;quot;background:#ffdead;&amp;quot; | release year !! style=&amp;quot;background:#ffdead;&amp;quot; | special characteristics&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; style=&amp;quot;background:#efefef;&amp;quot; | 2005&lt;br /&gt;
|-&lt;br /&gt;
| {{X41_Tablet}} || June 2005 || [[Image:Icon20_ess.png|Embedded Security Subsystem]] [[Image:Icon20_aps.png | Active Protection System]] [[Image:Icon20_accessibm.png|ThinkVantage Button]] [[Image:Icon20_help.png|Predesktop Area]] [[Image:Icon20_browsekeys.png|Browser Keys]] [[Image:Icon20_wlan.png | Integrated Wireless Adapter]] [[Image:Icon20_bluetooth.png | Integrated Bluetooth Adapter]] [[Image:Icon20_fingerprint.png|Integrated Fingerprint Reader]] [[Image:Icon20_pen.png | Tablet-Digitizer-Screen]] Tablet-Convertable&lt;br /&gt;
|-&lt;br /&gt;
| {{Z60m}} || Sep 2005 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabayenh.png | UltraBay Enhanced]] [[Image:Icon20_ess.png|Embedded Security Subsystem]] [[Image:Icon20_aps.png | Active Protection System]] [[Image:Icon20_accessibm.png|ThinkVantage Button]] [[Image:Icon20_ultranav.png | UltraNav]] [[Image:Icon20_browsekeys.png|Browser Keys]] [[Image:Icon20_wlan.png | Integrated Wireless Adapter]] [[Image:Icon20_bluetooth.png | Integrated Bluetooth Adapter]] [[Image:Icon20_fingerprint.png|Integrated Fingerprint Reader]] Widescreen&lt;br /&gt;
|-&lt;br /&gt;
| {{Z60t}} || Sep 2005 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabayslim.png | UltraBay Slim]] [[Image:Icon20_ess.png|Embedded Security Subsystem]] [[Image:Icon20_aps.png | Active Protection System]] [[Image:Icon20_accessibm.png|ThinkVantage Button]] [[Image:Icon20_ultranav.png | UltraNav]] [[Image:Icon20_browsekeys.png|Browser Keys]] [[Image:Icon20_wlan.png | Integrated Wireless Adapter]] [[Image:Icon20_bluetooth.png | Integrated Bluetooth Adapter]] [[Image:Icon20_fingerprint.png|Integrated Fingerprint Reader]] Widescreen&lt;br /&gt;
|-&lt;br /&gt;
| {{R51e}} || Sep 2005 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_accessibm.png|Access IBM Button]] [[Image:Icon20_browsekeys.png|Browser Keys]] [[Image:Icon20_wlan.png | Integrated Wireless Adapter]]&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; style=&amp;quot;background:#efefef;&amp;quot; | 2006&lt;br /&gt;
|-&lt;br /&gt;
| {{T60}} || Jan 2006 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabayslim.png | UltraBay Slim]] [[Image:Icon20_ess.png|Embedded Security Subsystem]] [[Image:Icon20_aps.png | Active Protection System]] [[Image:Icon20_accessibm.png|ThinkVantage Button]] [[Image:Icon20_ultranav.png | UltraNav]] [[Image:Icon20_browsekeys.png|Browser Keys]] [[Image:Icon20_wlan.png | Integrated Wireless Adapter]] [[Image:Icon20_bluetooth.png | Integrated Bluetooth Adapter]] [[Image:Icon20_fingerprint.png|Integrated Fingerprint Reader]]&lt;br /&gt;
|-&lt;br /&gt;
| {{X60}} || Jan 2006 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabase.png | UltraBase X6]] [[Image:Icon20_ess.png|Embedded Security Subsystem]] [[Image:Icon20_aps.png | Active Protection System]] [[Image:Icon20_accessibm.png|ThinkVantage Button]] [[Image:Icon20_browsekeys.png|Browser Keys]] [[Image:Icon20_wlan.png | Integrated Wireless Adapter]] [[Image:Icon20_bluetooth.png | Integrated Bluetooth Adapter]] [[Image:Icon20_fingerprint.png|Integrated Fingerprint Reader]] UltraPortable&lt;br /&gt;
|-&lt;br /&gt;
| {{X60s}} || Jan 2006 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabase.png | UltraBase X6]] [[Image:Icon20_ess.png|Embedded Security Subsystem]] [[Image:Icon20_aps.png | Active Protection System]] [[Image:Icon20_accessibm.png|ThinkVantage Button]] [[Image:Icon20_browsekeys.png|Browser Keys]] [[Image:Icon20_wlan.png | Integrated Wireless Adapter]] [[Image:Icon20_bluetooth.png | Integrated Bluetooth Adapter]] [[Image:Icon20_fingerprint.png|Integrated Fingerprint Reader]] UltraPortable&lt;br /&gt;
|-&lt;br /&gt;
| {{T60p}} || Feb 2006 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabayslim.png | UltraBay Slim]] [[Image:Icon20_ess.png|Embedded Security Subsystem]] [[Image:Icon20_aps.png | Active Protection System]] [[Image:Icon20_accessibm.png|ThinkVantage Button]] [[Image:Icon20_ultranav.png | UltraNav]] [[Image:Icon20_browsekeys.png|Browser Keys]] [[Image:Icon20_wlan.png | Integrated Wireless Adapter]] [[Image:Icon20_bluetooth.png | Integrated Bluetooth Adapter]] [[Image:Icon20_fingerprint.png|Integrated Fingerprint Reader]]&lt;br /&gt;
|-&lt;br /&gt;
| {{R60}} || May 2006 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabayenh.png | UltraBay Enhanced]] [[Image:Icon20_ess.png|Embedded Security Subsystem]] [[Image:Icon20_aps.png | Active Protection System]] [[Image:Icon20_accessibm.png|ThinkVantage Button]] [[Image:Icon20_ultranav.png | UltraNav]] [[Image:Icon20_browsekeys.png|Browser Keys]] [[Image:Icon20_wlan.png | Integrated Wireless Adapter]] [[Image:Icon20_bluetooth.png | Integrated Bluetooth Adapter]] [[Image:Icon20_fingerprint.png|Integrated Fingerprint Reader]]&lt;br /&gt;
|-&lt;br /&gt;
| {{R60e}} || May 2006 || &lt;br /&gt;
|-&lt;br /&gt;
| {{Z61e}} || May 2006 || Widescreen&lt;br /&gt;
|-&lt;br /&gt;
| {{Z61m}} || May 2006 || Widescreen&lt;br /&gt;
|-&lt;br /&gt;
| {{Z61t}} || May 2006 || Widescreen&lt;br /&gt;
|-&lt;br /&gt;
| {{Z61p}} || July 2006 || Widescreen&lt;br /&gt;
|-&lt;br /&gt;
| {{X60_Tablet}} || Nov 2006 || [[Image:Icon20_ess.png|Embedded Security Subsystem]] [[Image:Icon20_aps.png | Active Protection System]] [[Image:Icon20_accessibm.png|ThinkVantage Button]] [[Image:Icon20_help.png|Predesktop Area]] [[Image:Icon20_browsekeys.png|Browser Keys]] [[Image:Icon20_wlan.png | Integrated Wireless Adapter]] [[Image:Icon20_bluetooth.png | Integrated Bluetooth Adapter]] [[Image:Icon20_fingerprint.png|Integrated Fingerprint Reader]] [[Image:Icon20_pen.png | Tablet-Digitizer-Screen]] Tablet-Convertable&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; style=&amp;quot;background:#efefef;&amp;quot; | 2007&lt;br /&gt;
|-&lt;br /&gt;
| {{T61}} ([http://www-306.ibm.com/common/ssi/fcgi-bin/ssialias?infotype=AN&amp;amp;subtype=CA&amp;amp;htmlfid=897/ENUS107-205&amp;amp;appname=lenovous&amp;amp;language=en]) || May 2007 || [[Image:Icon20_thinklight.png|ThinkLight]] [[Image:Icon20_ultrabayslim.png | UltraBay Slim]] [[Image:Icon20_ess.png|Embedded Security Subsystem]] [[Image:Icon20_aps.png | Active Protection System]] [[Image:Icon20_accessibm.png|ThinkVantage Button]] [[Image:Icon20_ultranav.png | UltraNav]] [[Image:Icon20_browsekeys.png|Browser Keys]] [[Image:Icon20_wlan.png | Integrated Wireless Adapter]] [[Image:Icon20_bluetooth.png | Integrated Bluetooth Adapter]] [[Image:Icon20_fingerprint.png|Integrated Fingerprint Reader]] Widescreen ; Full Disk Encryption&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Models]]&lt;/div&gt;</summary>
		<author><name>Yak</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=File:3945abg.jpg&amp;diff=48507</id>
		<title>File:3945abg.jpg</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=File:3945abg.jpg&amp;diff=48507"/>
		<updated>2010-05-09T20:05:43Z</updated>

		<summary type="html">&lt;p&gt;Yak: uploaded a new version of &amp;quot;File:3945abg.jpg&amp;quot;: New picture showed a 4965agn.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Intel 3945a/b/g Mini-PCIe Card&lt;/div&gt;</summary>
		<author><name>Yak</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=ThinkPad_X200_UltraBase&amp;diff=48506</id>
		<title>ThinkPad X200 UltraBase</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=ThinkPad_X200_UltraBase&amp;diff=48506"/>
		<updated>2010-05-09T19:52:48Z</updated>

		<summary type="html">&lt;p&gt;Yak: Added a picture.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;2&amp;quot; border=&amp;quot;0&amp;quot;&lt;br /&gt;
| style=&amp;quot;vertical-align:top;&amp;quot; | __TOC__&lt;br /&gt;
&lt;br /&gt;
[[File:UltraBaseX200.jpg|200px|center]]&lt;br /&gt;
| style=&amp;quot;vertical-align:top;&amp;quot; | &amp;lt;div style=&amp;quot;margin: 0; margin-right:10px; border: 1px solid #dfdfdf; padding: 0em 1em 1em 1em; background-color:#F8F8FF; align:right;&amp;quot;&amp;gt;&lt;br /&gt;
== Lenovo X200 UltraBase ==&lt;br /&gt;
Here is some basic info about X200 UltraBase: portable dock for the X200-series ThinkPads, providing extra ports (notably DisplayPort), [[Ultrabay|Ultrabay Slim]] slot and an additional battery slot.&lt;br /&gt;
&lt;br /&gt;
=== Features ===&lt;br /&gt;
* Passthrough ports:&lt;br /&gt;
** Gigabit Ethernet (RJ45)&lt;br /&gt;
** [[VGA Port|VGA]] (supporting up to 2048x1536 according to Lenovo, tested up to 1920x1200)&lt;br /&gt;
** Microphone&lt;br /&gt;
** Headphone&lt;br /&gt;
** AC&lt;br /&gt;
* Additional ports:&lt;br /&gt;
** 4 USB ports (1 on the right side, 3 on the back)&lt;br /&gt;
** [[DisplayPort]] (supporting up to 2560x1600 according to Lenovo, tested up to 1920x1200)&lt;br /&gt;
* Battery charging connector&lt;br /&gt;
* [[Ultrabay|Serial Ultrabay Slim]] with one of the following:&lt;br /&gt;
** None (empty)&lt;br /&gt;
**[[Serial Ultrabay Slim DVD-ROM Drive]]&lt;br /&gt;
**[[Serial Ultrabay Slim CD-RW/DVD combo Drive]]&lt;br /&gt;
**[[Serial Ultrabay Slim DVD Burner]]&lt;br /&gt;
**[[Serial Ultrabay Slim Blu-ray Burner]]&lt;br /&gt;
* Kensington security hole&lt;br /&gt;
* key lock to lock laptop to a docking station&lt;br /&gt;
&lt;br /&gt;
===Pros &amp;amp; Cons===&lt;br /&gt;
Positives:&lt;br /&gt;
* eases up portability of laptop&lt;br /&gt;
* provides digital video output&lt;br /&gt;
* provides option for optical drive&lt;br /&gt;
* allows effective use of second battery&lt;br /&gt;
* allows to connect 2 external monitors (one via DisplayPort, second via VGA)&lt;br /&gt;
Negatives:&lt;br /&gt;
* reduces cooling capabilities a bit (mainly HDD)&lt;br /&gt;
* introduces some noise to VGA signal. This is something you should pat attention at when purchasing: we've got many of these ultrabases at my company and some of them introduce only a bit of it while others much more.&lt;br /&gt;
&lt;br /&gt;
===DisplayPort support in Linux===&lt;br /&gt;
&lt;br /&gt;
Kernel support for DisplayPort in intel graphic chips using KMS (Kernel Mode Setting) was added by Keith Packard in version 2.6.31. On the userspace side driver version 2.7 or newer is required to use KMS. In order to activate it you need to pass {{bootparm|modeset|1}} parameter to i915 driver either at boot time or in your initramfs.&lt;br /&gt;
&lt;br /&gt;
{{NOTE|When passing module parameter at boot time you need to precede it's name by module name followed by a dot so in this case you would need to add {{bootparm|i915.modeset|1}} to your boot command line.}}&lt;br /&gt;
&lt;br /&gt;
{{HINT|To pass module parameter in initramfs simply add it to your modprobe configuration and update your initramfs with &amp;lt;code&amp;gt;update-initramfs&amp;lt;/code&amp;gt; command.}}&lt;br /&gt;
===Supported with the following ThinkPads===&lt;br /&gt;
* {{X200}}, {{X200s}}, {{X200_Tablet}}&lt;br /&gt;
* {{X201}}, {{X201i}}, {{X201s}}, {{X201 Tablet}}&lt;/div&gt;</summary>
		<author><name>Yak</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=File:UltraBaseX200.jpg&amp;diff=48505</id>
		<title>File:UltraBaseX200.jpg</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=File:UltraBaseX200.jpg&amp;diff=48505"/>
		<updated>2010-05-09T19:48:48Z</updated>

		<summary type="html">&lt;p&gt;Yak: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Yak</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Category_talk:X200&amp;diff=47997</id>
		<title>Category talk:X200</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Category_talk:X200&amp;diff=47997"/>
		<updated>2010-03-26T17:55:09Z</updated>

		<summary type="html">&lt;p&gt;Yak: /* ExpressCard slot */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I have the ThinkPad X200, and I was wondering if anybody had success with hibernate, sleep, and general power saving?&lt;br /&gt;
&lt;br /&gt;
Also, can anybody find the right framebuffer module and configure it for the 1200x800 screen resolution?&lt;br /&gt;
&lt;br /&gt;
== See my Fedora 9 on X200 article ==&lt;br /&gt;
&lt;br /&gt;
I am now running Fedora 10-Alpha/rawhide on my X200 and everything basically functions (gigabit ethernet, 5100AGN wireless, webcam) except I have to use the vesa driver with xorg.conf instead of the i810 which causes machine crashes. (Apparently it is a known bug upstream and I'm just hoping for some newer xorg-x11-drv-i810 to try out from rawhide). You can set a 1280x800 mode in xorg.conf with the vesa driver.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:Hmm... I run debian testing so I may or may not be able to help, but it appears that at least in X in debian, all the intel chips have been integrated into an 'intel' video driver, which works fine for me.  The question about the 1200x800 mode was just for setting it in the framebuffer.  Also, it appears that the option to disable HV expansion in BIOS has disappeared, has it not?&lt;br /&gt;
&lt;br /&gt;
:Hibernate and sleep have the problem of immediately resuming—I don't believe any of the workarounds I found on the ACPI page have any effect.&lt;br /&gt;
&lt;br /&gt;
:--[[User:Harrisonts|Harrisonts]] 08:09, 2 October 2008 (CEST)&lt;br /&gt;
&lt;br /&gt;
::Hibernate works well with me. Suspend has the backlight issue. The resume is ok but the screen is dark. In fact on certain angles it is possible to see the image displayed...&lt;br /&gt;
&lt;br /&gt;
::--[[User:rdemaria|rdemaria]] Mon Nov 10 19:43:59 EST 2008&lt;br /&gt;
&lt;br /&gt;
::I mentioned i810 but that is just the package name on Fedora which includes the &amp;quot;intel&amp;quot; driver which is being loaded to operate the card when I tried it. It works after reboot but crashes after suspend/resume and hibernate/resume and there is a bug in the Fedora bugzilla (for rawhide/Fedora 10) already with multiple reporters for Thinkpad X200 models.&lt;br /&gt;
&lt;br /&gt;
::Rdemaria: Are you using the vesa driver? I think the backlight works after suspend with the vesa xorg driver, if the i915 kernel module is loaded so it handles power management... however, I have not done enough cycles to be sure everything is reliable. I still have crashes on resume if I use the intel xorg driver. I use vesa and have modprobe i915 in my rc.local.&lt;br /&gt;
::: Yes it works!!!&lt;br /&gt;
:::--[[User:rdemaria|rdemaria]] Thu Nov 13 10:59:40 EST 2008&lt;br /&gt;
&lt;br /&gt;
::Harrisonts: I wrote up a hardware issue in the known problems page. I had to have my X200 mainboard replaced, to make it stop resuming immediately from suspend, hibernate, and poweroff actions. It was painful to get through the layers of Lenovo tech support to do this, having to convince each person over again that there was a problem!&lt;br /&gt;
&lt;br /&gt;
::--[[User:karlcz|karlcz]] Tue Nov 11 07:45:46 PST 2008&lt;br /&gt;
&lt;br /&gt;
== Does the X200 have AMT? ==&lt;br /&gt;
&lt;br /&gt;
Does anyone know whether the X200 has Intel AMT support?  I don't see anything in the BIOS or during POST, but I've already destroyed the windows and recovery partitions and cannot check whether there are any other utilities to gain access...&lt;br /&gt;
&lt;br /&gt;
: Hi, Confirmed there is AMT options in BIOS 2.02 (6DET38WW).&lt;br /&gt;
:--[[User:chihchun|chihchun]]  Mon, 09 Mar 2009 20:40:45 +0800&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== What is the &amp;quot;perfect&amp;quot; desktop kernel .config for the X200? ==&lt;br /&gt;
&lt;br /&gt;
I'm trying to set up the &amp;quot;perfect&amp;quot; kernel configuration for the X200 when hardware is concerned. Questions like whether or not it should be compiled with legacy IDE support spring to mind, as well as how to take out all drivers and options for hardware not found on the box...&lt;br /&gt;
&lt;br /&gt;
I know running a stock distribution kernel is the recommended way, but where's the fun and learning process in that? For those who want a deeper understanding, kernel tweaking seems to be one of multiple answers.&lt;br /&gt;
&lt;br /&gt;
[http://pastebin.ca/1305061 My first attempt at optimal kernel .config]&lt;br /&gt;
&lt;br /&gt;
Since I'm brand new here : Is this the right forum for such a discussion, and is the use of pastebin the appropriate place to share the kernel .config?&lt;br /&gt;
&lt;br /&gt;
--[[User:Yalla-One|Yalla-One]] 15:36, 10 January 2009 (CET)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Here's my version of config: http://pastebin.ca/1307997&lt;br /&gt;
--[[User:Vminko|Vminko]] 14:16, 14 January 2009 (CET)&lt;br /&gt;
&lt;br /&gt;
== Does the X200 really support 8GB RAM? ==&lt;br /&gt;
&lt;br /&gt;
I was wondering if it really supports 8GB RAM.  The wiki article says:&lt;br /&gt;
Support for up to 8GB DDR3-RAM PC3-8500&lt;br /&gt;
&lt;br /&gt;
But I don't see that specification in any Lenovo site or document.  It would be strange if they did not advertise this.&lt;br /&gt;
&lt;br /&gt;
== ExpressCard slot ==&lt;br /&gt;
&lt;br /&gt;
I have an x200s, and there's an ExpressCard/54 slot (i think it's a 54). I'm not sure if this is one of the three MiniPCIe slots listed already or something. So... there should be something in the features list about this.&lt;br /&gt;
&lt;br /&gt;
It's a separate thing and yes, it's a 54mm slot. I have added it to the features list.&lt;br /&gt;
--[[User:Yak|Yak]] 18:49, 26 March 2010 (CET)&lt;/div&gt;</summary>
		<author><name>Yak</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Category_talk:X200&amp;diff=47996</id>
		<title>Category talk:X200</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Category_talk:X200&amp;diff=47996"/>
		<updated>2010-03-26T17:54:53Z</updated>

		<summary type="html">&lt;p&gt;Yak: /* ExpressCard slot */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I have the ThinkPad X200, and I was wondering if anybody had success with hibernate, sleep, and general power saving?&lt;br /&gt;
&lt;br /&gt;
Also, can anybody find the right framebuffer module and configure it for the 1200x800 screen resolution?&lt;br /&gt;
&lt;br /&gt;
== See my Fedora 9 on X200 article ==&lt;br /&gt;
&lt;br /&gt;
I am now running Fedora 10-Alpha/rawhide on my X200 and everything basically functions (gigabit ethernet, 5100AGN wireless, webcam) except I have to use the vesa driver with xorg.conf instead of the i810 which causes machine crashes. (Apparently it is a known bug upstream and I'm just hoping for some newer xorg-x11-drv-i810 to try out from rawhide). You can set a 1280x800 mode in xorg.conf with the vesa driver.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:Hmm... I run debian testing so I may or may not be able to help, but it appears that at least in X in debian, all the intel chips have been integrated into an 'intel' video driver, which works fine for me.  The question about the 1200x800 mode was just for setting it in the framebuffer.  Also, it appears that the option to disable HV expansion in BIOS has disappeared, has it not?&lt;br /&gt;
&lt;br /&gt;
:Hibernate and sleep have the problem of immediately resuming—I don't believe any of the workarounds I found on the ACPI page have any effect.&lt;br /&gt;
&lt;br /&gt;
:--[[User:Harrisonts|Harrisonts]] 08:09, 2 October 2008 (CEST)&lt;br /&gt;
&lt;br /&gt;
::Hibernate works well with me. Suspend has the backlight issue. The resume is ok but the screen is dark. In fact on certain angles it is possible to see the image displayed...&lt;br /&gt;
&lt;br /&gt;
::--[[User:rdemaria|rdemaria]] Mon Nov 10 19:43:59 EST 2008&lt;br /&gt;
&lt;br /&gt;
::I mentioned i810 but that is just the package name on Fedora which includes the &amp;quot;intel&amp;quot; driver which is being loaded to operate the card when I tried it. It works after reboot but crashes after suspend/resume and hibernate/resume and there is a bug in the Fedora bugzilla (for rawhide/Fedora 10) already with multiple reporters for Thinkpad X200 models.&lt;br /&gt;
&lt;br /&gt;
::Rdemaria: Are you using the vesa driver? I think the backlight works after suspend with the vesa xorg driver, if the i915 kernel module is loaded so it handles power management... however, I have not done enough cycles to be sure everything is reliable. I still have crashes on resume if I use the intel xorg driver. I use vesa and have modprobe i915 in my rc.local.&lt;br /&gt;
::: Yes it works!!!&lt;br /&gt;
:::--[[User:rdemaria|rdemaria]] Thu Nov 13 10:59:40 EST 2008&lt;br /&gt;
&lt;br /&gt;
::Harrisonts: I wrote up a hardware issue in the known problems page. I had to have my X200 mainboard replaced, to make it stop resuming immediately from suspend, hibernate, and poweroff actions. It was painful to get through the layers of Lenovo tech support to do this, having to convince each person over again that there was a problem!&lt;br /&gt;
&lt;br /&gt;
::--[[User:karlcz|karlcz]] Tue Nov 11 07:45:46 PST 2008&lt;br /&gt;
&lt;br /&gt;
== Does the X200 have AMT? ==&lt;br /&gt;
&lt;br /&gt;
Does anyone know whether the X200 has Intel AMT support?  I don't see anything in the BIOS or during POST, but I've already destroyed the windows and recovery partitions and cannot check whether there are any other utilities to gain access...&lt;br /&gt;
&lt;br /&gt;
: Hi, Confirmed there is AMT options in BIOS 2.02 (6DET38WW).&lt;br /&gt;
:--[[User:chihchun|chihchun]]  Mon, 09 Mar 2009 20:40:45 +0800&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== What is the &amp;quot;perfect&amp;quot; desktop kernel .config for the X200? ==&lt;br /&gt;
&lt;br /&gt;
I'm trying to set up the &amp;quot;perfect&amp;quot; kernel configuration for the X200 when hardware is concerned. Questions like whether or not it should be compiled with legacy IDE support spring to mind, as well as how to take out all drivers and options for hardware not found on the box...&lt;br /&gt;
&lt;br /&gt;
I know running a stock distribution kernel is the recommended way, but where's the fun and learning process in that? For those who want a deeper understanding, kernel tweaking seems to be one of multiple answers.&lt;br /&gt;
&lt;br /&gt;
[http://pastebin.ca/1305061 My first attempt at optimal kernel .config]&lt;br /&gt;
&lt;br /&gt;
Since I'm brand new here : Is this the right forum for such a discussion, and is the use of pastebin the appropriate place to share the kernel .config?&lt;br /&gt;
&lt;br /&gt;
--[[User:Yalla-One|Yalla-One]] 15:36, 10 January 2009 (CET)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Here's my version of config: http://pastebin.ca/1307997&lt;br /&gt;
--[[User:Vminko|Vminko]] 14:16, 14 January 2009 (CET)&lt;br /&gt;
&lt;br /&gt;
== Does the X200 really support 8GB RAM? ==&lt;br /&gt;
&lt;br /&gt;
I was wondering if it really supports 8GB RAM.  The wiki article says:&lt;br /&gt;
Support for up to 8GB DDR3-RAM PC3-8500&lt;br /&gt;
&lt;br /&gt;
But I don't see that specification in any Lenovo site or document.  It would be strange if they did not advertise this.&lt;br /&gt;
&lt;br /&gt;
== ExpressCard slot ==&lt;br /&gt;
&lt;br /&gt;
I have an x200s, and there's an ExpressCard/54 slot (i think it's a 54). I'm not sure if this is one of the three MiniPCIe slots listed already or something. So... there should be something in the features list about this.&lt;br /&gt;
&lt;br /&gt;
It's a separate thing and yes, it's a 54mm slot. I have added it to the features list.&lt;br /&gt;
--[[User:Yak|Yak]] 18:49, 26 Marc 2010 (CET)&lt;/div&gt;</summary>
		<author><name>Yak</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Category:X200&amp;diff=47994</id>
		<title>Category:X200</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Category:X200&amp;diff=47994"/>
		<updated>2010-03-26T17:53:00Z</updated>

		<summary type="html">&lt;p&gt;Yak: Added ExpressCard/54 slot to features.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|style=&amp;quot;vertical-align:top&amp;quot; |&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin: 0; margin-right:10px; border: 1px solid #dfdfdf; padding: 0em 1em 1em 1em; background-color:#F8F8FF; align:right;&amp;quot;&amp;gt;&lt;br /&gt;
=== ThinkPad X200 ===&lt;br /&gt;
This page gives an overview of all ThinkPad X200 related topics.&lt;br /&gt;
&lt;br /&gt;
==== Standard Features ====&lt;br /&gt;
* One of the following [[Intel Core 2 Duo (Penryn)]] processors:&lt;br /&gt;
** Intel Core 2 Duo P8400, 2.26GHz, 3MB L2, 1066MHz FSB&lt;br /&gt;
** Intel Core 2 Duo P8600, 2.40GHz, 3MB L2, 1066MHz FSB&lt;br /&gt;
** Intel Core 2 Duo P8700, 2.53GHz, 3MB L2, 1066MHz FSB&lt;br /&gt;
** Intel Core 2 Duo P8800, 2.66GHz, 3MB L2, 1066MHz FSB&lt;br /&gt;
* [[Intel Graphics Media Accelerator 4500MHD]] graphics&lt;br /&gt;
* One of the following [[TFT display|TFT displays]]:&lt;br /&gt;
** 12&amp;quot; TFT display with 1280x800 (WXGA) resolution&lt;br /&gt;
** 12&amp;quot; TFT display with 1280x800 (WXGA) resolution with LED backlight&lt;br /&gt;
* 1, 2, 3 or 4GB [[PC3-8500]] memory standard, upgradable to 4GB&lt;br /&gt;
* One of the following hard drives:&lt;br /&gt;
** 80GB SSD 1.8&amp;quot; SATA&lt;br /&gt;
** 128GB SSD 1.8&amp;quot; SATA&lt;br /&gt;
** 160GB 5400RPM 2.5&amp;quot; SATA&lt;br /&gt;
** 160GB 7200RPM 2.5&amp;quot; SATA&lt;br /&gt;
** 250GB 5400RPM 2.5&amp;quot; SATA&lt;br /&gt;
* 5-1 (MMC/SD/SDHC and MS/MS Pro) Media card Reader&lt;br /&gt;
* [[Intel Gigabit Ethernet (10/100/1000) PCI-Express]]&lt;br /&gt;
* Intel HD Audio with a [[CX20561]] codec&lt;br /&gt;
* [[ThinkPad Modem (MDC-3.0, 56kbps HDA)]]&lt;br /&gt;
* [[MiniPCI Express slot]] 1 with one of the following:&lt;br /&gt;
** [[Intel Wifi Link 5100 (AGN)]]&lt;br /&gt;
** [[Intel Wifi Link 5300 (AGN)]]&lt;br /&gt;
** [[Intel WiMAX/WiFi Link 5150]]&lt;br /&gt;
** [[Intel WiMAX/WiFi Link 5350]]&lt;br /&gt;
* [[MiniPCI Express slot]] 2 with one of the following:&lt;br /&gt;
** none (empty)&lt;br /&gt;
** none (WWAN upgradable)&lt;br /&gt;
** [[Sierra Wireless MC5725|Verizon Mobile Broadband with GPS]]&lt;br /&gt;
** [[Ericsson F3507g Mobile Broadband Module|AT&amp;amp;T Mobile Broadband with GPS]]&lt;br /&gt;
*  [[MiniPCI Express slot]] 3 with one of the following:&lt;br /&gt;
** none (empty)&lt;br /&gt;
** [[Intel® Turbo Memory hard drive cache]] 2GB&lt;br /&gt;
* 1.3MP [[Integrated camera]] on select models&lt;br /&gt;
* [[Integrated Fingerprint Reader]] on select models&lt;br /&gt;
* [[ThinkPad_Bluetooth_with_Enhanced_Data_Rate_(BDC-2.1)|Bluetooth]] on select models&lt;br /&gt;
* [[Embedded Security Subsystem|Trusted Computing Group TPM 1.2]]&lt;br /&gt;
* [[Active Protection System]]&lt;br /&gt;
* One [[ExpressCard_slot|ExpressCard/54 Slot]]&lt;br /&gt;
* One of the following batteries&lt;br /&gt;
** 4-cell battery, 29 Wh (14.4 V, 2.0 Ah).  up to 3.3 hr, 1.34kg&lt;br /&gt;
** 4-cell *tablet, 29 Wh (14.4 V, 2.0 Ah).&lt;br /&gt;
** 6-cell battery, 56 Wh (10.8 V, 5.2 Ah).  up to 6.5 hr, 1.47kg (slightly elevates the back)&lt;br /&gt;
** 8-cell *tablet, 66 Wh (14.4 V, 4.6 Ah)&lt;br /&gt;
** 9-cell battery, 85 Wh (10.8 V, 7.8 Ah).  up to 9.8 hr, 1.63kg (protrudes out back 22.8mm/.9in)&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
|style=&amp;quot;vertical-align:top&amp;quot; |&lt;br /&gt;
[[Image:ThinkPadX200.jpg|ThinkPad X200|300px]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Resources ====&lt;br /&gt;
* [http://shop.lenovo.com/ISS_Static/merchandising/US/PDFs/x200_datasheet.pdf X200 Technical Specifications (pdf)]&lt;br /&gt;
* [http://www-307.ibm.com/pc/support/site.wss/document.do?sitestyle=lenovo&amp;amp;lndocid=MIGR-70149 Hardware Maintenance Manual (HMM) - ThinkPad X200, August 2008 Edition] ''(from [http://www.lenovo.com/us/en/ lenovo] / Support / User's guides &amp;amp; manuals)''&lt;br /&gt;
&lt;br /&gt;
==== Reviews ====&lt;br /&gt;
* [http://www.notebookreview.com/default.asp?newsID=4497 Notebookreview.com] 2008-07-15&lt;br /&gt;
* [http://www.laptopmag.com/review/laptops/lenovo-thinkpad-x200.aspx Laptopmag.com] 2007-07-14&lt;br /&gt;
* [http://reviews.cnet.com/laptops/lenovo-thinkpad-x200/4505-3121_7-33184078.html Cnet.com] 2008-08-14&lt;br /&gt;
&lt;br /&gt;
==== Notes ====&lt;br /&gt;
Sometimes even basic information is hard to find.  Here's a place for it.&lt;br /&gt;
* Lenovo is having fulfillment problems (2008 Q4).  Take estimated ship dates with a grain of salt.  Ordering from Lenovo seems to be working better than resellers.  Some resellers have yet to receive their first unit.  One person I know received an X200 within days (direct, replacing stolen machine), another has been waiting for ~2 months.&lt;br /&gt;
* The standard '''X200T does ''not'' support [http://en.wikipedia.org/wiki/Multi-touch Multi-touch]!'''.  Only the &amp;quot;Enhanced MultiTouch&amp;quot; supports true MultiTouch.  The standard X200T uses Wacom's no-longer-cutting-edge non-multitouch screen.  Only one contact point is available in hardware.&lt;br /&gt;
*: Though, hypothetically, you could get two points from a MultiTouch screen, one from finger contact, and one from a stylus hovering over but not touching the screen - they are available in linux as separate devices.  It's not clear it's ever been done.&lt;br /&gt;
* [[GPS]] - If you have an optional WWAN card (AT&amp;amp;T or Verizon), you have GPS.  ''unconfirmed''&lt;br /&gt;
* The 5300 normally has 3 x 3 antennas.  Adding the webcam reduces this to 2 x 2.  ''unconfirmed''&lt;br /&gt;
*: Any other conflicts?  Bluetooth, etc?&lt;br /&gt;
* X200T configured with SSD do '''not''' include the [[Active Protection System]] accelerometer.  Despite alternate uses (theft deterrence).  Confirmed by Lenovo US sales phone, 2008-10. [[User:Mitchell|Mitchell]] 21:54, 28 October 2008 (CET)&lt;br /&gt;
** My x200t that shipped with an SSD (Feb 2009) *does* include the accelerometer. I suspect that the same accelerometer is the one used to automatically change the screen orientation, so it doesn't make sense that any of the tablets wouldn't include it. There's also only a single part number for the motherboard in the Hardware Maintenance Manual: if there was a revision used for units shipped with SSDs it would likely be listed separately.&lt;br /&gt;
** X200 configured with SSD include the [[Active Protection System]] accelerometer (at least 7454-CTO models shipped in Q4 2008). [[User:Vminko|Vminko]] 02:41, 30 December 2008 (CET)&lt;br /&gt;
* The [http://www-01.ibm.com/common/ssi/cgi-bin/ssialias?infotype=AN&amp;amp;subtype=CA&amp;amp;htmlfid=897/ENUS108-588&amp;amp;appname=lenovous&amp;amp;language=en X200 Tablet Sleeve] supports 4 and 8 cell batteries, but not 9 cell.  ''from announcement''&lt;br /&gt;
* The X200 does not have a touchpad.  For folks who really want one, a somewhat messy possibility ''might'' be [http://www.ergonomictouchpad.com/ergonomic_touchpad.php www.ergonomictouchpad.com] (never used - no endorsement) which looks vaguely like a [http://www.cirque.com/cpages/?page=17 Cirque TSM9925 Touchpad] with velcro and wire added.&lt;br /&gt;
* There can be a ''big'' cost difference between preconfigured units from VARs, and custom configured units from shop.lenovo.com, as of 2008-10-31 ([http://alltp.blogspot.com/2008/10/heckuva-deal-on-lenovo-x200-tablet-pc.html examples]).&lt;br /&gt;
*: But shipping delays may be even greater than when ordering directly from Lenovo (2008 Q4).&lt;br /&gt;
&lt;br /&gt;
[[Category:X Series]]&lt;/div&gt;</summary>
		<author><name>Yak</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Intel_WiFi_Link_5100/5300_WLAN_controller&amp;diff=47874</id>
		<title>Intel WiFi Link 5100/5300 WLAN controller</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Intel_WiFi_Link_5100/5300_WLAN_controller&amp;diff=47874"/>
		<updated>2010-03-22T09:33:04Z</updated>

		<summary type="html">&lt;p&gt;Yak: /* Lenovo Partnumbers */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|style=&amp;quot;vertical-align:top&amp;quot; |&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin: 0; margin-right:10px; border: 1px solid #dfdfdf; padding: 0em 1em 1em 1em; background-color:#F8F8FF; align:right;&amp;quot;&amp;gt;&lt;br /&gt;
== Intel WiFi Link 5100 and 5300 WLAN controller ==&lt;br /&gt;
This is a Mini-PCI Express WiFi Adapter, supported by the iwlagn driver since the 2.6.26 kernels.&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
* Chipset: Intel 5100 and 5300&lt;br /&gt;
* IEEE Standards: 802.11a, 802.11b, 802.11g ,802.11n&lt;br /&gt;
'''WiFi Link 5100'''&lt;br /&gt;
* 1x2 MIMO up to 300Mbps&lt;br /&gt;
* PCI ID: 8086:4237&lt;br /&gt;
'''WiFi Link 5300'''&lt;br /&gt;
* 3x3 MIMO up to 450Mbps&lt;br /&gt;
* PCI ID: 8086:4236&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
|style=&amp;quot;vertical-align:top&amp;quot; |&lt;br /&gt;
[[image:IntelWiFiLink5x00.jpg|Intel WiFi Link Adapter]]&amp;lt;br/&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
=== Lenovo Partnumbers ===&lt;br /&gt;
'''WiFi Link 5100'''&lt;br /&gt;
* FRU 43Y6493&lt;br /&gt;
&lt;br /&gt;
=== Models featuring this Technology ===&lt;br /&gt;
'''WiFi Link 5100'''&lt;br /&gt;
*{{R400}}, {{R500}}&lt;br /&gt;
*{{SL300}}, {{SL400}}, {{SL400c}}, {{SL410}}, {{SL500}}, {{SL500c}}, {{SL510}}&lt;br /&gt;
*{{T400}}, {{T400s}}, {{T500}}&lt;br /&gt;
*{{W500}}&lt;br /&gt;
*{{X200}}, {{X200s}}, {{X301}}&lt;br /&gt;
*Y430, Y450, Y530&lt;br /&gt;
&lt;br /&gt;
'''WiFi Link 5300'''&lt;br /&gt;
*{{R400}}&lt;br /&gt;
*{{T400}}, {{T400s}}, {{T500}}&lt;br /&gt;
*{{W500}}, {{W700}}, {{W700ds}}&lt;br /&gt;
*{{X200}}, {{X200s}}, {{X301}}&lt;br /&gt;
&lt;br /&gt;
=== External Links===&lt;br /&gt;
* http://www.intel.com/network/connectivity/products/wireless/adapters/5000/index.htm&lt;br /&gt;
* http://intellinuxwireless.org/ - Intel website for Linux drivers&lt;br /&gt;
&lt;br /&gt;
== Kernel 2.6.27-rc5 (as a patched kernel 2.6.26) ==&lt;br /&gt;
&lt;br /&gt;
* download linux kernel 2.6.26&lt;br /&gt;
* download linux kernel prepatch 2.6.27-rc5&lt;br /&gt;
&lt;br /&gt;
(http://kernel.org/pub/linux/kernel/v2.6/testing/patch-2.6.27-rc5.bz2)&lt;br /&gt;
&lt;br /&gt;
* make menuconfig&lt;br /&gt;
&lt;br /&gt;
Device Drivers =&amp;gt; Network device surppot =&amp;gt; wireless LAN&lt;br /&gt;
 CONFIG_WLAN_80211=y&lt;br /&gt;
 CONFIG_IWLWIFI=y&lt;br /&gt;
 CONFIG_IWLCORE=y&lt;br /&gt;
 CONFIG_IWLWIFI_LEDS=y&lt;br /&gt;
 CONFIG_IWLWIFI_RFKILL=y&lt;br /&gt;
 CONFIG_IWLWIFI_DEBUG=y&lt;br /&gt;
 CONFIG_IWLAGN=y&lt;br /&gt;
 CONFIG_IWLAGN_SPECTRUM_MEASUREMENT=y&lt;br /&gt;
 CONFIG_IWLAGN_LEDS=y&lt;br /&gt;
 CONFIG_IWL5000=y&lt;br /&gt;
&lt;br /&gt;
* make &amp;amp;&amp;amp; make modules_install&lt;br /&gt;
* cp arch/i386/boot/bzImage /boot/kernel-2.6.27-rc5&lt;br /&gt;
&lt;br /&gt;
* install wpa_supplicant&lt;br /&gt;
&lt;br /&gt;
* now enjoy your new wireless card :)&lt;br /&gt;
&lt;br /&gt;
== alternative if you want to use your stock &amp;lt; 2.6.27 Kernel ==&lt;br /&gt;
See http://ubuntu-virginia.ubuntuforums.org/showpost.php?p=5710211&amp;amp;postcount=4&lt;br /&gt;
&lt;br /&gt;
== Debian with kernel 2.6.28 ==&lt;br /&gt;
&lt;br /&gt;
* Get the Microcode&lt;br /&gt;
&lt;br /&gt;
Download the iwlifi-5000 tarball with microcode (firmware) from [http://www.intellinuxwireless.org/?n=downloads IntelLinuxWireless]&lt;br /&gt;
&lt;br /&gt;
* Extract the contents of the tarball:&lt;br /&gt;
&lt;br /&gt;
 tar xzf iwlwifi-5000-ucode-5.4.A.11.tar.gz&lt;br /&gt;
(filename could be different)&lt;br /&gt;
&lt;br /&gt;
* Copy the microcode file to /lib/firmware:&lt;br /&gt;
&lt;br /&gt;
 sudo cp ./iwlwifi-5000-ucode-5.4.A.11/iwlwifi-5000-1.ucode /lib/firmware&lt;br /&gt;
(the directory name extracted from tarball could be different as well)&lt;br /&gt;
&lt;br /&gt;
* Add repository&lt;br /&gt;
&lt;br /&gt;
Add the following line to your &amp;lt;tt&amp;gt;/etc/apt/sources.list&amp;lt;/tt&amp;gt;:&lt;br /&gt;
 deb http://kernel-archive.buildserver.net/debian-kernel trunk main&lt;br /&gt;
&lt;br /&gt;
* Update your local package index:&lt;br /&gt;
&lt;br /&gt;
 sudo apt-get update&lt;br /&gt;
&lt;br /&gt;
* Install linux-image-2.6.28-1-686&lt;br /&gt;
&lt;br /&gt;
 sudo apt-get install linux-image-2.6.28-1-686&lt;br /&gt;
&lt;br /&gt;
=== If you need the headers ===&lt;br /&gt;
&lt;br /&gt;
Finally, if you need linux-headers-2.6.28-1-686, for instance to install propietary ATI drivers, then you'll have to satisfy the dependency of linux-kbuild-2.6.28. This package is not in the repositories, but you can build it yourself following the instructions at:&lt;br /&gt;
&lt;br /&gt;
* [http://wiki.debian.org/HowToRebuildAnOfficialDebianKernelPackage Debian Wiki]&lt;br /&gt;
&lt;br /&gt;
See section &amp;quot;How to build linux-kbuild-2.6 yourself&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== sidux 2008-03 ==&lt;br /&gt;
See [[How to install Intel Device 4236 under sidux 2008-03 (Ουρέα)]] for more info.&lt;br /&gt;
&lt;br /&gt;
== Further resources and information ==&lt;br /&gt;
&lt;br /&gt;
* [http://downloadcenter.intel.com/Detail_Desc.aspx?agr=Y&amp;amp;Inst=Yes&amp;amp;ProductID=2753&amp;amp;DwnldID=17045&amp;amp;strOSs=39&amp;amp;OSFullName=Linux*&amp;amp;lang=eng Intel driver download]&lt;/div&gt;</summary>
		<author><name>Yak</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Intel_WiFi_Link_5100/5300_WLAN_controller&amp;diff=47873</id>
		<title>Intel WiFi Link 5100/5300 WLAN controller</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Intel_WiFi_Link_5100/5300_WLAN_controller&amp;diff=47873"/>
		<updated>2010-03-22T09:32:06Z</updated>

		<summary type="html">&lt;p&gt;Yak: /* Lenovo Partnumbers */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|style=&amp;quot;vertical-align:top&amp;quot; |&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin: 0; margin-right:10px; border: 1px solid #dfdfdf; padding: 0em 1em 1em 1em; background-color:#F8F8FF; align:right;&amp;quot;&amp;gt;&lt;br /&gt;
== Intel WiFi Link 5100 and 5300 WLAN controller ==&lt;br /&gt;
This is a Mini-PCI Express WiFi Adapter, supported by the iwlagn driver since the 2.6.26 kernels.&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
* Chipset: Intel 5100 and 5300&lt;br /&gt;
* IEEE Standards: 802.11a, 802.11b, 802.11g ,802.11n&lt;br /&gt;
'''WiFi Link 5100'''&lt;br /&gt;
* 1x2 MIMO up to 300Mbps&lt;br /&gt;
* PCI ID: 8086:4237&lt;br /&gt;
'''WiFi Link 5300'''&lt;br /&gt;
* 3x3 MIMO up to 450Mbps&lt;br /&gt;
* PCI ID: 8086:4236&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
|style=&amp;quot;vertical-align:top&amp;quot; |&lt;br /&gt;
[[image:IntelWiFiLink5x00.jpg|Intel WiFi Link Adapter]]&amp;lt;br/&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
=== Lenovo Partnumbers ===&lt;br /&gt;
* 5100, FRU 43Y6493 ({{X200}})&lt;br /&gt;
&lt;br /&gt;
=== Models featuring this Technology ===&lt;br /&gt;
'''WiFi Link 5100'''&lt;br /&gt;
*{{R400}}, {{R500}}&lt;br /&gt;
*{{SL300}}, {{SL400}}, {{SL400c}}, {{SL410}}, {{SL500}}, {{SL500c}}, {{SL510}}&lt;br /&gt;
*{{T400}}, {{T400s}}, {{T500}}&lt;br /&gt;
*{{W500}}&lt;br /&gt;
*{{X200}}, {{X200s}}, {{X301}}&lt;br /&gt;
*Y430, Y450, Y530&lt;br /&gt;
&lt;br /&gt;
'''WiFi Link 5300'''&lt;br /&gt;
*{{R400}}&lt;br /&gt;
*{{T400}}, {{T400s}}, {{T500}}&lt;br /&gt;
*{{W500}}, {{W700}}, {{W700ds}}&lt;br /&gt;
*{{X200}}, {{X200s}}, {{X301}}&lt;br /&gt;
&lt;br /&gt;
=== External Links===&lt;br /&gt;
* http://www.intel.com/network/connectivity/products/wireless/adapters/5000/index.htm&lt;br /&gt;
* http://intellinuxwireless.org/ - Intel website for Linux drivers&lt;br /&gt;
&lt;br /&gt;
== Kernel 2.6.27-rc5 (as a patched kernel 2.6.26) ==&lt;br /&gt;
&lt;br /&gt;
* download linux kernel 2.6.26&lt;br /&gt;
* download linux kernel prepatch 2.6.27-rc5&lt;br /&gt;
&lt;br /&gt;
(http://kernel.org/pub/linux/kernel/v2.6/testing/patch-2.6.27-rc5.bz2)&lt;br /&gt;
&lt;br /&gt;
* make menuconfig&lt;br /&gt;
&lt;br /&gt;
Device Drivers =&amp;gt; Network device surppot =&amp;gt; wireless LAN&lt;br /&gt;
 CONFIG_WLAN_80211=y&lt;br /&gt;
 CONFIG_IWLWIFI=y&lt;br /&gt;
 CONFIG_IWLCORE=y&lt;br /&gt;
 CONFIG_IWLWIFI_LEDS=y&lt;br /&gt;
 CONFIG_IWLWIFI_RFKILL=y&lt;br /&gt;
 CONFIG_IWLWIFI_DEBUG=y&lt;br /&gt;
 CONFIG_IWLAGN=y&lt;br /&gt;
 CONFIG_IWLAGN_SPECTRUM_MEASUREMENT=y&lt;br /&gt;
 CONFIG_IWLAGN_LEDS=y&lt;br /&gt;
 CONFIG_IWL5000=y&lt;br /&gt;
&lt;br /&gt;
* make &amp;amp;&amp;amp; make modules_install&lt;br /&gt;
* cp arch/i386/boot/bzImage /boot/kernel-2.6.27-rc5&lt;br /&gt;
&lt;br /&gt;
* install wpa_supplicant&lt;br /&gt;
&lt;br /&gt;
* now enjoy your new wireless card :)&lt;br /&gt;
&lt;br /&gt;
== alternative if you want to use your stock &amp;lt; 2.6.27 Kernel ==&lt;br /&gt;
See http://ubuntu-virginia.ubuntuforums.org/showpost.php?p=5710211&amp;amp;postcount=4&lt;br /&gt;
&lt;br /&gt;
== Debian with kernel 2.6.28 ==&lt;br /&gt;
&lt;br /&gt;
* Get the Microcode&lt;br /&gt;
&lt;br /&gt;
Download the iwlifi-5000 tarball with microcode (firmware) from [http://www.intellinuxwireless.org/?n=downloads IntelLinuxWireless]&lt;br /&gt;
&lt;br /&gt;
* Extract the contents of the tarball:&lt;br /&gt;
&lt;br /&gt;
 tar xzf iwlwifi-5000-ucode-5.4.A.11.tar.gz&lt;br /&gt;
(filename could be different)&lt;br /&gt;
&lt;br /&gt;
* Copy the microcode file to /lib/firmware:&lt;br /&gt;
&lt;br /&gt;
 sudo cp ./iwlwifi-5000-ucode-5.4.A.11/iwlwifi-5000-1.ucode /lib/firmware&lt;br /&gt;
(the directory name extracted from tarball could be different as well)&lt;br /&gt;
&lt;br /&gt;
* Add repository&lt;br /&gt;
&lt;br /&gt;
Add the following line to your &amp;lt;tt&amp;gt;/etc/apt/sources.list&amp;lt;/tt&amp;gt;:&lt;br /&gt;
 deb http://kernel-archive.buildserver.net/debian-kernel trunk main&lt;br /&gt;
&lt;br /&gt;
* Update your local package index:&lt;br /&gt;
&lt;br /&gt;
 sudo apt-get update&lt;br /&gt;
&lt;br /&gt;
* Install linux-image-2.6.28-1-686&lt;br /&gt;
&lt;br /&gt;
 sudo apt-get install linux-image-2.6.28-1-686&lt;br /&gt;
&lt;br /&gt;
=== If you need the headers ===&lt;br /&gt;
&lt;br /&gt;
Finally, if you need linux-headers-2.6.28-1-686, for instance to install propietary ATI drivers, then you'll have to satisfy the dependency of linux-kbuild-2.6.28. This package is not in the repositories, but you can build it yourself following the instructions at:&lt;br /&gt;
&lt;br /&gt;
* [http://wiki.debian.org/HowToRebuildAnOfficialDebianKernelPackage Debian Wiki]&lt;br /&gt;
&lt;br /&gt;
See section &amp;quot;How to build linux-kbuild-2.6 yourself&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== sidux 2008-03 ==&lt;br /&gt;
See [[How to install Intel Device 4236 under sidux 2008-03 (Ουρέα)]] for more info.&lt;br /&gt;
&lt;br /&gt;
== Further resources and information ==&lt;br /&gt;
&lt;br /&gt;
* [http://downloadcenter.intel.com/Detail_Desc.aspx?agr=Y&amp;amp;Inst=Yes&amp;amp;ProductID=2753&amp;amp;DwnldID=17045&amp;amp;strOSs=39&amp;amp;OSFullName=Linux*&amp;amp;lang=eng Intel driver download]&lt;/div&gt;</summary>
		<author><name>Yak</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Intel_WiFi_Link_5100/5300_WLAN_controller&amp;diff=47826</id>
		<title>Intel WiFi Link 5100/5300 WLAN controller</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Intel_WiFi_Link_5100/5300_WLAN_controller&amp;diff=47826"/>
		<updated>2010-03-19T23:24:43Z</updated>

		<summary type="html">&lt;p&gt;Yak: /* Lenovo Partnumbers */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|style=&amp;quot;vertical-align:top&amp;quot; |&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin: 0; margin-right:10px; border: 1px solid #dfdfdf; padding: 0em 1em 1em 1em; background-color:#F8F8FF; align:right;&amp;quot;&amp;gt;&lt;br /&gt;
== Intel WiFi Link 5100 and 5300 WLAN controller ==&lt;br /&gt;
This is a Mini-PCI Express WiFi Adapter, supported by the iwlagn driver since the 2.6.26 kernels.&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
* Chipset: Intel 5100 and 5300&lt;br /&gt;
* IEEE Standards: 802.11a, 802.11b, 802.11g ,802.11n&lt;br /&gt;
'''WiFi Link 5100'''&lt;br /&gt;
* 1x2 MIMO up to 300Mbps&lt;br /&gt;
* PCI ID: 8086:4237&lt;br /&gt;
'''WiFi Link 5300'''&lt;br /&gt;
* 3x3 MIMO up to 450Mbps&lt;br /&gt;
* PCI ID: 8086:4236&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
|style=&amp;quot;vertical-align:top&amp;quot; |&lt;br /&gt;
[[image:IntelWiFiLink5x00.jpg|Intel WiFi Link Adapter]]&amp;lt;br/&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
=== Lenovo Partnumbers ===&lt;br /&gt;
* FRU 43Y6493 ({{X200}})&lt;br /&gt;
&lt;br /&gt;
=== Models featuring this Technology ===&lt;br /&gt;
'''WiFi Link 5100'''&lt;br /&gt;
*{{R400}}, {{R500}}&lt;br /&gt;
*{{SL300}}, {{SL400}}, {{SL400c}}, {{SL410}}, {{SL500}}, {{SL500c}}, {{SL510}}&lt;br /&gt;
*{{T400}}, {{T400s}}, {{T500}}&lt;br /&gt;
*{{W500}}&lt;br /&gt;
*{{X200}}, {{X200s}}, {{X301}}&lt;br /&gt;
*Y430, Y450, Y530&lt;br /&gt;
&lt;br /&gt;
'''WiFi Link 5300'''&lt;br /&gt;
*{{R400}}&lt;br /&gt;
*{{T400}}, {{T400s}}, {{T500}}&lt;br /&gt;
*{{W500}}, {{W700}}, {{W700ds}}&lt;br /&gt;
*{{X200}}, {{X200s}}, {{X301}}&lt;br /&gt;
&lt;br /&gt;
=== External Links===&lt;br /&gt;
* http://www.intel.com/network/connectivity/products/wireless/adapters/5000/index.htm&lt;br /&gt;
* http://intellinuxwireless.org/ - Intel website for Linux drivers&lt;br /&gt;
&lt;br /&gt;
== Kernel 2.6.27-rc5 (as a patched kernel 2.6.26) ==&lt;br /&gt;
&lt;br /&gt;
* download linux kernel 2.6.26&lt;br /&gt;
* download linux kernel prepatch 2.6.27-rc5&lt;br /&gt;
&lt;br /&gt;
(http://kernel.org/pub/linux/kernel/v2.6/testing/patch-2.6.27-rc5.bz2)&lt;br /&gt;
&lt;br /&gt;
* make menuconfig&lt;br /&gt;
&lt;br /&gt;
Device Drivers =&amp;gt; Network device surppot =&amp;gt; wireless LAN&lt;br /&gt;
 CONFIG_WLAN_80211=y&lt;br /&gt;
 CONFIG_IWLWIFI=y&lt;br /&gt;
 CONFIG_IWLCORE=y&lt;br /&gt;
 CONFIG_IWLWIFI_LEDS=y&lt;br /&gt;
 CONFIG_IWLWIFI_RFKILL=y&lt;br /&gt;
 CONFIG_IWLWIFI_DEBUG=y&lt;br /&gt;
 CONFIG_IWLAGN=y&lt;br /&gt;
 CONFIG_IWLAGN_SPECTRUM_MEASUREMENT=y&lt;br /&gt;
 CONFIG_IWLAGN_LEDS=y&lt;br /&gt;
 CONFIG_IWL5000=y&lt;br /&gt;
&lt;br /&gt;
* make &amp;amp;&amp;amp; make modules_install&lt;br /&gt;
* cp arch/i386/boot/bzImage /boot/kernel-2.6.27-rc5&lt;br /&gt;
&lt;br /&gt;
* install wpa_supplicant&lt;br /&gt;
&lt;br /&gt;
* now enjoy your new wireless card :)&lt;br /&gt;
&lt;br /&gt;
== alternative if you want to use your stock &amp;lt; 2.6.27 Kernel ==&lt;br /&gt;
See http://ubuntu-virginia.ubuntuforums.org/showpost.php?p=5710211&amp;amp;postcount=4&lt;br /&gt;
&lt;br /&gt;
== Debian with kernel 2.6.28 ==&lt;br /&gt;
&lt;br /&gt;
* Get the Microcode&lt;br /&gt;
&lt;br /&gt;
Download the iwlifi-5000 tarball with microcode (firmware) from [http://www.intellinuxwireless.org/?n=downloads IntelLinuxWireless]&lt;br /&gt;
&lt;br /&gt;
* Extract the contents of the tarball:&lt;br /&gt;
&lt;br /&gt;
 tar xzf iwlwifi-5000-ucode-5.4.A.11.tar.gz&lt;br /&gt;
(filename could be different)&lt;br /&gt;
&lt;br /&gt;
* Copy the microcode file to /lib/firmware:&lt;br /&gt;
&lt;br /&gt;
 sudo cp ./iwlwifi-5000-ucode-5.4.A.11/iwlwifi-5000-1.ucode /lib/firmware&lt;br /&gt;
(the directory name extracted from tarball could be different as well)&lt;br /&gt;
&lt;br /&gt;
* Add repository&lt;br /&gt;
&lt;br /&gt;
Add the following line to your &amp;lt;tt&amp;gt;/etc/apt/sources.list&amp;lt;/tt&amp;gt;:&lt;br /&gt;
 deb http://kernel-archive.buildserver.net/debian-kernel trunk main&lt;br /&gt;
&lt;br /&gt;
* Update your local package index:&lt;br /&gt;
&lt;br /&gt;
 sudo apt-get update&lt;br /&gt;
&lt;br /&gt;
* Install linux-image-2.6.28-1-686&lt;br /&gt;
&lt;br /&gt;
 sudo apt-get install linux-image-2.6.28-1-686&lt;br /&gt;
&lt;br /&gt;
=== If you need the headers ===&lt;br /&gt;
&lt;br /&gt;
Finally, if you need linux-headers-2.6.28-1-686, for instance to install propietary ATI drivers, then you'll have to satisfy the dependency of linux-kbuild-2.6.28. This package is not in the repositories, but you can build it yourself following the instructions at:&lt;br /&gt;
&lt;br /&gt;
* [http://wiki.debian.org/HowToRebuildAnOfficialDebianKernelPackage Debian Wiki]&lt;br /&gt;
&lt;br /&gt;
See section &amp;quot;How to build linux-kbuild-2.6 yourself&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== sidux 2008-03 ==&lt;br /&gt;
See [[How to install Intel Device 4236 under sidux 2008-03 (Ουρέα)]] for more info.&lt;br /&gt;
&lt;br /&gt;
== Further resources and information ==&lt;br /&gt;
&lt;br /&gt;
* [http://downloadcenter.intel.com/Detail_Desc.aspx?agr=Y&amp;amp;Inst=Yes&amp;amp;ProductID=2753&amp;amp;DwnldID=17045&amp;amp;strOSs=39&amp;amp;OSFullName=Linux*&amp;amp;lang=eng Intel driver download]&lt;/div&gt;</summary>
		<author><name>Yak</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Intel_WiFi_Link_5100/5300_WLAN_controller&amp;diff=47825</id>
		<title>Intel WiFi Link 5100/5300 WLAN controller</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Intel_WiFi_Link_5100/5300_WLAN_controller&amp;diff=47825"/>
		<updated>2010-03-19T23:24:16Z</updated>

		<summary type="html">&lt;p&gt;Yak: /* Lenovo Partnumbers */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|style=&amp;quot;vertical-align:top&amp;quot; |&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin: 0; margin-right:10px; border: 1px solid #dfdfdf; padding: 0em 1em 1em 1em; background-color:#F8F8FF; align:right;&amp;quot;&amp;gt;&lt;br /&gt;
== Intel WiFi Link 5100 and 5300 WLAN controller ==&lt;br /&gt;
This is a Mini-PCI Express WiFi Adapter, supported by the iwlagn driver since the 2.6.26 kernels.&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
* Chipset: Intel 5100 and 5300&lt;br /&gt;
* IEEE Standards: 802.11a, 802.11b, 802.11g ,802.11n&lt;br /&gt;
'''WiFi Link 5100'''&lt;br /&gt;
* 1x2 MIMO up to 300Mbps&lt;br /&gt;
* PCI ID: 8086:4237&lt;br /&gt;
'''WiFi Link 5300'''&lt;br /&gt;
* 3x3 MIMO up to 450Mbps&lt;br /&gt;
* PCI ID: 8086:4236&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
|style=&amp;quot;vertical-align:top&amp;quot; |&lt;br /&gt;
[[image:IntelWiFiLink5x00.jpg|Intel WiFi Link Adapter]]&amp;lt;br/&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
=== Lenovo Partnumbers ===&lt;br /&gt;
* FRU 43Y6493 (X200)&lt;br /&gt;
&lt;br /&gt;
=== Models featuring this Technology ===&lt;br /&gt;
'''WiFi Link 5100'''&lt;br /&gt;
*{{R400}}, {{R500}}&lt;br /&gt;
*{{SL300}}, {{SL400}}, {{SL400c}}, {{SL410}}, {{SL500}}, {{SL500c}}, {{SL510}}&lt;br /&gt;
*{{T400}}, {{T400s}}, {{T500}}&lt;br /&gt;
*{{W500}}&lt;br /&gt;
*{{X200}}, {{X200s}}, {{X301}}&lt;br /&gt;
*Y430, Y450, Y530&lt;br /&gt;
&lt;br /&gt;
'''WiFi Link 5300'''&lt;br /&gt;
*{{R400}}&lt;br /&gt;
*{{T400}}, {{T400s}}, {{T500}}&lt;br /&gt;
*{{W500}}, {{W700}}, {{W700ds}}&lt;br /&gt;
*{{X200}}, {{X200s}}, {{X301}}&lt;br /&gt;
&lt;br /&gt;
=== External Links===&lt;br /&gt;
* http://www.intel.com/network/connectivity/products/wireless/adapters/5000/index.htm&lt;br /&gt;
* http://intellinuxwireless.org/ - Intel website for Linux drivers&lt;br /&gt;
&lt;br /&gt;
== Kernel 2.6.27-rc5 (as a patched kernel 2.6.26) ==&lt;br /&gt;
&lt;br /&gt;
* download linux kernel 2.6.26&lt;br /&gt;
* download linux kernel prepatch 2.6.27-rc5&lt;br /&gt;
&lt;br /&gt;
(http://kernel.org/pub/linux/kernel/v2.6/testing/patch-2.6.27-rc5.bz2)&lt;br /&gt;
&lt;br /&gt;
* make menuconfig&lt;br /&gt;
&lt;br /&gt;
Device Drivers =&amp;gt; Network device surppot =&amp;gt; wireless LAN&lt;br /&gt;
 CONFIG_WLAN_80211=y&lt;br /&gt;
 CONFIG_IWLWIFI=y&lt;br /&gt;
 CONFIG_IWLCORE=y&lt;br /&gt;
 CONFIG_IWLWIFI_LEDS=y&lt;br /&gt;
 CONFIG_IWLWIFI_RFKILL=y&lt;br /&gt;
 CONFIG_IWLWIFI_DEBUG=y&lt;br /&gt;
 CONFIG_IWLAGN=y&lt;br /&gt;
 CONFIG_IWLAGN_SPECTRUM_MEASUREMENT=y&lt;br /&gt;
 CONFIG_IWLAGN_LEDS=y&lt;br /&gt;
 CONFIG_IWL5000=y&lt;br /&gt;
&lt;br /&gt;
* make &amp;amp;&amp;amp; make modules_install&lt;br /&gt;
* cp arch/i386/boot/bzImage /boot/kernel-2.6.27-rc5&lt;br /&gt;
&lt;br /&gt;
* install wpa_supplicant&lt;br /&gt;
&lt;br /&gt;
* now enjoy your new wireless card :)&lt;br /&gt;
&lt;br /&gt;
== alternative if you want to use your stock &amp;lt; 2.6.27 Kernel ==&lt;br /&gt;
See http://ubuntu-virginia.ubuntuforums.org/showpost.php?p=5710211&amp;amp;postcount=4&lt;br /&gt;
&lt;br /&gt;
== Debian with kernel 2.6.28 ==&lt;br /&gt;
&lt;br /&gt;
* Get the Microcode&lt;br /&gt;
&lt;br /&gt;
Download the iwlifi-5000 tarball with microcode (firmware) from [http://www.intellinuxwireless.org/?n=downloads IntelLinuxWireless]&lt;br /&gt;
&lt;br /&gt;
* Extract the contents of the tarball:&lt;br /&gt;
&lt;br /&gt;
 tar xzf iwlwifi-5000-ucode-5.4.A.11.tar.gz&lt;br /&gt;
(filename could be different)&lt;br /&gt;
&lt;br /&gt;
* Copy the microcode file to /lib/firmware:&lt;br /&gt;
&lt;br /&gt;
 sudo cp ./iwlwifi-5000-ucode-5.4.A.11/iwlwifi-5000-1.ucode /lib/firmware&lt;br /&gt;
(the directory name extracted from tarball could be different as well)&lt;br /&gt;
&lt;br /&gt;
* Add repository&lt;br /&gt;
&lt;br /&gt;
Add the following line to your &amp;lt;tt&amp;gt;/etc/apt/sources.list&amp;lt;/tt&amp;gt;:&lt;br /&gt;
 deb http://kernel-archive.buildserver.net/debian-kernel trunk main&lt;br /&gt;
&lt;br /&gt;
* Update your local package index:&lt;br /&gt;
&lt;br /&gt;
 sudo apt-get update&lt;br /&gt;
&lt;br /&gt;
* Install linux-image-2.6.28-1-686&lt;br /&gt;
&lt;br /&gt;
 sudo apt-get install linux-image-2.6.28-1-686&lt;br /&gt;
&lt;br /&gt;
=== If you need the headers ===&lt;br /&gt;
&lt;br /&gt;
Finally, if you need linux-headers-2.6.28-1-686, for instance to install propietary ATI drivers, then you'll have to satisfy the dependency of linux-kbuild-2.6.28. This package is not in the repositories, but you can build it yourself following the instructions at:&lt;br /&gt;
&lt;br /&gt;
* [http://wiki.debian.org/HowToRebuildAnOfficialDebianKernelPackage Debian Wiki]&lt;br /&gt;
&lt;br /&gt;
See section &amp;quot;How to build linux-kbuild-2.6 yourself&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== sidux 2008-03 ==&lt;br /&gt;
See [[How to install Intel Device 4236 under sidux 2008-03 (Ουρέα)]] for more info.&lt;br /&gt;
&lt;br /&gt;
== Further resources and information ==&lt;br /&gt;
&lt;br /&gt;
* [http://downloadcenter.intel.com/Detail_Desc.aspx?agr=Y&amp;amp;Inst=Yes&amp;amp;ProductID=2753&amp;amp;DwnldID=17045&amp;amp;strOSs=39&amp;amp;OSFullName=Linux*&amp;amp;lang=eng Intel driver download]&lt;/div&gt;</summary>
		<author><name>Yak</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Category:W700&amp;diff=45318</id>
		<title>Category:W700</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Category:W700&amp;diff=45318"/>
		<updated>2010-01-05T12:14:52Z</updated>

		<summary type="html">&lt;p&gt;Yak: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|style=&amp;quot;vertical-align:top&amp;quot; |&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin: 0; margin-right:10px; border: 1px solid #dfdfdf; padding: 0em 1em 1em 1em; background-color:#F8F8FF; align:right;&amp;quot;&amp;gt;&lt;br /&gt;
=== ThinkPad W700 ===&lt;br /&gt;
This pages gives an overview of all ThinkPad W700 related topics.&lt;br /&gt;
&lt;br /&gt;
==== Standard Features ====&lt;br /&gt;
&lt;br /&gt;
* One of the following processors:&lt;br /&gt;
** Intel® Core™2 Duo processor T9400 (2×2.53GHz, 6MB L2, 1066 MT/s, 35 watt)&lt;br /&gt;
** Intel® Core™2 Duo processor T9600 (2×2.8GHz, 6MB L2, 1066 MT/s, 35 watt)&lt;br /&gt;
** Intel® Core™2 Extreme X9100 (2×3.0GHz, 6MB L2, 1066 MT/s, 44 watt)&lt;br /&gt;
** Intel® Core™2 Extreme Q9300 (4×2.53GHz, 2×6 MB L2, 1066 MT/s, 45 watt)&lt;br /&gt;
* One of the following graphic adapters:&lt;br /&gt;
** [[NVIDIA Quadro FX 2700M]] (512 MB)&lt;br /&gt;
** [[NVIDIA Quadro FX 3700M]] (1024 MB)&lt;br /&gt;
* One of the following displays:&lt;br /&gt;
** 17&amp;quot; TFT display with 1920x1200 (WUXGA) resolution (400 Nits)&lt;br /&gt;
** 17&amp;quot; TFT display with 1440x900 (WXGA+) resolution&lt;br /&gt;
* 2 GB [[PC3-8500]] memory standard upgradable to 8 GB&lt;br /&gt;
* One of the following Mass Storage Options:&lt;br /&gt;
** Single Disk:&lt;br /&gt;
*** 160 GB 7200 rpm 2.5&amp;quot; SATA HDD&lt;br /&gt;
*** 250 GB 5400 rpm 2.5&amp;quot; SATA HDD&lt;br /&gt;
*** 320 GB 5400 rpm 2.5&amp;quot; SATA HDD&lt;br /&gt;
*** 200 GB 7200 rpm 2.5&amp;quot; SATA HDD with Disk Encryption&lt;br /&gt;
*** 64 GB 1.8&amp;quot; Solid State Disk&lt;br /&gt;
** RAID 0 or RAID 1:&lt;br /&gt;
*** 2x160 GB 7200rpm 2.5&amp;quot; SATA HDD  &lt;br /&gt;
*** 2x250 GB 5400rpm 2.5&amp;quot; SATA HDD&lt;br /&gt;
*** 2x320 GB 5400rpm 2.5&amp;quot; SATA HDD &lt;br /&gt;
*** 2x200 GB 7200rpm 2.5&amp;quot; SATA HDD with Disk Encryption&lt;br /&gt;
* [[Ethernet Controllers#Intel Gigabit (10/100/1000)|Intel Gigabit Ethernet Controller]]&lt;br /&gt;
* [[UltraBay|UltraBay Slim]] with one of the following:&lt;br /&gt;
** [[UltraBay Enhanced Super Multi-Burner Drive]]&lt;br /&gt;
** [[UltraBay Enhanced Blu-Ray Burner]]&lt;br /&gt;
* [[MiniPCI Express slot]] 1 with one of the following:&lt;br /&gt;
** None (empty)&lt;br /&gt;
** [[Intel WiFi Link 5100/5300 WLAN controller]]&lt;br /&gt;
** [[Intel WiMAX/WiFi Link 5150/5350 WiFi/WiMAX controller]]&lt;br /&gt;
* [[MiniPCI Express slot]] 2 with one of the following:&lt;br /&gt;
** None (empty)&lt;br /&gt;
** [[Verizon 1xEV-DO WWAN]] (It seems to be a Sierra Wireless MC5720 Modem)&lt;br /&gt;
** [[Cingular HSDPA WWAN]] (Sierra Wireless MC8775)&lt;br /&gt;
** [[Intel® Turbo Memory hard drive cache]] up to 2GB&lt;br /&gt;
* 1 [[ExpressCard slot|ExpressCard/34 slot]] &lt;br /&gt;
* 1 Slot with one of the following:&lt;br /&gt;
** [[ExpressCard slot|ExpressCard/54 slot]] &lt;br /&gt;
** SmartCard reader&lt;br /&gt;
** Compact Flash Reader&lt;br /&gt;
* [[7-in-1 Memory reader]]&lt;br /&gt;
* 5x USB 2.0&lt;br /&gt;
* [[Embedded Security Subsystem|IBM Embedded Security Subsystem 2.0]]&lt;br /&gt;
* [[Active Protection System|IBM Active Protection System]]&lt;br /&gt;
* [[Integrated Fingerprint Reader]] on select models&lt;br /&gt;
* [[ThinkPad_Bluetooth_with_Enhanced_Data_Rate_(BDC-2)|Bluetooth]] on select models&lt;br /&gt;
* Integrated Webcam&lt;br /&gt;
* [[UltraNav]] (TrackPoint / Touchpad combo)&lt;br /&gt;
* IEEE1394 Firewire&lt;br /&gt;
* Displayport&lt;br /&gt;
* Dual-Link DVI&lt;br /&gt;
* WACOM Digitizer Pad&lt;br /&gt;
* Integrated Color Calibration Sensor&lt;br /&gt;
* Docking Station with eSATA&lt;br /&gt;
* Numeric Keypad&lt;br /&gt;
* [[Intel Active Management Technology (AMT)]] on select models&lt;br /&gt;
&lt;br /&gt;
Weight: 8.3lbs (3.77kg)&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
|style=&amp;quot;vertical-align:top&amp;quot; |&lt;br /&gt;
[[Image:ThinkPadW700.jpg|ThinkPad W700|300px]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:W Series]]&lt;/div&gt;</summary>
		<author><name>Yak</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Category:W700ds&amp;diff=45317</id>
		<title>Category:W700ds</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Category:W700ds&amp;diff=45317"/>
		<updated>2010-01-05T12:14:26Z</updated>

		<summary type="html">&lt;p&gt;Yak: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|style=&amp;quot;vertical-align:top&amp;quot; |&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin: 0; margin-right:10px; border: 1px solid #dfdfdf; padding: 0em 1em 1em 1em; background-color:#F8F8FF; align:right;&amp;quot;&amp;gt;&lt;br /&gt;
=== ThinkPad W700ds ===&lt;br /&gt;
This pages gives an overview of all ThinkPad W700ds related topics.&lt;br /&gt;
&lt;br /&gt;
{{todo|Please add content here.}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
|style=&amp;quot;vertical-align:top&amp;quot; |&lt;br /&gt;
[[Image:ThinkPadW700ds.jpg|ThinkPad W700ds|300px]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category:W Series]]&lt;/div&gt;</summary>
		<author><name>Yak</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Category:X100e&amp;diff=45316</id>
		<title>Category:X100e</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Category:X100e&amp;diff=45316"/>
		<updated>2010-01-05T12:11:11Z</updated>

		<summary type="html">&lt;p&gt;Yak: Initial commit.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|style=&amp;quot;vertical-align:top&amp;quot; |&lt;br /&gt;
=== ThinkPad X100e ===&lt;br /&gt;
This page gives an overview of all ThinkPad X100e related topics.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin: 0; margin-right:10px; border: 1px solid #dfdfdf; padding: 0em 1em 1em 1em; background-color:#F8F8FF; align:right;&amp;quot;&amp;gt;&lt;br /&gt;
==== Standard Features ====&lt;br /&gt;
* TODO&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
|style=&amp;quot;vertical-align:top&amp;quot; |&lt;br /&gt;
&amp;lt;!--[[Image:ThinkPadX100e.jpg|ThinkPad X100e|300px]]--&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Resources ====&lt;br /&gt;
* TODO&lt;br /&gt;
&lt;br /&gt;
==== Reviews ====&lt;br /&gt;
* [http://www.engadget.com/2010/01/04/lenovo-thinkpad-x100e-hands-on-impressions/ Lenovo ThinkPad X100e hands-on impressions] Engadget.com, 2010-01-04&lt;br /&gt;
&lt;br /&gt;
==== Notes ====&lt;br /&gt;
* TODO&lt;br /&gt;
&lt;br /&gt;
[[Category:X Series]]&lt;/div&gt;</summary>
		<author><name>Yak</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=User:Yak&amp;diff=44707</id>
		<title>User:Yak</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=User:Yak&amp;diff=44707"/>
		<updated>2009-11-07T15:33:54Z</updated>

		<summary type="html">&lt;p&gt;Yak: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Profile ==&lt;br /&gt;
Blog: [http://arkadiusz-wahlig.blogspot.com Arkadiusz Wahlig]&lt;br /&gt;
&lt;br /&gt;
== Owned ThinkPad ==&lt;br /&gt;
* '''IBM ThinkPad [[T60]] (1952-VLJ)'''&lt;br /&gt;
* [[Intel Core Duo (Yonah)]] T2400 1.83GHz&lt;br /&gt;
* 2GB DDR2 RAM Kingston&lt;br /&gt;
* [[Intel Graphics Media Accelerator 950]]&lt;br /&gt;
* Samsung LCD 14.1&amp;quot; SXGA+ (1400x1050)&lt;br /&gt;
* [[Intel PRO/Wireless 3945ABG Mini-PCI Express Adapter]]&lt;br /&gt;
* Western Digital Scorpio Black WD3200BEKT (320GB) HDD&lt;br /&gt;
* [[UltraBay Slim CD-RW/DVD-ROM Combo II Drive]]&lt;br /&gt;
* Microsoft Windows 7 Ultimate 32bit&lt;br /&gt;
&lt;br /&gt;
== ThinkPad development ==&lt;br /&gt;
* [[Automatically reduce brightness#Windows|Windows script to automatically reduce brightness of the LCD]]&lt;br /&gt;
* [[Python script for Windows to control ThinkPad features]]&lt;/div&gt;</summary>
		<author><name>Yak</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=User:Yak&amp;diff=44706</id>
		<title>User:Yak</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=User:Yak&amp;diff=44706"/>
		<updated>2009-11-07T15:32:50Z</updated>

		<summary type="html">&lt;p&gt;Yak: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Profile ==&lt;br /&gt;
Blog: [http://arkadiusz-wahlig.blogspot.com Arkadiusz Wahlig]&lt;br /&gt;
&lt;br /&gt;
== Owned ThinkPad ==&lt;br /&gt;
* '''IBM ThinkPad [[T60]] (1952-VLJ)'''&lt;br /&gt;
* [[Intel Core Duo (Yonah)]] T2400 1.83GHz&lt;br /&gt;
* 2GB DDR2 RAM Kingston&lt;br /&gt;
* [[Intel Graphics Media Accelerator 950]]&lt;br /&gt;
* Samsung LCD 14.1&amp;quot; SXGA+ (1400x1050)&lt;br /&gt;
* [[Intel PRO/Wireless 3945ABG Mini-PCI Express Adapter]]&lt;br /&gt;
* Western Digital Scorpio Black WD3200BEKT (320GB) HDD&lt;br /&gt;
* [[UltraBay Slim CD-RW/DVD-ROM Combo II Drive]]&lt;br /&gt;
* Microsoft Windows Vista Ultimate SP1 32bit&lt;br /&gt;
&lt;br /&gt;
== ThinkPad development ==&lt;br /&gt;
* [[Automatically reduce brightness#Windows|Windows script to automatically reduce brightness of the LCD]]&lt;br /&gt;
* [[Python script for Windows to control ThinkPad features]]&lt;/div&gt;</summary>
		<author><name>Yak</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Intel_PRO/Wireless_3945ABG_Mini-PCI_Express_Adapter&amp;diff=44705</id>
		<title>Intel PRO/Wireless 3945ABG Mini-PCI Express Adapter</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Intel_PRO/Wireless_3945ABG_Mini-PCI_Express_Adapter&amp;diff=44705"/>
		<updated>2009-11-07T15:24:37Z</updated>

		<summary type="html">&lt;p&gt;Yak: /* Hardware switch */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|style=&amp;quot;vertical-align:top&amp;quot; |&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin: 0; margin-right:10px; border: 1px solid #dfdfdf; padding: 0em 1em 1em 1em; background-color:#F8F8FF; align:right;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This is a Mini-PCI Express WiFi Adapter&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
* Chipset: Intel WM3945AG&lt;br /&gt;
* IEEE Standards: 802.11a, 802.11b, 802.11g&lt;br /&gt;
* PCI ID: 8086:4227&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
|style=&amp;quot;vertical-align:top&amp;quot; |&lt;br /&gt;
[[image:3945abg.jpg|Mini-PCI WiFi Adapter]]&lt;br /&gt;
|}&lt;br /&gt;
== IBM Partnumbers ==&lt;br /&gt;
* 41A4068&lt;br /&gt;
&lt;br /&gt;
{{NOTE| Only the IBM Parts will work, any other parts will give an 1802 error on Post because the sub-vendor PCI ID is different, see [[Problem with unauthorized MiniPCI network card]] for more details}}&lt;br /&gt;
&lt;br /&gt;
== Also known (in IBM literature) as.... ==&lt;br /&gt;
* From [http://www.ibm.com/common/ssi/rep_ca/8/897/ENUS106-068/ENUS106-068.PDF announcement letter 106-068], 'Intel PRO/Wireless 3945ABG8 wireless connection'&lt;br /&gt;
&lt;br /&gt;
== Support ==&lt;br /&gt;
* Linux has the [[ipw3945]] and the [[iwl3945]] drivers. iwl3945 should be used as it is newer and actively developed. Also, Kernel 2.6.24 drops the old wireless-stack so ipw3945 won't compile.&lt;br /&gt;
* If you are not in the US, more Wifi channels are available (EU: 13 instead of 11). If you cannot see your Wifi, but you know it is there, check if it is on Channel 12 or 13.&lt;br /&gt;
** To fix, create /etc/modprobe.d/iwl3945-fix and add the following line: &amp;quot;options cfg80211 ieee80211_regdom=EU&amp;quot;. Reload to the driver for the change to become active: &amp;quot;modprobe -r iwl3945&amp;quot;, then &amp;quot;modprobe iwl3945&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
== Hardware switch ==&lt;br /&gt;
&lt;br /&gt;
Operating a radio transmitter is not permitted in aircraft, and there are times where security requires that your wireless connection be shut down.  Some ThinkPads have a hardware switch that disables the wireless network.  Here it is on the '''on''' position:&lt;br /&gt;
&lt;br /&gt;
[[Image:Wireless-switch.png|(ThinkPad R60 radio switch in the ON position)]]&lt;br /&gt;
&lt;br /&gt;
''Note:'' the switch is somewhat hard to locate depending on the ThinkPad model; look for it at the front or left front edge of the device.&lt;br /&gt;
&lt;br /&gt;
To be certain that your wireless connection is not transmitting, turn the switch '''off'''.  Just remember to turn it back on when you once again need wireless access.  If the switch is '''off''', you might encounter following Log-Message on Startup:&lt;br /&gt;
  ipw3945: Radio Frequency Kill Switch is On:&lt;br /&gt;
  Kill switch must be turned off for wireless networking to work.&lt;br /&gt;
&lt;br /&gt;
Also, when you try to activate (iwconfig) your wireless connection with the switch '''off''' you may see the error,&lt;br /&gt;
  Error for wireless request &amp;quot;Set Mode&amp;quot; (8B06)&lt;br /&gt;
The number 8B06 does not matter.  It merely represents the wireless mode (auto, ad-hoc, managed, master), none of which will work with the wireless switch '''off'''.&lt;br /&gt;
&lt;br /&gt;
== ThinkPads this card may be found in ==&lt;br /&gt;
* {{T43}}, {{T43p}} as an external ExpressCard&lt;br /&gt;
* {{R60}}&lt;br /&gt;
* {{T60}}, {{T60p}}, {{T61}}&lt;br /&gt;
* {{X60}}, {{X60s}}, {{X60_Tablet}}, {{X61}}, {{X61s}}, {{X61_Tablet}}&lt;br /&gt;
* {{R61i}}, {{Z61e}}, {{Z61m}}, {{Z61t}}, {{Z61p}}&lt;br /&gt;
* [[N100|Lenovo 300]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Components]]&lt;/div&gt;</summary>
		<author><name>Yak</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=File:T60_system_board_bottom.jpg&amp;diff=44704</id>
		<title>File:T60 system board bottom.jpg</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=File:T60_system_board_bottom.jpg&amp;diff=44704"/>
		<updated>2009-11-07T14:55:48Z</updated>

		<summary type="html">&lt;p&gt;Yak: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;ThinkPad T60 system board, bottom view&lt;br /&gt;
&lt;br /&gt;
FRU 42T0163&lt;/div&gt;</summary>
		<author><name>Yak</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=File:T60_system_board_top.jpg&amp;diff=44703</id>
		<title>File:T60 system board top.jpg</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=File:T60_system_board_top.jpg&amp;diff=44703"/>
		<updated>2009-11-07T14:55:28Z</updated>

		<summary type="html">&lt;p&gt;Yak: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;ThinkPad T60 system board, top view&lt;br /&gt;
&lt;br /&gt;
FRU 42T0163&lt;/div&gt;</summary>
		<author><name>Yak</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Category:T60&amp;diff=44702</id>
		<title>Category:T60</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Category:T60&amp;diff=44702"/>
		<updated>2009-11-07T14:53:58Z</updated>

		<summary type="html">&lt;p&gt;Yak: /* System board photos */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
This pages gives an overview of all ThinkPad T60 related topics.&lt;br /&gt;
{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|style=&amp;quot;vertical-align:top&amp;quot; |&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin: 0; margin-right:10px; border: 1px solid #dfdfdf; padding: 0em 1em 1em 1em; background-color:#F8F8FF; align:right;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Standard Features ==&lt;br /&gt;
=== Processor ===&lt;br /&gt;
* [[Intel Core 2 Duo (Merom)]] 1.66, 1.83, 2.0, 2.16, 2.33 GHz CPU&lt;br /&gt;
* [[Intel Core Duo (Yonah)]] 1.66, 1.83, 2.0, 2.16, 2.33 GHz CPU&lt;br /&gt;
* [[Intel Core Solo (Yonah)]] 1.66 GHz CPU&lt;br /&gt;
&lt;br /&gt;
=== Graphics Adaptor ===&lt;br /&gt;
* [[Intel Graphics Media Accelerator 950]]&lt;br /&gt;
* [[ATI Mobility Radeon X1300]] (64 MB)&lt;br /&gt;
* [[ATI Mobility Radeon X1400]] (128 MB)&lt;br /&gt;
&lt;br /&gt;
=== Display ===&lt;br /&gt;
* 14.1&amp;quot; TFT display with 1024x768 resolution&lt;br /&gt;
* 14.1&amp;quot; TFT display with 1400x1050 resolution&lt;br /&gt;
* 15.0&amp;quot; TFT display with 1024x768 resolution&lt;br /&gt;
* 15.0&amp;quot; TFT IPS display with 1400x1050 resolution&lt;br /&gt;
* 15.0&amp;quot; TFT IPS display with 1600x1200 resolution&lt;br /&gt;
* 15.4&amp;quot; TFT display with 1680x1050 resolution (widescreen)&lt;br /&gt;
=== Other ===&lt;br /&gt;
* 512 MB or 1 GB [[PC2-5300]] memory standard upgradable to 4 GB{{footnote|1}}&lt;br /&gt;
* 40, 60, 80, 100 or 120GB 5400RPM SATA HDD (Some available in 7200RPM)&lt;br /&gt;
* [[AD1981HD]] HD Audio 1.0 controller&lt;br /&gt;
* [[Ethernet Controllers#Intel Gigabit (10/100/1000)|Intel Gigabit Ethernet Controller]]&lt;br /&gt;
* [[UltraBay|UltraBay Slim]] with one of the following:&lt;br /&gt;
** [[UltraBay Slim DVD-ROM Drive]]&lt;br /&gt;
** [[UltraBay Slim CD-RW/DVD-ROM Combo II Drive]]&lt;br /&gt;
** [[UltraBay Slim Super Multi-Burner Drive]]&lt;br /&gt;
* [[MiniPCI Express slot]] 1 with one of the following:&lt;br /&gt;
** None (empty)&lt;br /&gt;
** [[Intel PRO/Wireless 3945ABG Mini-PCI Express Adapter]]&lt;br /&gt;
** [[ThinkPad 11a/b/g Wireless LAN Mini Express Adapter]]&lt;br /&gt;
** [[ThinkPad 11a/b/g/n Wireless LAN Mini Express Adapter]]&lt;br /&gt;
* [[MiniPCI Express slot]] 2 with one of the following:&lt;br /&gt;
** None (empty)&lt;br /&gt;
** [[Verizon 1xEV-DO WWAN]]&lt;br /&gt;
** [[Cingular HSDPA WWAN]]&lt;br /&gt;
* [[CardBus slot]] (Type 2)&lt;br /&gt;
* [[ExpressCard slot|ExpressCard/54 slot]]&lt;br /&gt;
* [[Embedded Security Subsystem|IBM Embedded Security Subsystem 2.0]]&lt;br /&gt;
* [[Active Protection System|IBM Active Protection System]]&lt;br /&gt;
* [[Integrated Fingerprint Reader]] on select models&lt;br /&gt;
* [[ThinkPad Bluetooth with Enhanced Data Rate (BDC-2)]] on select models&lt;br /&gt;
* [[ThinkPad 56K Modem (MDC-1.5)]]&lt;br /&gt;
* [[UltraNav]] (TrackPoint / Touchpad combo)&lt;br /&gt;
* Weight: 2.3-2.36 kg (14&amp;quot;/6-cell), 2.45-2.5kg (14&amp;quot;/9-cell), 2.65-2.7kg (15&amp;quot;/6-cell), 2.8-2.9kg (15&amp;quot;/9-cell)&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
|style=&amp;quot;vertical-align:top&amp;quot; |&lt;br /&gt;
[[Image:ThinkPadT60.jpg|ThinkPad T60 14.1&amp;quot;]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Resources ==&lt;br /&gt;
* [http://www-307.ibm.com/pc/support/site.wss/document.do?sitestyle=lenovo&amp;amp;lndocid=MIGR-62733 T60/p Hardware Maintenance Manual]&lt;br /&gt;
* [http://www-307.ibm.com/pc/support/site.wss/document.do?sitestyle=lenovo&amp;amp;lndocid=MIGR-62465 T60/p Service and Troubleshooting Guide]&lt;br /&gt;
* [http://www-307.ibm.com/pc/support/site.wss/MIGR-62928.html T60/p Drivers and Software]&lt;br /&gt;
* [http://www-307.ibm.com/pc/support/site.wss/document.do?lndocid=MIGR-65367 T60p Linux capable]&lt;br /&gt;
* [http://lists.2rosenthals.com/ecs-t6x/List.html T60 eComStation (OS/2) Mailing List archives ]&lt;br /&gt;
* [http://os2usr.dyndns.org/ibmt60os2.html T60 OS/2 and eComStation Drivers]&lt;br /&gt;
&lt;br /&gt;
== Reviews ==&lt;br /&gt;
* [http://www.notebookreview.com/default.asp?newsID=2702 NotebookReview.com], 2006-01-05&lt;br /&gt;
* [http://www.anandtech.com/mobile/showdoc.aspx?i=2663&amp;amp;p=15 AnandTech], 2006-01-05&lt;br /&gt;
* [http://forum.thinkpads.com/viewtopic.php?t=21513&amp;amp;highlight=clean Nottes], 2006-02-25 (links from thinkpads.com; includes pictures of disassembled unit)&lt;br /&gt;
* [http://www.pcmag.com/article2/0,1895,1933669,00.asp PCMag.com], 2006-03-06&lt;br /&gt;
* [http://www.laptoplogic.com/reviews/detail.php?id=112&amp;amp;part=full&amp;amp;page=1 Laptop Logic], 2006-03-27&lt;br /&gt;
* [http://www.notebookjournal.de/tests/104 notebookjournal.de], 2006-04-24 (german, some good pictures)&lt;br /&gt;
* [http://www.notebookreview.com/default.asp?newsID=3368 NotebookReview.com], 2006-10-28 (widescreen T60)&lt;br /&gt;
&lt;br /&gt;
== Miscellaneous ==&lt;br /&gt;
* [http://vizzzion.org/?id=t60 Running Linux on the Thinkpad T60], 25-05-2006&lt;br /&gt;
* [http://www.gtishrine.com/t60.php Installing Gentoo Linux on the Thinkpad T60], 15-06-2006&lt;br /&gt;
* [http://www.bytetrap.com/blog/2008/09/06/setting-up-wireless-thinkpad-t60-arch-linux/ Setting up wireless on a ThinkPad T60 (Arch Linux)], 06-09-2008&lt;br /&gt;
&lt;br /&gt;
== System board photos ==&lt;br /&gt;
FRU 42T0163&lt;br /&gt;
&lt;br /&gt;
[[Image:T60_system_board_top.jpg|30px]] Top view&lt;br /&gt;
[[Image:T60_system_board_bottom.jpg|30px]] Bottom view&lt;br /&gt;
&lt;br /&gt;
{{footnotes|&lt;br /&gt;
# Due to an addressing limitation in the Intel [[Intel_945PM|945PM]] and [[Intel_945GM|945GM]] chipsets, only 3GB will be available for use.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
[[Category:T Series]]&lt;/div&gt;</summary>
		<author><name>Yak</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Category:T60&amp;diff=44701</id>
		<title>Category:T60</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Category:T60&amp;diff=44701"/>
		<updated>2009-11-07T14:53:41Z</updated>

		<summary type="html">&lt;p&gt;Yak: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
This pages gives an overview of all ThinkPad T60 related topics.&lt;br /&gt;
{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|style=&amp;quot;vertical-align:top&amp;quot; |&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin: 0; margin-right:10px; border: 1px solid #dfdfdf; padding: 0em 1em 1em 1em; background-color:#F8F8FF; align:right;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Standard Features ==&lt;br /&gt;
=== Processor ===&lt;br /&gt;
* [[Intel Core 2 Duo (Merom)]] 1.66, 1.83, 2.0, 2.16, 2.33 GHz CPU&lt;br /&gt;
* [[Intel Core Duo (Yonah)]] 1.66, 1.83, 2.0, 2.16, 2.33 GHz CPU&lt;br /&gt;
* [[Intel Core Solo (Yonah)]] 1.66 GHz CPU&lt;br /&gt;
&lt;br /&gt;
=== Graphics Adaptor ===&lt;br /&gt;
* [[Intel Graphics Media Accelerator 950]]&lt;br /&gt;
* [[ATI Mobility Radeon X1300]] (64 MB)&lt;br /&gt;
* [[ATI Mobility Radeon X1400]] (128 MB)&lt;br /&gt;
&lt;br /&gt;
=== Display ===&lt;br /&gt;
* 14.1&amp;quot; TFT display with 1024x768 resolution&lt;br /&gt;
* 14.1&amp;quot; TFT display with 1400x1050 resolution&lt;br /&gt;
* 15.0&amp;quot; TFT display with 1024x768 resolution&lt;br /&gt;
* 15.0&amp;quot; TFT IPS display with 1400x1050 resolution&lt;br /&gt;
* 15.0&amp;quot; TFT IPS display with 1600x1200 resolution&lt;br /&gt;
* 15.4&amp;quot; TFT display with 1680x1050 resolution (widescreen)&lt;br /&gt;
=== Other ===&lt;br /&gt;
* 512 MB or 1 GB [[PC2-5300]] memory standard upgradable to 4 GB{{footnote|1}}&lt;br /&gt;
* 40, 60, 80, 100 or 120GB 5400RPM SATA HDD (Some available in 7200RPM)&lt;br /&gt;
* [[AD1981HD]] HD Audio 1.0 controller&lt;br /&gt;
* [[Ethernet Controllers#Intel Gigabit (10/100/1000)|Intel Gigabit Ethernet Controller]]&lt;br /&gt;
* [[UltraBay|UltraBay Slim]] with one of the following:&lt;br /&gt;
** [[UltraBay Slim DVD-ROM Drive]]&lt;br /&gt;
** [[UltraBay Slim CD-RW/DVD-ROM Combo II Drive]]&lt;br /&gt;
** [[UltraBay Slim Super Multi-Burner Drive]]&lt;br /&gt;
* [[MiniPCI Express slot]] 1 with one of the following:&lt;br /&gt;
** None (empty)&lt;br /&gt;
** [[Intel PRO/Wireless 3945ABG Mini-PCI Express Adapter]]&lt;br /&gt;
** [[ThinkPad 11a/b/g Wireless LAN Mini Express Adapter]]&lt;br /&gt;
** [[ThinkPad 11a/b/g/n Wireless LAN Mini Express Adapter]]&lt;br /&gt;
* [[MiniPCI Express slot]] 2 with one of the following:&lt;br /&gt;
** None (empty)&lt;br /&gt;
** [[Verizon 1xEV-DO WWAN]]&lt;br /&gt;
** [[Cingular HSDPA WWAN]]&lt;br /&gt;
* [[CardBus slot]] (Type 2)&lt;br /&gt;
* [[ExpressCard slot|ExpressCard/54 slot]]&lt;br /&gt;
* [[Embedded Security Subsystem|IBM Embedded Security Subsystem 2.0]]&lt;br /&gt;
* [[Active Protection System|IBM Active Protection System]]&lt;br /&gt;
* [[Integrated Fingerprint Reader]] on select models&lt;br /&gt;
* [[ThinkPad Bluetooth with Enhanced Data Rate (BDC-2)]] on select models&lt;br /&gt;
* [[ThinkPad 56K Modem (MDC-1.5)]]&lt;br /&gt;
* [[UltraNav]] (TrackPoint / Touchpad combo)&lt;br /&gt;
* Weight: 2.3-2.36 kg (14&amp;quot;/6-cell), 2.45-2.5kg (14&amp;quot;/9-cell), 2.65-2.7kg (15&amp;quot;/6-cell), 2.8-2.9kg (15&amp;quot;/9-cell)&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
|style=&amp;quot;vertical-align:top&amp;quot; |&lt;br /&gt;
[[Image:ThinkPadT60.jpg|ThinkPad T60 14.1&amp;quot;]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Resources ==&lt;br /&gt;
* [http://www-307.ibm.com/pc/support/site.wss/document.do?sitestyle=lenovo&amp;amp;lndocid=MIGR-62733 T60/p Hardware Maintenance Manual]&lt;br /&gt;
* [http://www-307.ibm.com/pc/support/site.wss/document.do?sitestyle=lenovo&amp;amp;lndocid=MIGR-62465 T60/p Service and Troubleshooting Guide]&lt;br /&gt;
* [http://www-307.ibm.com/pc/support/site.wss/MIGR-62928.html T60/p Drivers and Software]&lt;br /&gt;
* [http://www-307.ibm.com/pc/support/site.wss/document.do?lndocid=MIGR-65367 T60p Linux capable]&lt;br /&gt;
* [http://lists.2rosenthals.com/ecs-t6x/List.html T60 eComStation (OS/2) Mailing List archives ]&lt;br /&gt;
* [http://os2usr.dyndns.org/ibmt60os2.html T60 OS/2 and eComStation Drivers]&lt;br /&gt;
&lt;br /&gt;
== Reviews ==&lt;br /&gt;
* [http://www.notebookreview.com/default.asp?newsID=2702 NotebookReview.com], 2006-01-05&lt;br /&gt;
* [http://www.anandtech.com/mobile/showdoc.aspx?i=2663&amp;amp;p=15 AnandTech], 2006-01-05&lt;br /&gt;
* [http://forum.thinkpads.com/viewtopic.php?t=21513&amp;amp;highlight=clean Nottes], 2006-02-25 (links from thinkpads.com; includes pictures of disassembled unit)&lt;br /&gt;
* [http://www.pcmag.com/article2/0,1895,1933669,00.asp PCMag.com], 2006-03-06&lt;br /&gt;
* [http://www.laptoplogic.com/reviews/detail.php?id=112&amp;amp;part=full&amp;amp;page=1 Laptop Logic], 2006-03-27&lt;br /&gt;
* [http://www.notebookjournal.de/tests/104 notebookjournal.de], 2006-04-24 (german, some good pictures)&lt;br /&gt;
* [http://www.notebookreview.com/default.asp?newsID=3368 NotebookReview.com], 2006-10-28 (widescreen T60)&lt;br /&gt;
&lt;br /&gt;
== Miscellaneous ==&lt;br /&gt;
* [http://vizzzion.org/?id=t60 Running Linux on the Thinkpad T60], 25-05-2006&lt;br /&gt;
* [http://www.gtishrine.com/t60.php Installing Gentoo Linux on the Thinkpad T60], 15-06-2006&lt;br /&gt;
* [http://www.bytetrap.com/blog/2008/09/06/setting-up-wireless-thinkpad-t60-arch-linux/ Setting up wireless on a ThinkPad T60 (Arch Linux)], 06-09-2008&lt;br /&gt;
&lt;br /&gt;
== System board photos ==&lt;br /&gt;
FRU 42T0163&lt;br /&gt;
[[Image:T60_system_board_top.jpg|30px]] Top view&lt;br /&gt;
[[Image:T60_system_board_bottom.jpg|30px]] Bottom view&lt;br /&gt;
&lt;br /&gt;
{{footnotes|&lt;br /&gt;
# Due to an addressing limitation in the Intel [[Intel_945PM|945PM]] and [[Intel_945GM|945GM]] chipsets, only 3GB will be available for use.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
[[Category:T Series]]&lt;/div&gt;</summary>
		<author><name>Yak</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=File:T60_system_board_bottom.jpg&amp;diff=44700</id>
		<title>File:T60 system board bottom.jpg</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=File:T60_system_board_bottom.jpg&amp;diff=44700"/>
		<updated>2009-11-07T14:50:43Z</updated>

		<summary type="html">&lt;p&gt;Yak: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Yak</name></author>
		
	</entry>
</feed>