From: Greg KH <[EMAIL PROTECTED]>
Reply-To: linux-usb-devel@lists.sourceforge.net
To: [EMAIL PROTECTED]
CC: linux-usb-devel@lists.sourceforge.net
Subject: Re: [linux-usb-devel] Query over mouting mass-storage driver
Date: Sat, 29 Apr 2006 00:44:52 -0700
On Sat, Apr 29, 2006 at 06:32:17AM +,
Restarted FlighGear-0.9.10, now both work, that was after having the
yoke not working with jstest.
Regards
Sid.
Sid Boyce wrote:
Kernel 2.6.16-git8 neither worked, 2.6.17-rc3-git2 only Pedals work.
# jstest /dev/input/js0
Joystick (CH PRODUCTS CH FLIGHT SIM YOKE USB ) has 7 axes and 12
buttons
Kernel 2.6.16-git8 neither worked, 2.6.17-rc3-git2 only Pedals work.
# jstest /dev/input/js0
Joystick (CH PRODUCTS CH FLIGHT SIM YOKE USB ) has 7 axes and 12
buttons. Driver version is 2.1.0.
Testing ... (interrupt to exit)
Axes: 0: 6756 1: 3378 2: 32767 3:-32767 4:-32767 5: 0 6:
Matthew Dharm wrote:
> On Sat, Apr 29, 2006 at 11:48:16AM -0400, Alan Stern wrote:
>> On Sat, 29 Apr 2006, Phil Dibowitz wrote:
>>
>>> Tangential question - you're making the decision for the user here, so
>>> more so than "Why does Pete want to drive his iPod with ub", why does
>>> this make sense
On Sat, Apr 29, 2006 at 11:48:16AM -0400, Alan Stern wrote:
> On Sat, 29 Apr 2006, Phil Dibowitz wrote:
>
> > Tangential question - you're making the decision for the user here, so
> > more so than "Why does Pete want to drive his iPod with ub", why does
> > this make sense for everyone who uses L
On Sat, 29 Apr 2006 [EMAIL PROTECTED] wrote:
> > We keep hitting these, so I'm wondering if it would be wise
> > to create a unified flag with only 32KB limit. I understand that
> > this would limit the performance more than the 64KB limit which
> > Benjamin used. But perhaps it's something accept
> +static int max_sectors_init (struct us_data *us);
> +
> /* The entries in this table, except for final ones here
> * (USB_MASS_STORAGE_CLASS and the empty entry), correspond,
> * line for line with the entries of us_unsuaul_dev_list[].
> @@ -1071,6 +1073,12 @@ static void * storage_probe(s
On Sat, 29 Apr 2006 21:54:15 +0200, [EMAIL PROTECTED] wrote:
> --- linux-2.6.16/drivers/usb/storage/scsiglue.c 2006-04-29
> 20:59:46.0 +0200
> +++ linux-2.6.16patched/drivers/usb/storage/scsiglue.c2006-04-29
> 20:01:36.0 +0200
> @@ -122,6 +122,13 @@
>
On Sat, 29 Apr 2006 21:54:15 +0200, [EMAIL PROTECTED] wrote:
> +++ linux-2.6.16patched/drivers/usb/storage/scsiglue.c2006-04-29
> 20:01:36.0 +0200
> @@ -122,6 +122,13 @@
> sdev->request_queue->max_sectors > 64)
> blk_queue_max_sectors(sdev->requ
Okay,
I have tried to make a new patch now.
Changes :
- New flag MAX_SECTORS_128 in include/linux/usb_usual.h
- Sets max_sectors per request of queue to 128 sectors if
flag is set in drivers/usb/storage/scsiglue.c
- New device entry for unusual_dev.h with rev id 0x0103 instead
On Sat, 29 Apr 2006, Henrik Johansson wrote:
> Hi,
>
> I have a problem with the USB on my VIA SP13000 motherboard when connecting a
> M-Audio Sonica. This device need a firmware transfer in order to function and
> for some reason it doesn't recognize the device after the transfer.
> Here's the
On Sat, 29 Apr 2006 17:57:08 +0200, Christian Iversen <[EMAIL PROTECTED]> wrote:
> > > UNUSUAL_DEV2?! Ew. How about UNUSUAL_DEV_UB?
> >
> > I agree that UNUSUAL_DEV2 is not the best name. But UNUSUAL_DEV_UB is
> > even worse, because these entries are not automatically directed to ub.
> > I'm not
Hi all,
I recently got a NEC n343i modem and I'm wondering if I can get Linux to
talk to it. It looks like this:
T: Bus=03 Lev=01 Prnt=01 Port=03 Cnt=02 Dev#= 5 Spd=12 MxCh= 0
D: Ver= 1.10 Cls=00(>ifc ) Sub=00 Prot=00 MxPS= 8 #Cfgs= 1
P: Vendor=0409 ProdID=016b Rev= 0.00
S: Manufacturer=QU
On Sat, 29 Apr 2006, Pete Zaitcev wrote:
> Recently, I started to receive reports of various sticks which provide
> two devices. The 0c45:1060 is one such. Often, one LUN reports its type
> as a CD, while the other is a normal storage device. This has to do with
> some data protection schemes whic
Hi,
I have a problem with the USB on my VIA SP13000 motherboard when connecting a
M-Audio Sonica. This device need a firmware transfer in order to function and
for some reason it doesn't recognize the device after the transfer.
Here's the kernel log:
usb 1-1: new full speed USB device using uhci
On Sat, 29 Apr 2006 03:19:42 -0700, Phil Dibowitz <[EMAIL PROTECTED]> wrote:
> > +/*
> > + * Pete Zaitcev <[EMAIL PROTECTED]>, bz#164688.
> > + * The device blatantly ignores LUN and returns 1 in GetMaxLUN.
> > + */
> > +UNUSUAL_DEV( 0x0c45, 0x1060, 0x0100, 0x0100,
> > + "Unknown",
> > +
On Saturday 29 April 2006 17:48, Alan Stern wrote:
> On Sat, 29 Apr 2006, Phil Dibowitz wrote:
> > Tangential question - you're making the decision for the user here, so
> > more so than "Why does Pete want to drive his iPod with ub", why does
> > this make sense for everyone who uses Linux?
>
> Ph
On Sat, 29 Apr 2006, Phil Dibowitz wrote:
> Tangential question - you're making the decision for the user here, so
> more so than "Why does Pete want to drive his iPod with ub", why does
> this make sense for everyone who uses Linux?
Phil, I think you have misunderstood the point of this patch.
On Sat, 29 Apr 2006, Nickolay V. Shmyrev wrote:
> Hi all,
>
> Thanks again to Alan for pointing on very useful PLSCSI tool to work
> with USB sticks. And many thanks to Gerard, I hope sometimes we'll get
> scanning capabilities support on that stick too.
>
> I've succeeded to enable read-write
[EMAIL PROTECTED] wrote:
>
>
> Sorry, I wrote this email 3 days ago, but I used the wrong email address :(
No worries. But please use "reply-to-all" so the list is CC'd.
> > I have a few concerns about your patch:
>
> > 1. What makes you think it needs US_FL_FIX_CAPACITY and
> > US_FL_IGN
Pete Zaitcev wrote:
> Hi, guys:
>
> In the current libusual system, if a device is listed in unusual_devs.h,
> it cannot be serviced by ub. Which is fine most of the time, because
> listed devices are largely obscure. Unfortunately, iPod is listed too,
> but I wish [to continue] to drive my iPod w
Hi all,
Thanks again to Alan for pointing on very useful PLSCSI tool to work
with USB sticks. And many thanks to Gerard, I hope sometimes we'll get
scanning capabilities support on that stick too.
I've succeeded to enable read-write disk on that stick, now I can easily
work with it under Linux w
On Sat, Apr 29, 2006 at 06:32:17AM +, [EMAIL PROTECTED] wrote:
> >On Fri, Apr 28, 2006 at 05:01:32AM +, [EMAIL PROTECTED] wrote:
> >> Hi,
> >>
> >> I have question.
> >>
> >> I have written a Skelton driver for Mass-Storage device (init,exit,
> >probe,
> >> disconnect,release,and open). Wh
On Fri, Apr 28, 2006 at 10:28:27PM -0400, Karl vom Dorff wrote:
> Haiku is an open source implementation of the BeOS, it's currently
> progressing quite rapidly. In order to speed development, a code bounty
> website was started. Haiku bounties is looking for a developer to port from
> Linux or
24 matches
Mail list logo