commit | c500c9714011edab021591340042787722db9cf0 | [log] [tgz] |
---|---|---|
author | Jiri Slaby <jirislaby@gmail.com> | Fri May 16 11:49:16 2008 +0200 |
committer | Jiri Kosina <jkosina@suse.cz> | Tue Oct 14 23:50:48 2008 +0200 |
tree | d6bb0fe483c9f1c71c3d757e9c13d261ca01cd5f | |
parent | 85cdaf524b7ddab627e7d15405693f2511ef7505 [diff] |
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>