<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/drivers/hid, branch v3.1.1</title>
<subtitle>Linux kernel source tree</subtitle>
<id>https://git.amat.us/linux/atom/drivers/hid?h=v3.1.1</id>
<link rel='self' href='https://git.amat.us/linux/atom/drivers/hid?h=v3.1.1'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/'/>
<updated>2011-11-11T17:44:55Z</updated>
<entry>
<title>hid/apple: modern macbook airs use the standard apple function key translations</title>
<updated>2011-11-11T17:44:55Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@linux-foundation.org</email>
</author>
<published>2011-11-07T02:34:03Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=eeb85d10c712860e656728df24a8402243d47083'/>
<id>urn:sha1:eeb85d10c712860e656728df24a8402243d47083</id>
<content type='text'>
commit 21404b772a1c65f7b935b8c0fddc388a949f4e31 upstream.

This removes the use of the special "macbookair_fn_keys" keyboard
translation table for the MacBookAir4,x models (ie the 2011 refresh).
They use the standard apple_fn_keys[] translation.  Apparently only the
old MacBook Air's need a different translation table.

This mirrors the change that commit da617c7cb915 ("HID: consolidate
MacbookAir 4,1 mappings") did for the WELLSPRING6A ones, but does it for
the WELLSPRING6 model used on the MacBookAir4,2.

Reported-and-tested-by: Dirk Hohndel &lt;hohndel@infradead.org&gt;
Cc: Jiri Kosina &lt;jkosina@suse.cz&gt;
Cc: Joshua V Dillon &lt;jvdillon@gmail.com&gt;
Cc: Chase Douglas &lt;chase.douglas@canonical.com&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</content>
</entry>
<entry>
<title>HID: consolidate MacbookAir 4,1 mappings</title>
<updated>2011-11-11T17:44:54Z</updated>
<author>
<name>Jiri Kosina</name>
<email>jkosina@suse.cz</email>
</author>
<published>2011-10-05T14:54:45Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=2cd4c0389efbeb4f5da9be66f809f3aacb10a4c5'/>
<id>urn:sha1:2cd4c0389efbeb4f5da9be66f809f3aacb10a4c5</id>
<content type='text'>
commit da617c7cb915545dda4280df888dd6f8d5697420 upstream.

MacbookAir 4,1 doesn't require extra mapping table, as the mappings
are identical to apple_fn_keys[].

Signed-off-by: Jiri Kosina &lt;jkosina@suse.cz&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</content>
</entry>
<entry>
<title>HID: hid-apple: add device ID of another wireless aluminium</title>
<updated>2011-11-11T17:44:53Z</updated>
<author>
<name>Andreas Krist</name>
<email>andreas.krist@gmail.com</email>
</author>
<published>2011-10-28T16:50:39Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=0cb53a56c2d80485fd53b030c349d35845bbbd63'/>
<id>urn:sha1:0cb53a56c2d80485fd53b030c349d35845bbbd63</id>
<content type='text'>
commit ad734bc1565364f9e4b70888d3ce5743b3c1030a upstream.

I've recently bought a Apple wireless aluminum keyboard (model 2011) which is
not yet supported by the kernel - it seems they just changed the device id.
After applying the attached patch, the device is fully functional.

Signed-off-by: Andreas Krist &lt;andreas.krist@gmail.com&gt;
Signed-off-by: Jiri Kosina &lt;jkosina@suse.cz&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</content>
</entry>
<entry>
<title>HID: Add device IDs for Macbook Pro 8 keyboards</title>
<updated>2011-11-11T17:44:53Z</updated>
<author>
<name>Gökçen Eraslan</name>
<email>gokcen@pardus.org.tr</email>
</author>
<published>2011-10-22T19:39:06Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=dfd42513bbbbc815f8fb689fbd3d890ea49ea6d3'/>
<id>urn:sha1:dfd42513bbbbc815f8fb689fbd3d890ea49ea6d3</id>
<content type='text'>
commit 213f9da80533940560bef8fa43b10c590895459c upstream.

This patch adds keyboard support for Macbook Pro 8 models which has
WELLSPRING5A model name and 0x0252, 0x0253 and 0x0254 USB IDs. Trackpad
support for those models are added to bcm5974 in
c331eb580a0a7906c0cdb8dbae3cfe99e3c0e555 ("Input: bcm5974 - Add
support for newer MacBookPro8,2).

Signed-off-by: Gökçen Eraslan &lt;gokcen@pardus.org.tr&gt;
Acked-by: Henrik Rydberg &lt;rydberg@euromail.se&gt;
Signed-off-by: Jiri Kosina &lt;jkosina@suse.cz&gt;
Cc: Chase Douglas &lt;chase.douglas@canonical.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</content>
</entry>
<entry>
<title>HID: Add support MacbookAir 4,1 keyboard</title>
<updated>2011-11-11T17:44:53Z</updated>
<author>
<name>Nobuhiro Iwamatsu</name>
<email>iwamatsu@nigauri.org</email>
</author>
<published>2011-10-01T06:54:53Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=a3a551581717d70236cdfe0c485629811b78b2a2'/>
<id>urn:sha1:a3a551581717d70236cdfe0c485629811b78b2a2</id>
<content type='text'>
commit d762cc290b9f17e346f4297fd5984b70ce71ef66 upstream.

Added USB device IDs and keyboard map for MacBookAir 4,1 keyboard.

Signed-off-by: Nobuhiro Iwamatsu &lt;iwamatsu@nigauri.org&gt;
Signed-off-by: Jiri Kosina &lt;jkosina@suse.cz&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</content>
</entry>
<entry>
<title>HID: add MacBookAir4,2 to hid_have_special_driver[]</title>
<updated>2011-11-11T17:44:52Z</updated>
<author>
<name>Jiri Kosina</name>
<email>jkosina@suse.cz</email>
</author>
<published>2011-08-10T12:12:52Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=a75ed02e7e629e7bfd4b47d9c43d9efe35a9304f'/>
<id>urn:sha1:a75ed02e7e629e7bfd4b47d9c43d9efe35a9304f</id>
<content type='text'>
commit f6f554f09c5b831efdaf67c449e18ca06ee648fe upstream.

Otherwise the generic driver wouldn't unbind from it and wouldn't
let hid-apple to automatically take over.

Signed-off-by: Jiri Kosina &lt;jkosina@suse.cz&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</content>
</entry>
<entry>
<title>HID: hid-multitouch: Add LG Display Multitouch device.</title>
<updated>2011-11-11T17:44:51Z</updated>
<author>
<name>Jeff Brown</name>
<email>jeffbrown@android.com</email>
</author>
<published>2011-08-16T04:12:09Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=321d64bb3c3df7a283425895298154104532cefc'/>
<id>urn:sha1:321d64bb3c3df7a283425895298154104532cefc</id>
<content type='text'>
commit c50bb1a4005630f47b5da26336f74a485033a515 upstream.

This panel is also known as the Dell ST2220Tc.

Signed-off-by: jeffbrown@android.com
Reviewed-By: Benjamin Tissoires &lt;Benjamin_Tissoires@logitech.com&gt;
Signed-off-by: Jiri Kosina &lt;jkosina@suse.cz&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</content>
</entry>
<entry>
<title>HID: add support for MacBookAir4,2 keyboard.</title>
<updated>2011-11-11T17:44:50Z</updated>
<author>
<name>Joshua V. Dillon</name>
<email>jvdillon@gmail.com</email>
</author>
<published>2011-08-05T19:05:22Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=ad0eb51015fb012f01d5ebee23399e265da3cbce'/>
<id>urn:sha1:ad0eb51015fb012f01d5ebee23399e265da3cbce</id>
<content type='text'>
commit 5d922baa631058c7e37ae33e81c4d3e6437f8d1d upstream.

Added USB device IDs for MacBookAir4,2 keyboard. Device constants were
copied from the MacBookAir3,2 constants. The 4,2 device specification is
reportedly unchanged from the 3,2 predecessor and seems to work well.

Signed-off-by: Joshua V Dillon &lt;jvdillon@gmail.com&gt;
Signed-off-by: Chase Douglas &lt;chase.douglas@canonical.com&gt;
Signed-off-by: Jiri Kosina &lt;jkosina@suse.cz&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</content>
</entry>
<entry>
<title>HID: ACRUX - fix enabling force feedback support</title>
<updated>2011-11-11T17:42:45Z</updated>
<author>
<name>Sergei Kolzun</name>
<email>x0r@dv-life.ru</email>
</author>
<published>2011-08-04T07:25:56Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=b80ece94065343609f73fd82d45a7dfeae5279b2'/>
<id>urn:sha1:b80ece94065343609f73fd82d45a7dfeae5279b2</id>
<content type='text'>
commit 364b936fc38dec7653c690d710e10657af235a36 upstream.

The config option needs to be a 'bool' and not a tristate, otheriwse
force feedback support never makes it into the module.

Signed-off-by: Sergei Kolzun &lt;x0r@dv-life.ru&gt;
Signed-off-by: Dmitry Torokhov &lt;dtor@mail.ru&gt;
Signed-off-by: Jiri Kosina &lt;jkosina@suse.cz&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</content>
</entry>
<entry>
<title>Merge branch 'for-linus' of git://github.com/dtor/input</title>
<updated>2011-09-16T21:09:19Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@linux-foundation.org</email>
</author>
<published>2011-09-16T21:09:19Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=279b1e0fd90ef63c7acb34a5ca573f065a6fefb4'/>
<id>urn:sha1:279b1e0fd90ef63c7acb34a5ca573f065a6fefb4</id>
<content type='text'>
* 'for-linus' of git://github.com/dtor/input:
  Input: wacom - fix touch parsing on newer Bamboos
  Input: bcm5974 - add MacBookAir4,1 trackpad support
  Input: wacom - add POINTER and DIRECT device properties
  Input: adp5588-keys - remove incorrect modalias
  Input: cm109 - fix checking return value of usb_control_msg
  Input: wacom - advertise BTN_TOOL_PEN and BTN_STYLUS for PenPartner
  Input: wacom - remove pressure for touch devices
</content>
</entry>
</feed>
