]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/usb/usb-skeleton.c
[SBUSFB] tcx: Use FB_BLANK_UNBLANK instead of magic constant.
[linux-2.6-omap-h63xx.git] / drivers / usb / usb-skeleton.c
index 353f24d45bc18849a121abd09ffc945330a0113a..6c3a53f8f26c6fcb0456c846d012a9f5989cddc8 100644 (file)
@@ -223,9 +223,8 @@ static struct file_operations skel_fops = {
  * and to have the device registered with devfs and the driver core
  */
 static struct usb_class_driver skel_class = {
-       .name =         "usb/skel%d",
+       .name =         "skel%d",
        .fops =         &skel_fops,
-       .mode =         S_IFCHR | S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH,
        .minor_base =   USB_SKEL_MINOR_BASE,
 };