X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=drivers%2Fhid%2Fhidraw.c;h=0c6639ea03dd1748076dd8742035f1f154603cd9;hb=cba8784ae0a9f7d0f1f87e0607e7ae66fc45666c;hp=00ccf4b1985d936280a0fc698fb5092950b1f5f1;hpb=31d496aaee1dad6ac63770035793032f2062e336;p=firefly-linux-kernel-4.4.55.git diff --git a/drivers/hid/hidraw.c b/drivers/hid/hidraw.c index 00ccf4b1985d..0c6639ea03dd 100644 --- a/drivers/hid/hidraw.c +++ b/drivers/hid/hidraw.c @@ -349,10 +349,7 @@ int hidraw_connect(struct hid_device *hid) int minor, result; struct hidraw *dev; - /* TODO currently we accept any HID device. This should later - * probably be fixed to accept only those devices which provide - * non-input applications - */ + /* we accept any HID device, no matter the applications */ dev = kzalloc(sizeof(struct hidraw), GFP_KERNEL); if (!dev)