diff options
| author | Jeff Garzik <jgarzik@pobox.com> | 2005-10-29 17:49:12 -0400 |
|---|---|---|
| committer | Jeff Garzik <jgarzik@pobox.com> | 2005-10-29 17:49:12 -0400 |
| commit | b0c4e148bd591629749d02a8fbc8d81c26d548cf (patch) | |
| tree | 3e2142635f3dc2ceeae870ead2dceab7b9c6def1 /drivers/usb/misc/usblcd.c | |
| parent | 5615ca7906aefbdc3318604c89db5931d0a25910 (diff) | |
| parent | be15cd72d256e5eb3261a781b8507fac83ab33f6 (diff) | |
Merge branch 'master'
Diffstat (limited to 'drivers/usb/misc/usblcd.c')
| -rw-r--r-- | drivers/usb/misc/usblcd.c | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/drivers/usb/misc/usblcd.c b/drivers/usb/misc/usblcd.c index 096ab3029676..85f3725334b0 100644 --- a/drivers/usb/misc/usblcd.c +++ b/drivers/usb/misc/usblcd.c | |||
| @@ -251,13 +251,12 @@ static struct file_operations lcd_fops = { | |||
| 251 | }; | 251 | }; |
| 252 | 252 | ||
| 253 | /* | 253 | /* |
| 254 | * * usb class driver info in order to get a minor number from the usb core, | 254 | * usb class driver info in order to get a minor number from the usb core, |
| 255 | * * and to have the device registered with devfs and the driver core | 255 | * and to have the device registered with the driver core |
| 256 | * */ | 256 | */ |
| 257 | static struct usb_class_driver lcd_class = { | 257 | static struct usb_class_driver lcd_class = { |
| 258 | .name = "usb/lcd%d", | 258 | .name = "lcd%d", |
| 259 | .fops = &lcd_fops, | 259 | .fops = &lcd_fops, |
| 260 | .mode = S_IFCHR | S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH, | ||
| 261 | .minor_base = USBLCD_MINOR, | 260 | .minor_base = USBLCD_MINOR, |
| 262 | }; | 261 | }; |
| 263 | 262 | ||
