projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bb7eef6
)
USB Storage: unusual_devs.h entry for Sony Ericsson P990i
author
Jan Mate
<
[email protected]
>
Thu, 9 Nov 2006 03:58:04 +0000
(19:58 -0800)
committer
Greg Kroah-Hartman
<
[email protected]
>
Thu, 16 Nov 2006 22:26:11 +0000
(14:26 -0800)
USB Storage: this patch adds support for Sony Ericsson P990i
Signed-off-by: Jan Mate <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Greg Kroah-Hartman <
[email protected]
>
drivers/usb/storage/unusual_devs.h
patch
|
blob
|
history
diff --git
a/drivers/usb/storage/unusual_devs.h
b/drivers/usb/storage/unusual_devs.h
index e87fb538b74c72b626a912c6c5e73edf29847b09..cc701e88d38602c186b7a22f5c4beee0fe6d69f7 100644
(file)
--- a/
drivers/usb/storage/unusual_devs.h
+++ b/
drivers/usb/storage/unusual_devs.h
@@
-1320,6
+1320,13
@@
UNUSUAL_DEV( 0x0fce, 0xe030, 0x0000, 0x0000,
US_SC_DEVICE, US_PR_DEVICE, NULL,
US_FL_FIX_CAPACITY ),
+/* Reported by Jan Mate <
[email protected]
> */
+UNUSUAL_DEV( 0x0fce, 0xe030, 0x0000, 0x0000,
+ "Sony Ericsson",
+ "P990i",
+ US_SC_DEVICE, US_PR_DEVICE, NULL,
+ US_FL_FIX_CAPACITY ),
+
/* Reported by Kevin Cernekee <
[email protected]
>
* Tested on hardware version 1.10.
* Entry is needed only for the initializer function override.