index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
greybus
/
hid.c
Age
Commit message (
Expand
)
Author
2017-06-08
greybus: hid: remove custom locking from gb_hid_open/close
Dmitry Torokhov
2016-09-19
staging: greybus: hid: remove KERNEL_VERSION checks
Greg Kroah-Hartman
2016-07-22
greybus: HID: Add runtime pm support
Philip Yang
2016-06-10
greybus: Remove extra blank lines
Viresh Kumar
2016-03-22
greybus: convert drivers to use connection->private set/get
Greg Kroah-Hartman
2016-02-29
greybus: hid: Replace WARN_ON() with dev_err()
Viresh Kumar
2016-02-29
greybus: hid: Don't disable connection-tx before destroying hid-device
Viresh Kumar
2016-01-21
greybus: hid: convert to bundle driver
Johan Hovold
2016-01-21
greybus: hid: clean up init error paths
Johan Hovold
2015-12-04
greybus: don't use %h and %hh for printing short and char variables
Viresh Kumar
2015-11-05
greybus: hid: hid should not be part of the bridged-phy driver.
Greg Kroah-Hartman
2015-10-15
greybus: hid: use the bundle struct device instead of the connector
Greg Kroah-Hartman
2015-09-29
greybus: operation: remove gb_operation_destroy
Johan Hovold
2015-08-12
greybus: hid: Move request/response structure/definitions to greybus_protocols.h
Viresh Kumar
2015-08-11
greybus: hid: Drop get_version support
Viresh Kumar
2015-08-10
greybus: hid: Use (already defined) major/minor macros
Viresh Kumar
2015-08-10
greybus: hid: spell fix (s/infomation/information)
Viresh Kumar
2015-07-01
greybus: operation: allow atomic operation allocations
Johan Hovold
2015-07-01
greybus: Rename gb_gpbridge_protocol_driver() as gb_builtin_protocol_driver()
Viresh Kumar
2015-05-20
greybus: Use gb_gpbridge_protocol_init()
Viresh Kumar
2015-05-07
greybus: eliminate extra response flag definitions
Alex Elder
2015-04-06
greybus: hid: Use payload-size to get report size
Viresh Kumar
2015-03-30
greybus: operation: refactor response handling
Johan Hovold
2015-03-30
greybus: hid: fix missing response on request errors
Johan Hovold
2015-03-30
greybus: hid: fix missing input verification of report events
Johan Hovold
2015-03-30
greybus: hid: fix null-deref on short report requests
Johan Hovold
2015-03-30
greybus: hid: fix success response being sent on errors
Johan Hovold
2015-03-30
greybus: hid: replace pr_err with dev_err
Johan Hovold
2015-03-19
greybus: hid: don't support OUTPUT report over interrupt channel
Viresh Kumar
2015-03-16
greybus: hid: add HID class driver
Viresh Kumar