• J
    [PATCH] Generic HID layer - USB API · 4916b3a5
    Jiri Kosina 提交于
    - 'dev' in struct hid_device changed from struct usb_device to
      struct device and fixed all the users
    - renamed functions which are part of USB HID API from 'hid_*' to
      'usbhid_*'
    - force feedback initialization moved from common part into USB-specific
      driver
    - added usbhid.h header for USB HID API users
    - removed USB-specific fields from struct hid_device and moved them
      to new usbhid_device, which is pointed to by hid_device->driver_data
    - fixed all USB users to use this new structure
    Signed-off-by: NJiri Kosina <jkosina@suse.cz>
    Signed-off-by: NMarcel Holtmann <marcel@holtmann.org>
    Cc: Dmitry Torokhov <dmitry.torokhov@gmail.com>
    Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
    4916b3a5
hid-input.c 24.9 KB