uru4000: Add support for Digital Persona U.are.U Fingerprint Keyboard

Reported by Tudor Panaitescu
This commit is contained in:
Daniel Drake 2008-05-02 11:55:50 +01:00
parent f540ae5d5b
commit 76cbf21223

View file

@ -1200,6 +1200,9 @@ static const struct usb_id id_table[] = {
/* dp uru4000 (standalone) */
{ .vendor = 0x05ba, .product = 0x0007, .driver_data = DP_URU4000 },
/* dp uru4000 (keyboard) */
{ .vendor = 0x05ba, .product = 0x0008, .driver_data = DP_URU4000 },
/* dp uru4000b (standalone) */
{ .vendor = 0x05ba, .product = 0x000a, .driver_data = DP_URU4000B },