aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hid (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-09-06HID: sensors: introduce sensor frameworksrinivas pandruvada3-0/+710
2012-09-06HID: sensors: add to special driver listsrinivas pandruvada2-0/+11
2012-09-05dj: memory scribble in logi_djAlan Cox1-2/+2
2012-09-05HID: hid-lcpower: Use HID_UP_LOGIVENDOR instead of hard coded 0x0ffbc0000Axel Lin1-1/+1
2012-09-05HID: picoLCD: use proper device as input_dev parentBruno Prémont1-1/+1
2012-09-05HID: picoLCD: fix dumping of IR_DATA reportBruno Prémont1-2/+2
2012-09-05HID: picoLCD: optimize for inactive debugfsBruno Prémont1-1/+1
2012-09-05HID: picoLCD: Add support for CIRBruno Prémont3-5/+98
2012-09-05HID: picoLCD: rework hid-fbdev interactionBruno Prémont2-109/+126
2012-09-05HID: picoLCD: prevent NULL pointer dereferencesBruno Prémont1-1/+1
2012-09-05HID: remove Paul Walmsley's copyright from places where it shouldn't beJiri Kosina17-17/+0
2012-09-03HID: Remove "default m" from HID_LOGITECH_DJJosh Triplett1-1/+0
2012-09-02HID: update hid_have_special_driver[] explanationJiri Kosina1-1/+8
2012-09-02HID: Only dump input if someone is listeningHenrik Rydberg1-1/+2
2012-08-27HID: uclogic: Add support for UC-Logic TWHA60Nikolai Kondrashov3-0/+100
2012-08-27Merge branch 'master' into upstreamJiri Kosina2-1/+2
2012-08-27HID: hid-debug: Show rdesc for unclaimed devicesHenrik Rydberg1-3/+9
2012-08-27HID: Remove duplicate ID for QUANTA 3001 touchscreenSimon Farnsworth2-2/+1
2012-08-27HID: add NOGET quirk for Eaton Ellipse MAX UPSAlan Stern1-0/+1
2012-08-23Merge branch 'upstream-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hidLinus Torvalds1-1/+0
2012-08-22HID: Remove QUANTA from special drivers listSimon Farnsworth1-1/+0
2012-08-22HID: picolcd: Add missing #include <linux/uaccess.h>Geert Uytterhoeven1-0/+1
2012-08-20workqueue: deprecate system_nrt[_freezable]_wqTejun Heo1-1/+1
2012-08-20workqueue: deprecate flush[_delayed]_work_sync()Tejun Heo1-1/+1
2012-08-16HID: picolcd: using vmalloc() requires the include of vmalloc.hStephen Rothwell1-0/+1
2012-08-15HID: hidraw: improve error handling in hidraw_init()Alexey Khoroshilov1-4/+11
2012-08-15HID: multitouch: Add ELAN production request when resume.Scott Liu1-0/+27
2012-08-15HID: multitouch: Add support for eGalax 0x73f7Thierry Reding2-0/+4
2012-08-15HID: hid-multitouch: Remove misleading null testHenrik Rydberg1-6/+4
2012-08-15HID: add quirk for Freescale i.MX28 ROM recoveryMarek Vasut2-0/+4
2012-08-15HID: Bump maximum global item tag report size to 128 bytesMarek Vasut1-1/+1
2012-08-15HID: wacom: OLEDs control over sysfs for Intuos4Przemo Firszt1-0/+143
2012-08-15HID: wacom: Use half of brightness for low statePrzemo Firszt1-1/+2
2012-08-15HID: picoLCD: Improve unplug handlingBruno Prémont5-25/+46
2012-08-15HID: picoLCD: satify some checkpatch warningsBruno Prémont1-2/+2
2012-08-15HID: picoLCD: prevent NULL pointer dereference on unplugBruno Prémont1-0/+2
2012-08-15HID: picoLCD: Replace own refcounting with fbdev'sBruno Prémont3-103/+18
2012-08-15HID: picoLCD: split driver codeBruno Prémont11-2748/+3069
2012-08-15HID: multitouch: add support for Touch Revolution touchscreensJiri Kosina2-0/+12
2012-07-31Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds2-0/+2
2012-07-30[media] radio-shark: New driver for the Griffin radioSHARK USB radio receiverHans de Goede2-0/+2
2012-07-24Merge branch 'uhid' into for-linusJiri Kosina3-0/+594
2012-07-24Merge branches 'hidraw', 'magicmouse', 'multitouch', 'roccat', 'suspend-fixes' and 'upstream' into for-linusJiri Kosina29-550/+1581
2012-07-23HID: add ASUS AIO keyboard model AK1DCyrus Lien3-0/+3
2012-07-22HID: add support for Cypress barcode scanner 04B4:ED81Lionel Vaux3-0/+4
2012-07-20HID: Allow drivers to be their own listenerDavid Herrmann2-6/+4
2012-07-20HID: usbhid: fix error paths in suspendAlan Stern1-27/+44
2012-07-20HID: usbhid: check for suspend or reset before restartingAlan Stern1-2/+4
2012-07-20HID: usbhid: replace HID_REPORTED_IDLE with HID_SUSPENDEDAlan Stern2-8/+7
2012-07-20HID: usbhid: inline some simple routinesAlan Stern1-31/+16