Searched refs:plff (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/hid/usbhid/
H A Dhid-plff.c26 #define debug(format, arg...) pr_debug("hid-plff: " format "\n" , ## arg)
41 struct plff_device *plff = data; local
51 plff->report->field[0]->value[2] = left;
52 plff->report->field[0]->value[3] = right;
54 usbhid_submit_report(hid, plff->report, USB_DIR_OUT);
61 struct plff_device *plff; local
79 printk(KERN_ERR "hid-plff: no output reports found\n");
88 printk(KERN_ERR "hid-plff: required output report is missing\n");
94 printk(KERN_ERR "hid-plff: no fields in the report\n");
99 printk(KERN_ERR "hid-plff
[all...]
H A DMakefile20 usbhid-objs += hid-plff.o

Completed in 49 milliseconds