<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/drivers/usb/input, branch v2.6.12</title>
<subtitle>Linux kernel source tree</subtitle>
<id>https://git.amat.us/linux/atom/drivers/usb/input?h=v2.6.12</id>
<link rel='self' href='https://git.amat.us/linux/atom/drivers/usb/input?h=v2.6.12'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/'/>
<updated>2005-06-03T07:04:29Z</updated>
<entry>
<title>[PATCH] USB: add Vernier devices to HID blacklist</title>
<updated>2005-06-03T07:04:29Z</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@suse.de</email>
</author>
<published>2005-06-03T05:18:12Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=4871d3be13ea2b33edc9ba6fbcc30fc047087be7'/>
<id>urn:sha1:4871d3be13ea2b33edc9ba6fbcc30fc047087be7</id>
<content type='text'>
They aren't really HID devices.

Damm microsoft HID driver, that thing has caused more companies to have
to do this kind of hack...

Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</content>
</entry>
<entry>
<title>[PATCH] USB: hid-core: add Earthmate lt-20 productid to blacklist table</title>
<updated>2005-06-03T07:04:28Z</updated>
<author>
<name>Lonnie Mendez</name>
<email>lmendez19@austin.rr.com</email>
</author>
<published>2005-05-10T05:17:17Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=dc1d1003e8309ef8e5153ce0c00cce76144abbdb'/>
<id>urn:sha1:dc1d1003e8309ef8e5153ce0c00cce76144abbdb</id>
<content type='text'>
This patch adds the DeLorme Earthmate lt-20 productid to the hid
blacklist table.  This patch ensures the lt-20 can be claimed by the
appropriate driver (cypress_m8).

Adds the product id 0x200, of the DeLorme Earthmate lt-20, to the hid
blacklist table.

Signed-off-by: Lonnie Mendez &lt;lmendez19@austin.rr.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</content>
</entry>
<entry>
<title>[PATCH] USB: add new wacom device to usb hid-core list</title>
<updated>2005-06-03T07:04:28Z</updated>
<author>
<name>Ping Cheng</name>
<email>pingc@wacom.com</email>
</author>
<published>2005-05-05T22:12:57Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=5ce0482e18193a15223911515ee44373cffb35b8'/>
<id>urn:sha1:5ce0482e18193a15223911515ee44373cffb35b8</id>
<content type='text'>
- add Intuos3 and Cintiq 21UX

Signed-off-by: Ping Cheng &lt;pingc@wacom.com&gt;
Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</content>
</entry>
<entry>
<title>[PATCH] USB: Spelling fixes for drivers/usb.</title>
<updated>2005-05-04T06:31:52Z</updated>
<author>
<name>Steven Cole</name>
<email>elenstev@mesatop.com</email>
</author>
<published>2005-05-04T01:07:24Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=093cf723b2b06d774929ea07982f6a466ff22314'/>
<id>urn:sha1:093cf723b2b06d774929ea07982f6a466ff22314</id>
<content type='text'>
Here are some spelling corrections for drivers/usb.

cancelation -&gt; cancellation
succesful -&gt; successful
cancelation -&gt; cancellation
decriptor -&gt; descriptor
Initalize -&gt; Initialize
wierd -&gt; weird
Protocoll -&gt; Protocol
occured -&gt; occurred
successfull -&gt; successful
Procesing -&gt; Processing
devide -&gt; divide
Isochronuous -&gt; Isochronous
noticable -&gt; noticeable
Basicly -&gt; Basically
transfering -&gt; transferring
intialize -&gt; initialize
Incomming -&gt; Incoming
additionnal -&gt; additional
asume -&gt; assume
Unfortunatly -&gt; Unfortunately
retreive -&gt; retrieve
tranceiver -&gt; transceiver
Compatiblity -&gt; Compatibility
Incorprated -&gt; Incorporated
existance -&gt; existence
Ununsual -&gt; Unusual

Signed-off-by: Steven Cole &lt;elenstev@mesatop.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</content>
</entry>
<entry>
<title>[PATCH] USB: Fix for ati_remote</title>
<updated>2005-04-23T20:16:15Z</updated>
<author>
<name>Patrick Boettcher</name>
<email>patrick.boettcher@desy.de</email>
</author>
<published>2005-04-23T20:16:15Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=9719b0c298bd6a4a608843dc989a5f94cd0a7c13'/>
<id>urn:sha1:9719b0c298bd6a4a608843dc989a5f94cd0a7c13</id>
<content type='text'>
when stealing code from ati_remote for a GPL-driver of my usbradio (because of
its neat usb int transfers) I found out, that the inbuf is freed twice.

I don't have the ati-remote, so I don't know it is a problem at all, but it
looks strange to me anyway. Also I don't know if it has been fixed already in
newer kernel versions.


From: Patrick Boettcher &lt;patrick.boettcher@desy.de&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</content>
</entry>
<entry>
<title>[PATCH] USB: drivers/usb/input/usbkbd.c: make a function static</title>
<updated>2005-04-22T22:07:00Z</updated>
<author>
<name>Adrian Bunk</name>
<email>bunk@stusta.de</email>
</author>
<published>2005-04-22T22:07:00Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=be5e3383a95446e933be198d3025df10a072794b'/>
<id>urn:sha1:be5e3383a95446e933be198d3025df10a072794b</id>
<content type='text'>
This patch makes a needlessly global function static.

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>[PATCH] USB: fix AIPTEK input doesn`t register `device` &amp; `driver` section in sysfs (/sys/class/input/event#)</title>
<updated>2005-04-19T00:39:35Z</updated>
<author>
<name>Viktor A. Danilov</name>
<email>__die@mail.ru</email>
</author>
<published>2005-04-19T00:39:35Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=e838a0d4d5260bce452c96914a6e86b217c53c55'/>
<id>urn:sha1:e838a0d4d5260bce452c96914a6e86b217c53c55</id>
<content type='text'>
PROBLEM: aiptek input doesn`t register `device` &amp; `driver` section in sysfs (/sys/class/input/event#)
REASON: `dev` - field not filled...
SOLUTION: in linux/drivers/usb/input/aiptek.c write
	aiptek-&gt;inputdev.dev = &amp;intf-&gt;dev;
before calling
	input_register_device(&amp;aiptek-&gt;inputdev);

From: "Viktor A. Danilov" &lt;__die@mail.ru&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

Index: gregkh-2.6/drivers/usb/input/aiptek.c
===================================================================
</content>
</entry>
<entry>
<title>[PATCH] USB: kfree cleanup for drivers/usb/* - no need to check for NULL</title>
<updated>2005-04-19T00:39:34Z</updated>
<author>
<name>Jesper Juhl</name>
<email>juhl-lkml@dif.dk</email>
</author>
<published>2005-04-19T00:39:34Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=1bc3c9e1e44c2059fe2ffa6ff70ad0a925d7b05f'/>
<id>urn:sha1:1bc3c9e1e44c2059fe2ffa6ff70ad0a925d7b05f</id>
<content type='text'>
Get rid of a bunch of redundant NULL pointer checks in drivers/usb/*,
there's no need to check a pointer for NULL before calling kfree() on it.

Signed-off-by: Jesper Juhl &lt;juhl-lkml@dif.dk&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;


Index: gregkh-2.6/drivers/usb/class/audio.c
===================================================================
</content>
</entry>
<entry>
<title>[PATCH] usb suspend updates (interface suspend)</title>
<updated>2005-04-19T00:39:22Z</updated>
<author>
<name>David Brownell</name>
<email>david-b@pacbell.net</email>
</author>
<published>2005-04-19T00:39:22Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=27d72e8572336d9f4e17a12ac924cb5223a5758d'/>
<id>urn:sha1:27d72e8572336d9f4e17a12ac924cb5223a5758d</id>
<content type='text'>
This is the first of a few installments of PM API updates to match the
recent switch to "pm_message_t".  This installment primarily affects
USB device drivers (for USB interfaces), and it changes the handful of
drivers which currently implement suspend methods:

    - &lt;linux/usb.h&gt; and usbcore, signature change

    - Some drivers only changed the signature, net effect this just
      shuts up "sparse -Wbitwise":
	* hid-core
	* stir4200

    - Two network drivers did that, and also grew slightly more
      featureful suspend code ... they now properly shut down
      their activities.  (As should stir4200...)
	* pegasus
	* usbnet

Note that the Wake-On-Lan (WOL) support in pegasus doesn't yet work; looks
to me like it's missing a request to turn it on, vs just configuring it.
The ASIX code in usbnet also has WOL hooks that are ready to use; untested.

Signed-off-by: David Brownell &lt;dbrownell@users.sourceforge.net&gt;
Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

Index: gregkh-2.6/drivers/net/irda/stir4200.c
===================================================================
</content>
</entry>
<entry>
<title>Linux-2.6.12-rc2</title>
<updated>2005-04-16T22:20:36Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@ppc970.osdl.org</email>
</author>
<published>2005-04-16T22:20:36Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=1da177e4c3f41524e886b7f1b8a0c1fc7321cac2'/>
<id>urn:sha1:1da177e4c3f41524e886b7f1b8a0c1fc7321cac2</id>
<content type='text'>
Initial git repository build. I'm not bothering with the full history,
even though we have it. We can create a separate "historical" git
archive of that later if we want to, and in the meantime it's about
3.2GB when imported into git - space that would just make the early
git days unnecessarily complicated, when we don't have a lot of good
infrastructure for it.

Let it rip!
</content>
</entry>
</feed>
