9 #include <linux/module.h>
14 static struct drm_driver
driver;
24 {.idVendor = 0x17e9, .bInterfaceClass = 0xff,
25 .bInterfaceSubClass = 0x00,
26 .bInterfaceProtocol = 0x00,
54 static const struct vm_operations_struct udl_gem_vm_ops = {
75 static struct drm_driver
driver = {
76 .driver_features = DRIVER_MODESET | DRIVER_GEM | DRIVER_PRIME,
83 .gem_vm_ops = &udl_gem_vm_ops,
88 .fops = &udl_driver_fops,
101 static struct usb_driver udl_driver = {
103 .probe = udl_usb_probe,
104 .disconnect = udl_usb_disconnect,
105 .id_table = id_table,
108 static int __init udl_init(
void)
113 static void __exit udl_exit(
void)