aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hid/hid-sensor-hub.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-02-25HID: use hid_hw_wait() instead of direct call to usbhidBenjamin Tissoires1-3/+2
2013-02-25HID: use hid_hw_request() instead of direct call to usbhidBenjamin Tissoires1-4/+3
2013-02-21Merge branches 'for-3.9/logitech', 'for-3.9/multitouch', 'for-3.9/ntrig', 'for-3.9/thingm' and 'for-3.9/upstream' into for-linusJiri Kosina1-13/+1
2013-02-18HID: sensor-hub: don't limit the driver only to USB busMika Westerberg1-1/+2
2013-02-18HID: sensor-hub: get rid of unused sensor_hub_grabbed_usages[] tableMika Westerberg1-5/+0
2013-01-03HID: Use module_hid_driver macroH Hartley Sweeten1-13/+1
2012-12-12Merge branches 'for-3.7/upstream-fixes', 'for-3.8/hidraw', 'for-3.8/i2c-hid', 'for-3.8/multitouch', 'for-3.8/roccat', 'for-3.8/sensors' and 'for-3.8/upstream' into for-linusJiri Kosina1-35/+1
2012-12-12HID: sensors: autodetect USB HID sensor hubsAlexander Holler1-31/+1
2012-11-20HID: sensor-hub: Remove pointless NULL checkAlan Cox1-4/+0
2012-09-22HID: hid-sensor-hub: Fix sensor_hub_probe error handlingAxel Lin1-8/+4
2012-09-22HID: hid-sensor-hub: Remove hdev->claimed settingAxel Lin1-2/+0
2012-09-18HID: sensors: remove some unneeded checksDan Carpenter1-9/+0
2012-09-18HID: sensors: use GFP_ATOMIC under spinlockDan Carpenter1-2/+2
2012-09-18HID: sensors: fix up for mfd_add_devices() API changeStephen Rothwell1-1/+1
2012-09-06HID: sensors: introduce sensor frameworksrinivas pandruvada1-0/+695