FreeBSD Bugzilla – Attachment 113208 Details for
Bug 154753
[usbdevs] [patch] Support for Qualcomm USB modem/storage on LG phone
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.45 KB, created by
info
on 2011-02-13 21:30:11 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
info
Created:
2011-02-13 21:30:11 UTC
Size:
1.45 KB
patch
obsolete
>--- sys/dev/usb/usbdevs 2010-09-13 20:07:00.000000000 -0400 >+++ sys/dev/usb/usbdevs 2011-02-13 15:34:42.000000000 -0500 >@@ -2064,6 +2064,7 @@ > product QUALCOMMINC ZTE_MSM 0x0031 CDMA Technologies MSM modem > product QUALCOMMINC ZTE_STOR 0x2000 USB ZTE Storage > product QUALCOMMINC AC8700 0xfffe CDMA 1xEVDO USB modem >+product QUALCOMM2 MMC_STOR 0x1000 USB MMC Storage > > /* Qtronix products */ > product QTRONIX 980N 0x2011 Scorpion-980N keyboard >--- sys/dev/usb/umass.c 2010-12-04 14:31:14.000000000 -0500 >+++ sys/dev/usb/umass.c 2011-02-13 15:58:10.000000000 -0500 >@@ -891,6 +891,10 @@ > UMASS_PROTO_SCSI | UMASS_PROTO_BBB, > NO_SYNCHRONIZE_CACHE > }, >+ { USB_VENDOR_QUALCOMM2, USB_PRODUCT_QUALCOMM2_MMC_STOR, RID_WILDCARD, >+ UMASS_PROTO_SCSI | UMASS_PROTO_BBB, >+ READ_CAPACITY_OFFBY1 >+ }, > { VID_EOT, PID_EOT, RID_EOT, 0, 0 } > }; > >--- sys/dev/usb/u3g.c 2010-09-13 20:06:59.000000000 -0400 >+++ sys/dev/usb/u3g.c 2011-02-13 15:37:46.000000000 -0500 >@@ -137,6 +137,7 @@ > /* OEM: Qualcomm, Inc. */ > {{ USB_VENDOR_QUALCOMMINC, USB_PRODUCT_QUALCOMMINC_ZTE_STOR }, U3GSP_CDMA, U3GINIT_ZTESTOR }, > {{ USB_VENDOR_QUALCOMMINC, USB_PRODUCT_QUALCOMMINC_CDMA_MSM }, U3GSP_CDMA, U3GINIT_EJECT }, >+ {{ USB_VENDOR_QUALCOMM, USB_PRODUCT_QUALCOMM_CDMA_MSM }, U3GSP_CDMA, U3GINIT_NONE }, > {{ USB_VENDOR_QUALCOMMINC, USB_PRODUCT_QUALCOMMINC_ZTE_MSM }, U3GSP_CDMA, U3GINIT_NONE }, > {{ USB_VENDOR_QUALCOMMINC, USB_PRODUCT_QUALCOMMINC_AC8700 }, U3GSP_CDMA, U3GINIT_NONE }, > /* OEM: Huawei */
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 154753
: 113208