<feed xmlns='http://www.w3.org/2005/Atom'>
<title>kernel/linux.git/drivers/usb/input, branch linux-2.6.18.y</title>
<subtitle>Linux kernel stable tree (mirror)</subtitle>
<id>https://git.radix-linux.su/kernel/linux.git/atom?h=linux-2.6.18.y</id>
<link rel='self' href='https://git.radix-linux.su/kernel/linux.git/atom?h=linux-2.6.18.y'/>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/'/>
<updated>2006-11-19T03:28:03+00:00</updated>
<entry>
<title>[PATCH] correct keymapping on Powerbook built-in USB ISO keyboards</title>
<updated>2006-11-19T03:28:03+00:00</updated>
<author>
<name>Olaf Hering</name>
<email>olh@suse.de</email>
</author>
<published>2006-11-09T03:58:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=26192851aed037f2c928d9cc5d42f507876625b5'/>
<id>urn:sha1:26192851aed037f2c928d9cc5d42f507876625b5</id>
<content type='text'>
similar to the version in adbhid_input_register(): The '&lt;&gt;' key and the
'^°' key on a german keyboard is swapped.  Provide correct keys to
userland, external USB keyboards will not work correctly when the
'badmap'/'goodmap' workarounds from xkeyboard-config are used.

It is expected that distributions drop the badmap/goodmap part from
keycodes/macintosh in the xkeyboard-config package.

This is probably 2.6.18.x material, if major distros settle on 2.6.18.

Signed-off-by: Olaf Hering &lt;olh@suse.de&gt;
Cc: Greg KH &lt;greg@kroah.com&gt;
Cc: Dmitry Torokhov &lt;dtor@mail.ru&gt;
Cc: Benjamin Herrenschmidt &lt;benh@kernel.crashing.org&gt;
Cc: &lt;stable@kernel.org&gt;
Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;
Signed-off-by: Chris Wright &lt;chrisw@sous-sol.org&gt;
</content>
</entry>
<entry>
<title>[PATCH] usbtouchscreen: use endpoint address from endpoint descriptor</title>
<updated>2006-11-19T03:28:01+00:00</updated>
<author>
<name>Daniel Ritz</name>
<email>daniel.ritz-ml@swissonline.ch</email>
</author>
<published>2006-11-03T22:59:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=b7d3dcaa7a0b39129ac089ab1a6d9179c0a7fb1b'/>
<id>urn:sha1:b7d3dcaa7a0b39129ac089ab1a6d9179c0a7fb1b</id>
<content type='text'>
use the endpoint address from the endpoint descriptor instead of the hardcoding
it to 0x81. at least some ITM based screen use a different address and don't work
without this.

Signed-off-by: Daniel Ritz &lt;daniel.ritz@gmx.ch&gt;
Cc: Ralf Lehmann &lt;ralf@lehmann.cc&gt;
Cc: J.P. Delport &lt;jpdelport@csir.co.za&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
Signed-off-by: Chris Wright &lt;chrisw@sous-sol.org&gt;
</content>
</entry>
<entry>
<title>USB: Fix unload oops and memory leak in yealink driver</title>
<updated>2006-09-12T10:10:21+00:00</updated>
<author>
<name>Henk Vergonet</name>
<email>Henk.Vergonet@gmail.com</email>
</author>
<published>2006-09-08T00:21:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=3e2aac366f40f4cf4f3b1d9101b27f703998dfbc'/>
<id>urn:sha1:3e2aac366f40f4cf4f3b1d9101b27f703998dfbc</id>
<content type='text'>
This patch fixes a memory leak and a kernel oops when trying to unload
the driver, due to an unbalanced cleanup.
Thanks Ivar Jensen for spotting my mistake.

Signed-off-by: Henk Vergonet &lt;henk.vergonet@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</content>
</entry>
<entry>
<title>usbtouchscreen: fix ITM data reading</title>
<updated>2006-09-07T22:23:04+00:00</updated>
<author>
<name>Kai Lindhom</name>
<email>megantti@gmail.com</email>
</author>
<published>2006-09-07T19:25:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=09494d5d11628f118496747b74db3e56d071c6bc'/>
<id>urn:sha1:09494d5d11628f118496747b74db3e56d071c6bc</id>
<content type='text'>
From: Kai Lindhom &lt;megantti@gmail.com&gt;
Signed-off-by: Daniel Ritz &lt;daniel.ritz@gmx.ch&gt;
Acked-by: Dmitry Torokhov &lt;dtor@mail.ru&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</content>
</entry>
<entry>
<title>USB: hid-core.c: fix duplicate USB_DEVICE_ID_GTCO_404</title>
<updated>2006-09-07T22:23:03+00:00</updated>
<author>
<name>Adrian Bunk</name>
<email>bunk@stusta.de</email>
</author>
<published>2006-09-04T11:41:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=f064902457a775f7f70432832d67a5628c250456'/>
<id>urn:sha1:f064902457a775f7f70432832d67a5628c250456</id>
<content type='text'>
On Fri, Sep 01, 2006 at 01:58:18AM -0700, Andrew Morton wrote:
&gt;...
&gt; Changes since 2.6.18-rc4-mm3:
&gt;...
&gt; +gregkh-usb-hid-core.c-adds-all-gtco-calcomp-digitizers-and-interwrite-school-products-to-blacklist.patch
&gt;...
&gt;  USB tree updates.
&gt;...

The GNU C compiler spotted the following bug:

&lt;--  snip  --&gt;

...
  CC      drivers/usb/input/hid-core.o
/home/bunk/linux/kernel-2.6/linux-2.6.18-rc5-mm1/drivers/usb/input/hid-core.c:1446:1: warning: "USB_DEVICE_ID_GTCO_404" redefined
/home/bunk/linux/kernel-2.6/linux-2.6.18-rc5-mm1/drivers/usb/input/hid-core.c:1445:1: warning: this is the location of the previous definition
...

&lt;--  snip  --&gt;

This patch fixes this cut'n'paste error.

Signed-off-by: Adrian Bunk &lt;bunk@stusta.de&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</content>
</entry>
<entry>
<title>USB: add all wacom device to hid-core.c blacklist</title>
<updated>2006-09-01T01:04:30+00:00</updated>
<author>
<name>Ping Cheng</name>
<email>pingc@wacom.com</email>
</author>
<published>2006-07-14T23:50:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=ea186651d5a7b822c855de5de505c5c19812bf0b'/>
<id>urn:sha1:ea186651d5a7b822c855de5de505c5c19812bf0b</id>
<content type='text'>
Add all Wacom devices to hid-core.c blacklist

Signed-off-by: Ping Cheng &lt;pingc@wacom.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</content>
</entry>
<entry>
<title>hid-core.c: Adds all GTCO CalComp Digitizers and InterWrite School Products to blacklist</title>
<updated>2006-09-01T01:04:29+00:00</updated>
<author>
<name>Jeremy Roberson</name>
<email>jroberson@gtcocalcomp.com</email>
</author>
<published>2006-08-29T02:58:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=6f8d9e26e7deecb1296c221aa979542bc5d63f20'/>
<id>urn:sha1:6f8d9e26e7deecb1296c221aa979542bc5d63f20</id>
<content type='text'>
Adds all GTCO CalComp Digitizers and InterWrite School Products to
hid-core.c blacklist.

Signed-off-by: Jeremy A. Roberson &lt;jroberson@gtcocalcomp.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</content>
</entry>
<entry>
<title>USB: appletouch: fix atp_disconnect</title>
<updated>2006-08-11T21:06:06+00:00</updated>
<author>
<name>Johannes Berg</name>
<email>johannes@sipsolutions.net</email>
</author>
<published>2006-07-19T13:39:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=7af569abc33ce09d3cb93e9b2160efff2531c59f'/>
<id>urn:sha1:7af569abc33ce09d3cb93e9b2160efff2531c59f</id>
<content type='text'>
appletouch uses urb-&gt;transfer_dma after having freed the urb, this shows
up only if the system is compiled with slab debugging. This patch fixes
it by reordering the free calls.

Signed-off-by: Johannes Berg &lt;johannes@sipsolutions.net&gt;
Signed-off-by: Vojtech Pavlik &lt;vojtech@suse.cz&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</content>
</entry>
<entry>
<title>Input: ati_remote - use msec instead of jiffies</title>
<updated>2006-08-05T02:53:37+00:00</updated>
<author>
<name>Dmitry Torokhov</name>
<email>dtor@insightbb.com</email>
</author>
<published>2006-08-05T02:53:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=2ffc1ccad85e8c2e81a6a4beb390fb4ce143256b'/>
<id>urn:sha1:2ffc1ccad85e8c2e81a6a4beb390fb4ce143256b</id>
<content type='text'>
By using milliseconds instead of jiffies to calculate acceleration
factor we make the code immune to changes in HZ.

Signed-off-by: Dmitry Torokhov &lt;dtor@mail.ru&gt;
</content>
</entry>
<entry>
<title>Input: ati_remote - add missing input_sync()</title>
<updated>2006-08-05T02:53:24+00:00</updated>
<author>
<name>Dmitry Torokhov</name>
<email>dtor@insightbb.com</email>
</author>
<published>2006-08-05T02:53:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=c3c38fbd0cc8cc200a65b2ca7700e4dddedc13a0'/>
<id>urn:sha1:c3c38fbd0cc8cc200a65b2ca7700e4dddedc13a0</id>
<content type='text'>
When emulating button toggle drivers need to send input_sync()
between 'down' and 'up' events, otherwise some users might miss
keypress because device's state is only considered finalized
after EV_SYN/SYN_REPORT is received.

Signed-off-by: Dmitry Torokhov &lt;dtor@mail.ru&gt;
</content>
</entry>
</feed>
