Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linux-davinci
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
linux
linux-davinci
Commits
0c803ebb
Commit
0c803ebb
authored
Jun 29, 2005
by
Tony Lindgren
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ARM: OMAP: Manually merged drivers/usb/gadget/omap_udc.c
Manually merged drivers/usb/gadget/omap_udc.c
parent
702da6b4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
drivers/usb/gadget/omap_udc.c
drivers/usb/gadget/omap_udc.c
+2
-1
No files found.
drivers/usb/gadget/omap_udc.c
View file @
0c803ebb
...
@@ -2908,7 +2908,6 @@ static int __exit omap_udc_remove(struct device *dev)
...
@@ -2908,7 +2908,6 @@ static int __exit omap_udc_remove(struct device *dev)
* make host resumes and VBUS detection trigger OMAP wakeup events; that
* make host resumes and VBUS detection trigger OMAP wakeup events; that
* may involve talking to an external transceiver (e.g. isp1301).
* may involve talking to an external transceiver (e.g. isp1301).
*/
*/
static
int
omap_udc_suspend
(
struct
device
*
dev
,
pm_message_t
message
,
u32
level
)
static
int
omap_udc_suspend
(
struct
device
*
dev
,
pm_message_t
message
,
u32
level
)
{
{
u32
devstat
;
u32
devstat
;
...
@@ -2937,6 +2936,8 @@ static int omap_udc_resume(struct device *dev, u32 level)
...
@@ -2937,6 +2936,8 @@ static int omap_udc_resume(struct device *dev, u32 level)
return
0
;
return
0
;
DBG
(
"resume + wakeup/SRP
\n
"
);
DBG
(
"resume + wakeup/SRP
\n
"
);
udc
->
gadget
.
dev
.
parent
->
power
.
power_state
=
PMSG_ON
;
udc
->
gadget
.
dev
.
power
.
power_state
=
PMSG_ON
;
omap_pullup
(
&
udc
->
gadget
,
1
);
omap_pullup
(
&
udc
->
gadget
,
1
);
/* maybe the host would enumerate us if we nudged it */
/* maybe the host would enumerate us if we nudged it */
...
...
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