alistair23-linux/drivers/staging/greybus
Viresh Kumar 581baacd33 greybus: hid: Use payload-size to get report size
Report size isn't passed as first two bytes of the report according to
USB-HID spec. Get it from payload-size.

Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Reviewed-by: Johan Hovold <johan@hovoldconsulting.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
2015-04-06 10:53:41 +02:00
..
Documentation greybus: Documentation/sysfs: add a proposed sysfs tree for greybus 2015-04-04 10:54:25 +02:00
.gitignore greybus: gitignore: few more additions 2014-11-14 13:14:37 -08:00
Android.mk greybus: build: android: Fix script which locates .ko files and moves them into ramdisk 2015-01-27 14:49:04 -08:00
ap.c greybus: interface: Fetch interface id instead of module id during setup 2015-04-05 18:04:38 +02:00
battery.c greybus: remove unused version-response structs 2015-01-22 11:29:39 +08:00
bundle.c greybus: Unregister devices to get them freed 2015-04-05 16:23:22 +02:00
bundle.h greybus: bundle: create GB_DEVICE_ID_BAD 2015-01-02 13:05:42 -08:00
connection.c greybus: Unregister devices to get them freed 2015-04-05 16:23:22 +02:00
connection.h greybus: connection: replace custom error function with dev_err 2015-03-19 17:28:19 +01:00
core.c greybus: debugfs: we shouldn't care if debugfs is working or not 2015-03-30 15:01:56 +02:00
debugfs.c greybus: debugfs: we shouldn't care if debugfs is working or not 2015-03-30 15:01:56 +02:00
devices greybus: devices: endpoint description of device 2014-09-13 17:31:27 -07:00
es1.c greybus: reduce the ranting 2015-04-02 11:29:58 +02:00
es2.c greybus: reduce the ranting 2015-04-02 11:29:58 +02:00
gpb.c greybus: Greybus: Place module_init/exit() right after respective routines 2015-03-24 21:00:24 +01:00
gpio.c greybus: operation: refactor response handling 2015-03-30 15:20:34 +02:00
greybus.h greybus: debugfs: we shouldn't care if debugfs is working or not 2015-03-30 15:01:56 +02:00
greybus_id.h greybus: greybus_id.h: minor typo fixes 2014-12-19 15:36:32 -08:00
greybus_manifest.h greybus: Add bundle descriptor type 2015-04-05 18:12:04 +02:00
hid.c greybus: hid: Use payload-size to get report size 2015-04-06 10:53:41 +02:00
i2c.c greybus: connection: replace custom error function with dev_err 2015-03-19 17:28:19 +01:00
i2s.h greybus: Initial I2S definitions 2015-04-04 20:31:30 +02:00
interface.c greybus: interface: Fetch interface id instead of module id during setup 2015-04-05 18:04:38 +02:00
interface.h greybus: interface: Fetch interface id instead of module id during setup 2015-04-05 18:04:38 +02:00
kernel_ver.h greybus: kernel_ver.h: add sysfs_create_groups() and sysfs_remove_groups() 2015-04-01 01:36:23 +02:00
LICENSE greybus: Initial commit 2014-08-11 15:29:23 +08:00
loopback.c greybus: loopback: use the attribute groups, not group 2015-03-31 23:02:34 +02:00
Makefile greybus: Add loopback protocol 2015-03-31 22:53:59 +02:00
manifest.c greybus: Add bundle descriptor type 2015-04-05 18:12:04 +02:00
manifest.h greybus: interface: s/gb_interface_block/gb_interface/g 2014-12-19 15:35:44 -08:00
module.c greybus: interface: Fetch interface id instead of module id during setup 2015-04-05 18:04:38 +02:00
module.h greybus: interface: Fetch interface id instead of module id during setup 2015-04-05 18:04:38 +02:00
operation.c greybus: operation: refactor response handling 2015-03-30 15:20:34 +02:00
operation.h greybus: gb_operation: replace timeout workqueue 2015-01-16 11:09:45 -08:00
protocol.c greybus: clean up some small messes 2015-03-27 11:16:35 +01:00
protocol.h greybus: operation: refactor response handling 2015-03-30 15:20:34 +02:00
pwm.c greybus: pwm: fix config-request alignment 2015-03-17 22:34:43 +01:00
README greybus: update README with info on how to build and contact me. 2014-08-11 15:44:51 +08:00
sdio.c greybus: Remove "-gb" suffix from .c files 2015-01-22 11:27:20 +08:00
spi.c greybus: connection: replace custom error function with dev_err 2015-03-19 17:28:19 +01:00
svc_msg.h greybus: interface: Fetch interface id instead of module id during setup 2015-04-05 18:04:38 +02:00
uart.c greybus: uart: remove packed-attribute from line-coding struct 2015-03-17 22:34:44 +01:00
usb.c greybus: usb: silence compiler warning 2015-03-19 17:27:08 +01:00
vibrator.c greybus: Greybus: Place module_init/exit() right after respective routines 2015-03-24 21:00:24 +01:00

Greybus kernel code

To build against the running kernel (odds are you don't want this):
	make

To build against a specific kernel source tree (odds are you want this):
	KERNELDIR=/home/some/random/place make

Any questions / concerns about this code base, please email:
	Greg Kroah-Hartman <greg@kroah.com>