]> git.baikalelectronics.ru Git - kernel.git/commit
Staging: asus_oled: Add defines for asus vendor_id and device_id to be consistent...
authorPeter Huewe <peterhuewe@gmx.de>
Tue, 15 Dec 2009 04:04:22 +0000 (05:04 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 4 Mar 2010 00:42:29 +0000 (16:42 -0800)
commit49f3c77e55a2ff896bdd8cfb750dd887f970a0b9
tree9d1c2fbec142931f833ce9eeec274210244a30c7
parent6b7ffa6d2d017e5fafa60b6eb99a07afb1eec33f
Staging: asus_oled: Add defines for asus vendor_id and device_id to be consistent with hid-ids.h

This almost trivial patch replaces the hardcoded values for the vendor and
device ids with defines, as they are used in drivers/hid/hid-ids.h

For me this seems to be more consistent, however as drivers/hid/hid-ids.h
is not within the default include directory I had to redefine the defines here
(maybe move the hid-ids.h to include/linux ?)

Signed-off-by: Peter Huewe <peterhuewe@gmx.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/asus_oled/asus_oled.c