From: Bryan Wu
The SanDisk Corporation U3 Cruzer Micro 1/4GB Flash Drive 16244373FFB4
does not like to be reset, so check for it.
Signed-off-by: Bryan Wu
Signed-off-by: Mike Frysinger
---
v1
- tweak comment style
common/usb_storage.c |6 ++
1 files changed, 6 insertions(+
On Wednesday 31 December 2008 14:38:38 Wolfgang Denk wrote:
> In message <200812310242.57366.vap...@gentoo.org> you wrote:
> > > > + /* SanDisk Corporation U3 Cruzer Micro 1/4GB
> > > > +* Flash Drive 16244373FFB4 */
> > > > + (dev->descriptor.idVendor =3D=3D 0x0
Fully Licensed Medical Doctors in the USA
788,914 in total <> 17,773 emails
MD in over 36 specialties
you can sort by many different fields like primary or secondary specialty
Cost just slashed - $395
*** If you order this week you will receive the 4 complimentary datasets below:
===
C
Hi Scott,
A gentle question on drivers/mtd/nand/nand_bbt.c:largepage_flashbased
in Micron devices, the bb marker is the first word. for a x8 device is
1 byte and x16 device it is 2 bytes. .len = 2 makes sense for an x16
device in the above variable, however the marker does a false postive
detection
Dear kenneth johansson,
In message <1230715433.19628.12.ca...@duo> you wrote:
>
> > If you find the make output annoying, you can silence make by passing
> > the "-s" flag.
>
> -s is a bit to much you get no feedback at all.
But that's the preferred way of doing things, at least according to
Uni
Dear Mike,
In message <200812310242.57366.vap...@gentoo.org> you wrote:
>
> > > + /* SanDisk Corporation U3 Cruzer Micro 1/4GB
> > > + * Flash Drive 16244373FFB4 */
> > > + (dev->descriptor.idVendor =3D=3D 0x0781 &&
> > > + dev->descriptor.idProduct =3D=3D 0x5406)
> >
> > Ple
The pcs440ep's led command usage formatting is non-standard. It
was made standard in preparation for larger command usage updates.
Signed-off-by: Peter Tyser
---
board/pcs440ep/pcs440ep.c |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/board/pcs440ep/pcs440ep.c b/board
Update taihu and taishan commands to use cmd_usage() function
to display usage messages.
Signed-off-by: Peter Tyser
---
board/amcc/taihu/lcd.c |6 +++---
board/amcc/taihu/taihu.c |6 +++---
board/amcc/taishan/lcd.c |6 +++---
3 files changed, 9 insertions(+), 9 deletions(-)
diff -
This patch series attempts to clean up how the "usage" field
of the cmd_tbl_s structure is used. It does 3 things:
1. Adds a cmd_usage() function to print a command's usage
2. Removes the command name from the usage field for all commands
3. Removes newlines from the usage field of all commands
T
The diufb command usage formatting is non-standard. It was
made standard in preparation for larger command usage updates.
Signed-off-by: Peter Tyser
---
board/ads5121/ads5121_diu.c |2 +-
board/freescale/mpc8610hpcd/mpc8610hpcd_diu.c |2 +-
2 files changed, 2 insertion
On Wed, 2008-12-31 at 06:15 -0500, Mike Frysinger wrote:
> On Wednesday 31 December 2008 05:06:51 kenneth johansson wrote:
> > On Wed, 2008-12-31 at 04:46 -0500, Mike Frysinger wrote:
> > > i.e. drop all of the $(AR) calls in board/*/Makefile and replace it with
> > > a toplevel pattern kind of lik
On Wednesday 31 December 2008 05:06:51 kenneth johansson wrote:
> On Wed, 2008-12-31 at 04:46 -0500, Mike Frysinger wrote:
> > i.e. drop all of the $(AR) calls in board/*/Makefile and replace it with
> > a toplevel pattern kind of like:
> > %.a: %.o
> > $(AR) $(ARFLAGS) $^ -o $@
>
> sure but th
Hi,
Remy Bohmer wrote:
> Hello Michael,
>
> Is this path 1/3, or 0/2 (file number 0 usually only contains some
> comments on the series to follow, and is thus not part of the patch
> series itself...)
>
It is a mistake. I will pay attention in the feauture.
> Kind Regards,
>
> Remy
>
>
>
>
>
Hello,
I'm not sure if this is the proper way to submit a patch - please feel
free to let me know what needs to be changed, if anything.
Thanks,
Daniel Schuler
===
The current SBC-2410A board from Embest ships with 2MiB of NOR FLASH,
for which CONFIG_AMD_LV160 has been define
On Wed, 2008-12-31 at 04:46 -0500, Mike Frysinger wrote:
> i dont really like how the changes are integrated. it'll require constant
> maintenance to add these QUIET prefix vars. is there a reason we cant go the
> opposite direction and set CC/etc... directly ? or try unifying things with
> p
Hello Michael,
Is this path 1/3, or 0/2 (file number 0 usually only contains some
comments on the series to follow, and is thus not part of the patch
series itself...)
Kind Regards,
Remy
2008/12/31 Michael Trimarchi :
> Add USB ehci pci support. This patch doesn't include any
> pci_ids and it i
On Wednesday 31 December 2008 04:23:53 kenneth johansson wrote:
> On Tue, 2008-12-30 at 23:14 +0100, Wolfgang Denk wrote:
> > Dear kenneth johansson,
> >
> > In message <1230636057.17914.5.ca...@duo> you wrote:
> > > Only print out the target name during make.
> > > For old style set V=1
> >
> > Wh
Add USB ehci ixp4xx host controller. Test on ixdp465 board.
Signed-off-by: Michael Trimarchi
---
drivers/usb/Makefile |1 +
drivers/usb/usb_ehci_ixp.c | 49
2 files changed, 50 insertions(+), 0 deletions(-)
create mode 100644 drivers/usb
USB ehci code cleanup. Use handshake instead of infinite while loop
to check the STD_ASS status
Signed-off-by: Michael Trimarchi
---
drivers/usb/usb_ehci_core.c | 49 ++-
1 files changed, 25 insertions(+), 24 deletions(-)
diff --git a/drivers/usb/usb_e
Add USB ehci pci support. This patch doesn't include any
pci_ids and it is not tested on real hardware.
Signed-off-by: Michael Trimarchi
---
drivers/usb/Makefile |1 +
drivers/usb/usb_ehci_pci.c | 64
2 files changed, 65 insertions(+), 0
On Tue, 2008-12-30 at 23:14 +0100, Wolfgang Denk wrote:
> Dear kenneth johansson,
>
> In message <1230636057.17914.5.ca...@duo> you wrote:
> >
> > Only print out the target name during make.
> > For old style set V=1
>
> What is the rationale for this patch? I can see no real advantage with
> it
On Tuesday 30 December 2008 03:25:26 kenneth johansson wrote:
> Only print out the target name during make.
> For old style set V=1
your changelog summary "make make quiet" isnt really clear. it should be
something along the lines of "make default build output simple like kbuild".
-mike
signat
On Tuesday 30 December 2008 17:52:41 Wolfgang Denk wrote:
> In message <1230623951-16497-1-git-send-email-vap...@gentoo.org> you wrote:
> > --- a/common/usb_storage.c
> > +++ b/common/usb_storage.c
> > @@ -1166,6 +1166,11 @@ int usb_stor_get_info(struct usb_device
> > *dev,struct us_data *ss,block_
23 matches
Mail list logo