aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hid/hid-core.c
Commit message (Expand)AuthorAgeFilesLines
* HID: fix comment in hid_input_report()Jiri Kosina2008-03-181-1/+1
* HID: remove redundant WARN_ON()s in order not to scare usersJiri Kosina2008-01-281-2/+10
* HID: add hidraw interfaceJiri Kosina2007-10-141-0/+16
* HID: make debugging output runtime-configurableJiri Kosina2007-07-091-46/+47
* header cleaning: don't include smp_lock.h when not usedRandy Dunlap2007-05-081-1/+0
* Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jikos...Linus Torvalds2007-04-301-2/+7
|\
| * Merge branch 'field-zeroing' into for-linusJiri Kosina2007-04-291-0/+5
| |\
| | * HID: introduce proper zeroing of unused bits in output reportsSimon Budig2007-04-111-0/+5
| * | HID: update copyright and authorship macroJiri Kosina2007-04-161-2/+2
| |/
* | HID: Do not discard truncated input reportsAdam Kropelin2007-04-051-1/+1
|/
* Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jikos...Linus Torvalds2007-03-151-11/+9
|\
| * HID: zeroing of bytes in output fields is bogusJiri Kosina2007-03-121-4/+0
| * HID: allocate hid_parser in a proper wayJiri Kosina2007-03-121-7/+9
* | [PATCH] hid-core endianness annotationsAl Viro2007-03-141-5/+4
|/
* HID: fix possible double-free on error path in hid parserJiri Kosina2007-03-011-5/+0
* HID: fix bug in zeroing the last field byte in output reportsJiri Kosina2007-03-011-1/+1
* [PATCH] remove many unneeded #includes of sched.hTim Schmielau2007-02-141-1/+0
* HID: move away from DEBUG defines in favor of CONFIG_HID_DEBUGJiri Kosina2007-02-051-4/+2
* HID: hid debug from hid-debug.h to hid layerJiri Kosina2007-02-051-1/+1
* HID: fix memleaking of collectionJiri Kosina2007-01-251-0/+1
* HID: compilation fix when DEBUG_DATA is definedJiri Kosina2007-01-211-1/+1
* HID: proper LED-mapping for SpaceNavigatorSimon Budig2007-01-211-0/+4
* HID: Fix DRIVER_DESC macroJiri Kosina2007-01-091-1/+1
* HID: mousepoll parameter makes no sense for generic HIDJiri Kosina2007-01-081-8/+0
* HID: tiny patch to remove a kmalloc castAhmed S. Darwish2007-01-081-1/+1
* [PATCH] Generic HID layer - input and event reportingJiri Kosina2006-12-081-0/+59
* [PATCH] Generic HID layer - hiddevJiri Kosina2006-12-081-2/+4
* [PATCH] Generic HID layer - APIJiri Kosina2006-12-081-10/+12
* [PATCH] Generic HID layer - code splitJiri Kosina2006-12-081-0/+940