summaryrefslogtreecommitdiffstats
path: root/drivers/hid
Commit message (Expand)AuthorAgeFilesLines
* module_param: make bool parameters really bool (drivers & misc)Rusty Russell2012-01-131-1/+1
* Merge git://git.infradead.org/battery-2.6Linus Torvalds2012-01-112-3/+23
|\
| * power_supply: add "powers" links to self-powered HID devicesJeremy Fitzhardinge2011-12-092-0/+6
| * power_supply: add scope properties to some self-powered HID devicesJeremy Fitzhardinge2011-12-092-3/+17
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-01-1025-631/+3413
|\ \
| * \ Merge branch 'hid-battery' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Jiri Kosina2012-01-093-29/+87
| |\ \
| | * | hid-input/battery: add FEATURE quirkJeremy Fitzhardinge2012-01-082-10/+18
| | * | hid-input/battery: remove battery_valJeremy Fitzhardinge2012-01-081-8/+0
| | * | hid-input/battery: power-supply type really *is* a batteryJeremy Fitzhardinge2012-01-081-1/+1
| | * | hid-input/battery: make the battery setup common for INPUTs and FEATUREsJeremy Fitzhardinge2012-01-081-23/+20
| | * | hid-input/battery: deal with both FEATURE and INPUT report batteriesJeremy Fitzhardinge2012-01-081-7/+13
| | * | hid-input/battery: add quirks for batteryJeremy Fitzhardinge2012-01-082-5/+38
| | * | hid-input/battery: remove apparently redundant kmallocJeremy Fitzhardinge2012-01-081-12/+3
| | * | hid-input: add support for HID devices reporting Battery StrengthDaniel Nicoletti2012-01-081-15/+46
| | | |
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| *---------. \ \ Merge branches 'hyperv', 'multitouch', 'roccat', 'upstream', 'upstream-fixes'...Jiri Kosina2012-01-0534-629/+2771
| |\ \ \ \ \ \ \ \
| | | | | | | * | | HID: wiimote: Enable NO_INIT_REPORTS quirkDavid Herrmann2011-11-221-0/+2
| | | | | | | * | | HID: wiimote: Remove module version numberDavid Herrmann2011-11-221-3/+0
| | | | | | | * | | HID: wiimote: Allow direct DRM debug accessDavid Herrmann2011-11-223-4/+107
| | | | | | | * | | HID: wiimote: Allow direct eeprom accessDavid Herrmann2011-11-223-8/+85
| | | | | | | * | | HID: wiimote: Add debugfs support stubsDavid Herrmann2011-11-224-0/+73
| | | | | | | * | | HID: wiimote: Parse classic controller dataDavid Herrmann2011-11-221-0/+156
| | | | | | | * | | HID: wiimote: Parse nunchuck dataDavid Herrmann2011-11-221-1/+104
| | | | | | | * | | HID: wiimote: Parse motion+ dataDavid Herrmann2011-11-221-0/+70
| | | | | | | * | | HID: wiimote: Add extension handler stubsDavid Herrmann2011-11-223-0/+37
| | | | | | | * | | HID: wiimote: Register input devices for extensionsDavid Herrmann2011-11-221-3/+106
| | | | | | | * | | HID: wiimote: Add extension sysfs attributeDavid Herrmann2011-11-221-0/+46
| | | | | | | * | | HID: wiimote: Add extension initializersDavid Herrmann2011-11-221-2/+79
| | | | | | | * | | HID: wiimote: Add extension initializer stubsDavid Herrmann2011-11-221-0/+38
| | | | | | | * | | HID: wiimote: Add extension support stubDavid Herrmann2011-11-225-4/+178
| | | | | | | * | | HID: wiimote: Add read-mem helpersDavid Herrmann2011-11-222-0/+81
| | | | | | | * | | HID: wiimote: Move common symbols into headerDavid Herrmann2011-11-222-131/+166
| | | | | | | * | | HID: wiimote: Rename driver to allow multiple source filesDavid Herrmann2011-11-222-0/+2
| | | | | | * | | | HID: wacom: Initial driver for Wacom Intuos4 Wireless (Bluetooth)Przemo Firszt2011-11-133-7/+137
| | | | | | * | | | HID: wacom: Move parsing to a separate functionPrzemo Firszt2011-11-131-16/+23
| | | | | | |/ / /
| | | | | * | | | HID: Enable HID_QUIRK_MULTI_INPUT for Trio Linker Plus IIIgnaz Forster2011-12-211-0/+1
| | | | | * | | | HID: wiimote: Select INPUT_FF_MEMLESSDavid Herrmann2011-12-121-0/+1
| | | | * | | | | HID: usbhid: defer LED setting to a workqueueDaniel Kurtz2011-12-213-11/+80
| | | | * | | | | HID: usbhid: hid-core: submit queued urbs before suspendDaniel Kurtz2011-12-211-79/+105
| | | | * | | | | HID: usbhid: remove LED_ONDaniel Kurtz2011-12-212-11/+0
| | | | * | | | | HID: emsff: use symbolic name instead of hardcoded PID constantJiri Kosina2011-12-211-1/+1
| | | | * | | | | HID: Kconfig: fix syntaxJiri Kosina2011-12-191-1/+1
| | | | * | | | | HID: introduce proper dependency of HID_BATTERY on POWER_SUPPLYJiri Kosina2011-12-161-1/+1
| | | | * | | | | HID: make parser more verbose about parsing errors by defaultJiri Kosina2011-12-151-24/+26
| | | | | |_|/ / | | | | |/| | |
| | | | * | | | HID: hid-input: fix compile for !HID_BATTERY_STRENGTHJeremy Fitzhardinge2011-11-301-1/+2
| | | | * | | | HID: hid-input: add support for HID devices reporting Battery StrengthJeremy Fitzhardinge2011-11-282-0/+115
| | | | * | | | HID: usbkbd: kill LED URB on disconnectWillem Penninckx2011-11-231-0/+1
| | | | * | | | HID: usbkbd: synchronize LED URB submissionWillem Penninckx2011-11-231-5/+58
| | | | * | | | HID: picolcd: make fb_pending_lock and picolcd_fb_cleanup staticJiri Kosina2011-11-221-2/+2
| | | | * | | | HID: multitouch: make struct mt_classess staticJiri Kosina2011-11-221-1/+1
| | | | * | | | HID/usbled: add support for Dream Cheeky DL100B Mailbox Friends AlertDan Delaney2011-11-201-0/+1
OpenPOWER on IntegriCloud