Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid

Pull HID fix from Jiri Kosina:
"Revert of a patch which breaks enumeration workaround in
hid-logitech-dj"

* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid:
Revert "HID: hid-logitech-dj: querying_devices was never set"

-2
-2
drivers/hid/hid-logitech-dj.c
··· 488 488 if (djrcv_dev->querying_devices) 489 489 return 0; 490 490 491 - djrcv_dev->querying_devices = true; 492 - 493 491 dj_report = kzalloc(sizeof(struct dj_report), GFP_KERNEL); 494 492 if (!dj_report) 495 493 return -ENOMEM;