HID: hid, make parsing event driven
authorJiri Slaby <jirislaby@gmail.com>
Fri, 16 May 2008 09:49:16 +0000 (11:49 +0200)
committerJiri Kosina <jkosina@suse.cz>
Tue, 14 Oct 2008 21:50:48 +0000 (23:50 +0200)
commitc500c9714011edab021591340042787722db9cf0
treed6bb0fe483c9f1c71c3d757e9c13d261ca01cd5f
parent85cdaf524b7ddab627e7d15405693f2511ef7505
HID: hid, make parsing event driven

Next step for complete hid bus, this patch includes:
- call parser either from probe or from hid-core if there is no probe.
- add ll_driver structure and centralize some stuff there (open, close...)
- split and merge usb_hid_configure and hid_probe into several functions
  to allow hooks/fixes between them

Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/hid/hid-core.c
drivers/hid/hid-input.c
drivers/hid/hidraw.c
drivers/hid/usbhid/hid-core.c
include/linux/hid.h
net/bluetooth/hidp/core.c
net/bluetooth/hidp/hidp.h