<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/drivers/hid, branch v2.6.25</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
</subtitle>
<id>https://git.shady.money/linux/atom?h=v2.6.25</id>
<link rel='self' href='https://git.shady.money/linux/atom?h=v2.6.25'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/'/>
<updated>2008-03-18T10:20:33Z</updated>
<entry>
<title>HID: update key codes for Apple aluminium</title>
<updated>2008-03-18T10:20:33Z</updated>
<author>
<name>Michael Hanselmann</name>
<email>linux-kernel@hansmi.ch</email>
</author>
<published>2008-03-17T21:23:52Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=07146648bc6ea8b1530644c8a41bef55f1b2d952'/>
<id>urn:sha1:07146648bc6ea8b1530644c8a41bef55f1b2d952</id>
<content type='text'>
F5 and F6 have no second function printed on them. Thus their definitions have
been removed from the table.

KEY_CYCLEWINDOWS doesn't name the function of Mac OS X' Expose properly and
because we couldn't find a better key code, we decided to use KEY_FN_F4
instead.

We also changed KEY_BACK and KEY_FORWARD, which apply to browser functions, to
KEY_PREVIOUSSONG and KEY_NEXTSONG, since the keys are intended to control a
music player.

Signed-off-by: Michael Hanselmann &lt;linux-kernel@hansmi.ch&gt;
Signed-off-by: Jiri Kosina &lt;jkosina@suse.cz&gt;
</content>
</entry>
<entry>
<title>HID: fix comment in hid_input_report()</title>
<updated>2008-03-18T10:20:32Z</updated>
<author>
<name>Jiri Kosina</name>
<email>jkosina@suse.cz</email>
</author>
<published>2008-03-04T12:53:33Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=dfd347f09c66beed2ae621aad5fd75535b1838d4'/>
<id>urn:sha1:dfd347f09c66beed2ae621aad5fd75535b1838d4</id>
<content type='text'>
The hid_input_report() in debug mode of course outputs the report itself, not
the device report descriptor.

Fix this error in comment.

Signed-off-by: Jiri Kosina &lt;jkosina@suse.cz&gt;
</content>
</entry>
<entry>
<title>HID: BADPAD entry for NATSU Playstation USB adapter</title>
<updated>2008-03-18T10:20:31Z</updated>
<author>
<name>Andrew Burton</name>
<email>adb@iinet.net.au</email>
</author>
<published>2008-03-03T09:49:59Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=c9bde7ad39e61424619b6bd7dd6984606b3b6489'/>
<id>urn:sha1:c9bde7ad39e61424619b6bd7dd6984606b3b6489</id>
<content type='text'>
Add quirk entry for BADPAD for the NATSU Playstation USB adapter. The
adapter is supported under Linux, but with bad direction detection.

Signed-off-by: Andrew Burton &lt;adb@iinet.net.au&gt;
Signed-off-by: Jiri Kosina &lt;jkosina@suse.cz&gt;
</content>
</entry>
<entry>
<title>HID: Use DIV_ROUND_UP</title>
<updated>2008-03-18T10:20:30Z</updated>
<author>
<name>Julia Lawall</name>
<email>julia@diku.dk</email>
</author>
<published>2008-02-15T12:53:11Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=92c4a1b9f257a242866be13c7c61e7a40616ec52'/>
<id>urn:sha1:92c4a1b9f257a242866be13c7c61e7a40616ec52</id>
<content type='text'>
The kernel.h macro DIV_ROUND_UP performs the computation (((n) + (d) - 1) /
(d)) but is perhaps more readable.

Signed-off-by: Julia Lawall &lt;julia@diku.dk&gt;
Signed-off-by: Jiri Kosina &lt;jkosina@suse.cz&gt;
</content>
</entry>
<entry>
<title>HID: remove HID_QUIRK_APPLE_ISO_KEYBOARD for 4th generation macbook</title>
<updated>2008-03-18T10:20:30Z</updated>
<author>
<name>Tobias Mueller</name>
<email>Tobias_Mueller@twam.info</email>
</author>
<published>2008-03-14T22:44:48Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=790c9d8d87f15827a455b191924aee9b397ce2b1'/>
<id>urn:sha1:790c9d8d87f15827a455b191924aee9b397ce2b1</id>
<content type='text'>
4th generation MacBook (product id 0x022a) from Apple doesn't need
HID_QUIRK_APPLE_ISO_KEYBOARD fix anymore.

Signed-off-by: Tobias Mueller &lt;Tobias_Mueller@twam.info&gt;
Signed-off-by: Jiri Kosina &lt;jkosina@suse.cz&gt;
</content>
</entry>
<entry>
<title>HID: add USB IDs for MacBook 3rd generation</title>
<updated>2008-02-13T16:08:04Z</updated>
<author>
<name>Tobias Mueller</name>
<email>Tobias_Mueller@twam.info</email>
</author>
<published>2008-02-13T16:08:04Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=5906a0448208024d140e1ee0e65f9168a405fb94'/>
<id>urn:sha1:5906a0448208024d140e1ee0e65f9168a405fb94</id>
<content type='text'>
Add support for Macbook 3rd generation special mappings.

Signed-off-by: Tobias Mueller &lt;Tobias_Mueller@twam.info&gt;
Signed-off-by: Jiri Kosina &lt;jkosina@suse.cz&gt;
</content>
</entry>
<entry>
<title>HID: add LCSPEC from VERNIER to quirk list</title>
<updated>2008-02-11T12:04:26Z</updated>
<author>
<name>Jiri Kosina</name>
<email>jkosina@suse.cz</email>
</author>
<published>2008-02-11T12:04:26Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=be541ed15979ebea2fa1b2b4355db685f30e3c27'/>
<id>urn:sha1:be541ed15979ebea2fa1b2b4355db685f30e3c27</id>
<content type='text'>
We need to blacklist this device, as it should be handled by
ldusb driver.

Reported-by: stephen &lt;stephen.ware@eqware.net&gt;
Signed-off-by: Jiri Kosina &lt;jkosina@suse.cz&gt;
</content>
</entry>
<entry>
<title>HID: fix processing of event quirks</title>
<updated>2008-02-11T12:01:51Z</updated>
<author>
<name>Jiri Kosina</name>
<email>jkosina@suse.cz</email>
</author>
<published>2008-02-07T15:48:46Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=68a1f2cc8676f22a6fd49f344f99e326eb7f5117'/>
<id>urn:sha1:68a1f2cc8676f22a6fd49f344f99e326eb7f5117</id>
<content type='text'>
The old code (before move) stopped further processing of the
event after it has been already processed by the quirk handler.

The new code didn't propagate the return value properly, and
therefore the processing always proceeded, which was wrong.

This patch fixes it. Pointed out in kernel.org bugzilla #9842

Signed-off-by: Jiri Kosina &lt;jkosina@suse.cz&gt;
</content>
</entry>
<entry>
<title>HID: Blacklist new GTCO CalComp USB device PIDs</title>
<updated>2008-02-11T12:01:50Z</updated>
<author>
<name>Jeremy Roberson</name>
<email>jroberson@gtcocalcomp.com</email>
</author>
<published>2008-02-01T14:59:43Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=dda3fd3535566b4d2b450dded23f1334a5f60bd6'/>
<id>urn:sha1:dda3fd3535566b4d2b450dded23f1334a5f60bd6</id>
<content type='text'>
Adds new GTCO CalComp USB device PIDs to the blacklist.

Signed-off-by: Jeremy A. Roberson &lt;jroberson@gtcocalcomp.com&gt;
Signed-off-by: Jiri Kosina &lt;jkosina@suse.cz&gt;
</content>
</entry>
<entry>
<title>HID: ADS/Tech Radio si470x needs blacklist entry</title>
<updated>2008-01-28T13:51:23Z</updated>
<author>
<name>Tobias Lorenz</name>
<email>tobias.lorenz@gmx.net</email>
</author>
<published>2008-01-27T21:19:22Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=3bce6f981aeeb7d0c14520cecd947716b377ef83'/>
<id>urn:sha1:3bce6f981aeeb7d0c14520cecd947716b377ef83</id>
<content type='text'>
This patch adds blacklist entries in hid-quirks.c to let the usbhid driver
ignore the si470x radio devices. They are now handled by the new radio-si470x
driver.

Signed-off-by: Tobias Lorenz &lt;tobias.lorenz@gmx.net&gt;
Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@infradead.org&gt;
Signed-off-by: Jiri Kosina &lt;jkosina@suse.cz&gt;
</content>
</entry>
</feed>
