<feed xmlns='http://www.w3.org/2005/Atom'>
<title>user/sven/linux.git/include/linux/hiddev.h, branch v2.6.16.45</title>
<subtitle>Linux Kernel
</subtitle>
<id>https://git.stealer.net/cgit.cgi/user/sven/linux.git/atom?h=v2.6.16.45</id>
<link rel='self' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/atom?h=v2.6.16.45'/>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/'/>
<updated>2005-02-09T11:17:53Z</updated>
<entry>
<title>input: Fix a code example in a comment in hiddev.c</title>
<updated>2005-02-09T11:17:53Z</updated>
<author>
<name>jbj1@ultraemail.net</name>
<email>jbj1@ultraemail.net</email>
</author>
<published>2005-02-09T11:17:53Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=cd2f97f96c9f9fd4c04a7ec4a6a054c3bf59827e'/>
<id>urn:sha1:cd2f97f96c9f9fd4c04a7ec4a6a054c3bf59827e</id>
<content type='text'>
From: Jens B. Jorgensen &lt;jbj1@ultraemail.net&gt;
Signed-off-by: Vojtech Pavlik &lt;vojtech@suse.cz&gt;
</content>
</entry>
<entry>
<title>[PATCH] input: Eliminate hiddev.h dependency on hid.h</title>
<updated>2004-09-08T00:45:50Z</updated>
<author>
<name>Adam Kropelin</name>
<email>akropel1@rochester.rr.com</email>
</author>
<published>2004-09-08T00:45:50Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=c9daeae66c9eea359c65210229b3962e66642a43'/>
<id>urn:sha1:c9daeae66c9eea359c65210229b3962e66642a43</id>
<content type='text'>
hiddev.h needs hid.h but doesn't include it.  Since hid.h is private anyway
just eliminate the need for it it in the first place.

Signed-off-by: Adam Kropelin &lt;akropel1@rochester.rr.com&gt;
Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
</entry>
<entry>
<title>input: Add a new ioctl to hiddev, which allows multiple usages to</title>
<updated>2004-01-26T14:16:54Z</updated>
<author>
<name>James Lamanna</name>
<email>jamesl@appliedminds.com</email>
</author>
<published>2004-01-26T14:16:54Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=eea3860a3795c78ee4e561e4032e36201fb3c0f0'/>
<id>urn:sha1:eea3860a3795c78ee4e561e4032e36201fb3c0f0</id>
<content type='text'>
       be set in a single request. Also fixes sizes of fields
       in hiddev structs to use _uXX types.
</content>
</entry>
<entry>
<title>[USB]: hiddev_exit() can no longer be __exit, called from init code now.</title>
<updated>2003-09-03T21:10:08Z</updated>
<author>
<name>David S. Miller</name>
<email>davem@nuts.ninka.net</email>
</author>
<published>2003-09-03T21:10:08Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=80c2442e30dc6bf798a8b414cc02fcac375b39b4'/>
<id>urn:sha1:80c2442e30dc6bf798a8b414cc02fcac375b39b4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>input: Get rid of the kbd_pt_regs variable, and instead pass the</title>
<updated>2003-02-12T11:41:07Z</updated>
<author>
<name>Vojtech Pavlik</name>
<email>vojtech@suse.cz</email>
</author>
<published>2003-02-12T11:41:07Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=7a4d842a773aced09bab3067bdde833fce49bd8a'/>
<id>urn:sha1:7a4d842a773aced09bab3067bdde833fce49bd8a</id>
<content type='text'>
	value all the way from an interrupt handler to keyboard.c
	that can display it.
</content>
</entry>
<entry>
<title>[PATCH] HID patches for MGE UPS</title>
<updated>2002-11-14T05:57:34Z</updated>
<author>
<name>David Brownell</name>
<email>david-b@pacbell.net</email>
</author>
<published>2002-11-14T05:57:34Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=bdf0fc9d67c4b5701bff8120e906cd99877f03f0'/>
<id>urn:sha1:bdf0fc9d67c4b5701bff8120e906cd99877f03f0</id>
<content type='text'>
I thought I'd send the results of some experimentation of mine getting
an MGE UPS (Evolution) to talk to 2.5 ... basically it behaved after
some patches, though the "hidups" driver didn't.  They're all attached:

   - "hiddev-1.patch"  ... The default queue size was so small that this
     low-speed device couldn't queue up about 110 control requests
     (that many reports to check!) during init.

   - "hiddev-2.patch" ... Makes hid debug output more useful by
      (a) making it compile again;
      (b) adding lots of "Power Device" and "Battery System" reports,
          and putting all that data into the readonly data section;
      (c) actually printing the usage strings, if they're known;
      (d) printing a message when neither input nor hiddev claim
          the device ... likely something's wrong, like someone
          didn't configure in input subsystem or hiddev support.

   - "hiddev-3.patch" ... Teaches hiddev to expose the physical ID
     just like the input event framework does.  Useful to help sort
     out which UPS is which, so you won't power down the wrong set
     of servers by accident.
</content>
</entry>
<entry>
<title>[PATCH] A cleanup of Paul's 2.5 hiddev update.</title>
<updated>2002-07-15T10:37:47Z</updated>
<author>
<name>Vojtech Pavlik</name>
<email>vojtech@suse.cz</email>
</author>
<published>2002-07-15T10:37:47Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=2fcd00c2f6da48528ff0188676f4e91fea2a6795'/>
<id>urn:sha1:2fcd00c2f6da48528ff0188676f4e91fea2a6795</id>
<content type='text'>
Get rid of #ifdefs in hid-core again. (For you, Greg.)
Move the uref generation code from hid-core to hiddev to make things cleaner.
</content>
</entry>
<entry>
<title>[PATCH] Updates for hiddev by Paul Stewart</title>
<updated>2002-07-15T10:18:42Z</updated>
<author>
<name>Vojtech Pavlik</name>
<email>vojtech@suse.cz</email>
</author>
<published>2002-07-15T10:18:42Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=b24be862cc6543ef76e17c55cc11c69e2dd8bc62'/>
<id>urn:sha1:b24be862cc6543ef76e17c55cc11c69e2dd8bc62</id>
<content type='text'>
I've merged a patch Paul Stewart sent me some time ago, which should make life
easier for the guys writing UPS daemons.
</content>
</entry>
<entry>
<title>USB hiddev interface</title>
<updated>2002-03-28T03:24:15Z</updated>
<author>
<name>Paul Stewart</name>
<email>stewart@wetlogic.net</email>
</author>
<published>2002-03-28T03:24:15Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=810a5ac9d406386049d4008c9304e4ef333c5047'/>
<id>urn:sha1:810a5ac9d406386049d4008c9304e4ef333c5047</id>
<content type='text'>
updated the version number due the previous changes
</content>
</entry>
<entry>
<title>[PATCH] Re: [PATCH] hiddev code and docs cleanup</title>
<updated>2002-03-22T14:48:08Z</updated>
<author>
<name>Paul Stewart</name>
<email>stewart@inverse.wetlogic.net</email>
</author>
<published>2002-03-22T14:48:08Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=087188c612b7e96f28e9f5ecf56a68712594f917'/>
<id>urn:sha1:087188c612b7e96f28e9f5ecf56a68712594f917</id>
<content type='text'>
I took some time to clean up the code a little, and to add the new
calls to the documentation.  See patch below.

--
Paul
</content>
</entry>
</feed>
