|
@@ -75,7 +75,9 @@ struct touchkit_usb {
|
|
|
|
|
|
|
|
static struct usb_device_id touchkit_devices[] = {
|
|
static struct usb_device_id touchkit_devices[] = {
|
|
|
{USB_DEVICE(0x3823, 0x0001)},
|
|
{USB_DEVICE(0x3823, 0x0001)},
|
|
|
|
|
+ {USB_DEVICE(0x0123, 0x0001)},
|
|
|
{USB_DEVICE(0x0eef, 0x0001)},
|
|
{USB_DEVICE(0x0eef, 0x0001)},
|
|
|
|
|
+ {USB_DEVICE(0x0eef, 0x0002)},
|
|
|
{}
|
|
{}
|
|
|
};
|
|
};
|
|
|
|
|
|