Merge branch 'upstream' into for-linus
Conflicts: drivers/hid/hid-core.c
This commit is contained in:
commit
56ccd186f1
13 changed files with 307 additions and 32 deletions
|
@ -896,7 +896,7 @@ static inline int hid_hw_power(struct hid_device *hdev, int level)
|
|||
return hdev->ll_driver->power ? hdev->ll_driver->power(hdev, level) : 0;
|
||||
}
|
||||
|
||||
void hid_report_raw_event(struct hid_device *hid, int type, u8 *data, int size,
|
||||
int hid_report_raw_event(struct hid_device *hid, int type, u8 *data, int size,
|
||||
int interrupt);
|
||||
|
||||
extern int hid_generic_init(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue