aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus/hid.c
AgeCommit message (Expand)Author
2017-06-08greybus: hid: remove custom locking from gb_hid_open/closeDmitry Torokhov
2016-09-19staging: greybus: hid: remove KERNEL_VERSION checksGreg Kroah-Hartman
2016-07-22greybus: HID: Add runtime pm supportPhilip Yang
2016-06-10greybus: Remove extra blank linesViresh Kumar
2016-03-22greybus: convert drivers to use connection->private set/getGreg Kroah-Hartman
2016-02-29greybus: hid: Replace WARN_ON() with dev_err()Viresh Kumar
2016-02-29greybus: hid: Don't disable connection-tx before destroying hid-deviceViresh Kumar
2016-01-21greybus: hid: convert to bundle driverJohan Hovold
2016-01-21greybus: hid: clean up init error pathsJohan Hovold
2015-12-04greybus: don't use %h and %hh for printing short and char variablesViresh Kumar
2015-11-05greybus: hid: hid should not be part of the bridged-phy driver.Greg Kroah-Hartman
2015-10-15greybus: hid: use the bundle struct device instead of the connectorGreg Kroah-Hartman
2015-09-29greybus: operation: remove gb_operation_destroyJohan Hovold
2015-08-12greybus: hid: Move request/response structure/definitions to greybus_protocols.hViresh Kumar
2015-08-11greybus: hid: Drop get_version supportViresh Kumar
2015-08-10greybus: hid: Use (already defined) major/minor macrosViresh Kumar
2015-08-10greybus: hid: spell fix (s/infomation/information)Viresh Kumar
2015-07-01greybus: operation: allow atomic operation allocationsJohan Hovold
2015-07-01greybus: Rename gb_gpbridge_protocol_driver() as gb_builtin_protocol_driver()Viresh Kumar
2015-05-20greybus: Use gb_gpbridge_protocol_init()Viresh Kumar
2015-05-07greybus: eliminate extra response flag definitionsAlex Elder
2015-04-06greybus: hid: Use payload-size to get report sizeViresh Kumar
2015-03-30greybus: operation: refactor response handlingJohan Hovold
2015-03-30greybus: hid: fix missing response on request errorsJohan Hovold
2015-03-30greybus: hid: fix missing input verification of report eventsJohan Hovold
2015-03-30greybus: hid: fix null-deref on short report requestsJohan Hovold
2015-03-30greybus: hid: fix success response being sent on errorsJohan Hovold
2015-03-30greybus: hid: replace pr_err with dev_errJohan Hovold
2015-03-19greybus: hid: don't support OUTPUT report over interrupt channelViresh Kumar
2015-03-16greybus: hid: add HID class driverViresh Kumar