Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
2cb8e202
Commit
2cb8e202
authored
Jul 29, 2003
by
Greg Kroah-Hartman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] USB: remove funny characters from visor driver after much prodding.
parent
88897e46
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
drivers/usb/serial/visor.c
drivers/usb/serial/visor.c
+3
-3
No files found.
drivers/usb/serial/visor.c
View file @
2cb8e202
...
...
@@ -169,7 +169,7 @@
*/
#define DRIVER_VERSION "v2.1"
#define DRIVER_AUTHOR "Greg Kroah-Hartman <greg@kroah.com>"
#define DRIVER_DESC "USB HandSpring Visor
, Palm m50x, Sony Cli
é driver"
#define DRIVER_DESC "USB HandSpring Visor
/ Palm OS
driver"
/* function prototypes for a handspring visor */
static
int
visor_open
(
struct
usb_serial_port
*
port
,
struct
file
*
filp
);
...
...
@@ -275,7 +275,7 @@ static struct usb_driver visor_driver = {
/* All of the device info needed for the Handspring Visor, and Palm 4.0 devices */
static
struct
usb_serial_device_type
handspring_device
=
{
.
owner
=
THIS_MODULE
,
.
name
=
"Handspring Visor /
Treo / Palm 4.0 / Clié 4.
x"
,
.
name
=
"Handspring Visor /
Palm OS
"
,
.
short_name
=
"visor"
,
.
id_table
=
id_table
,
.
num_interrupt_in
=
NUM_DONT_CARE
,
...
...
@@ -303,7 +303,7 @@ static struct usb_serial_device_type handspring_device = {
/* device info for the Sony Clie OS version 3.5 */
static
struct
usb_serial_device_type
clie_3_5_device
=
{
.
owner
=
THIS_MODULE
,
.
name
=
"Sony Clié 3.5"
,
.
name
=
"Sony Cli
e
3.5"
,
.
short_name
=
"clie_3.5"
,
.
id_table
=
clie_id_3_5_table
,
.
num_interrupt_in
=
0
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment