USB HID: consolidate vendor/product ids
authorJiri Kosina <jkosina@suse.cz>
Tue, 3 Apr 2007 21:39:37 +0000 (23:39 +0200)
committerJiri Kosina <jkosina@suse.cz>
Wed, 11 Apr 2007 08:36:02 +0000 (10:36 +0200)
commit48b4554aca28f721d3dfbab077c05032b3d1cd31
treef9eebb3587f9a6a6680664cb5c0c34bf84180e5c
parent6db3dfefa28739e7c9c60809c3a5aef7cc088b97
USB HID: consolidate vendor/product ids

The vendor/product IDs for the purposes of hid_blacklist got
scathered around the hid-core.c in a rather random way over the
time.

Move all the related definitions at the beginning of the file,
and make them sorted again. Sort also hid_blacklist properly.

Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/hid/usbhid/hid-core.c