USB HID: clarify static quirk handling as squirks
authorPaul Walmsley <paul@booyaka.com>
Thu, 19 Apr 2007 11:45:57 +0000 (13:45 +0200)
committerJiri Kosina <jkosina@suse.cz>
Thu, 19 Apr 2007 11:45:57 +0000 (13:45 +0200)
Rename existing quirks handling code that operates over a static array
to "squirks" (short for static quirks) to differentiate it from the
dynamically-allocated quirks that will be introduced in the
next patch.  Add an accessor function specifically for static quirks,
usbhid_exists_squirk().

Signed-off-by: Paul Walmsley <paul@booyaka.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>

No differences found