commit | 8222fbe67cc6c83bb6d8d9d913aee17957fc0654 | [log] [tgz] |
---|---|---|
author | Paul Walmsley <paul@booyaka.com> | Thu Apr 19 13:45:57 2007 +0200 |
committer | Jiri Kosina <jkosina@suse.cz> | Thu Apr 19 13:45:57 2007 +0200 |
tree | 6fd284a269df1e714e790f081deacb17bd2d0d83 | |
parent | 2eb5dc30eb87aa30f67e3dff39d5c9f3fb643260 [diff] |
USB HID: clarify static quirk handling as squirks 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>