commit | 9cb3ce52ca45d089d5be90d2f34005296fc5a34e | [log] [tgz] |
---|---|---|
author | Márton Németh <nm127@freemail.hu> | Sun Jan 10 23:59:05 2010 -0800 |
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | Mon Jan 11 00:08:19 2010 -0800 |
tree | f1a1e9215e23d213c42bfb94a0cfac875fc82645 | |
parent | c6d5709384090de541158a6bba8d4ae50242ff94 [diff] |
Input: make USB device ids constant The id_table field of the struct usb_device_id is constant in <linux/usb.h> so it makes sense to mark the initialization data also constant. Signed-off-by: Márton Németh <nm127@freemail.hu> Signed-off-by: Dmitry Torokhov <dtor@mail.ru>