* [Kein Betreff]
@ 2003-09-08 12:10 mailing
0 siblings, 0 replies; 12+ messages in thread
From: mailing @ 2003-09-08 12:10 UTC (permalink / raw)
To: linux-newbie
Hi,
i've installed an Aurox Linux on my ThinkPad. I want to use my
USB - MP3-Player with it. Also
i added the following lines into the
'/usr/src/linux/drivers/usb/storage/unusual_dev.h' :
UNUSUAL_DEV ( 0x09bc, 0x0003, 0x0000, 0x9999,
"PONTIS",
"SP600",
US_SC_SCSI, US_PR_BULK, NULL,
US_FL_START_STOP),
I've tested it on a Debian-Linux with an 2.4.18 kernel and it
runs. But if i want to compile it on
my ThinkPad whith a 2.4.22 kernel from kernel.org i got the following
error message:
In file included from usb.c:190:
unusual_devs.h:641: `US_FL_START_STOP' undeclared here (not
in a function)
unusual_devs.h:641: initializer element is not constant
unusual_devs.h:641: (near initialization for
`us_unusual_dev_list[63].flags')
unusual_devs.h:641: initializer element is not constant
unusual_devs.h:641: (near initialization for
`us_unusual_dev_list[63]')
usb.c:194: initializer element is not constant
usb.c:194: (near initialization for
`us_unusual_dev_list[64]')
usb.c:196: initializer element is not constant
usb.c:196: (near initialization for
`us_unusual_dev_list[65]')
...
.
.
...
usb.c:232: initializer element is not constant
usb.c:232: (near initialization for
`us_unusual_dev_list[81]')
usb.c:235: initializer element is not constant
usb.c:235: (near initialization for
`us_unusual_dev_list[82]')
make[4]: *** [usb.o] Fehler 1
make[3]: *** [first_rule] Fehler 2
make[2]: *** [_subdir_storage] Fehler 2
make[1]: *** [_subdir_usb] Fehler 2
make: *** [_dir_drivers] Fehler 2
I can't understand this error message, so i can't repair it and i
can't use my MP3-Player. Any
help or pointers on this issue would be nice for me.
Thanks
Thorsten
PS: Excuse for my bad english...
--
Thorsten Alge <mailing@thorsten-alge.de>
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs
^ permalink raw reply [flat|nested] 12+ messages in thread
* [Kein Betreff]
@ 2003-12-05 11:51 listen
0 siblings, 0 replies; 12+ messages in thread
From: listen @ 2003-12-05 11:51 UTC (permalink / raw)
To: linux-kernel
auth 48343ef4 subscribe linux-kernel listen@koetting-online.de
^ permalink raw reply [flat|nested] 12+ messages in thread
* (kein Betreff)
@ 2005-01-06 8:38 Harald Mehlem
0 siblings, 0 replies; 12+ messages in thread
From: Harald Mehlem @ 2005-01-06 8:38 UTC (permalink / raw)
To: linux-kernel
unsubscribe linux-kernel
^ permalink raw reply [flat|nested] 12+ messages in thread
* (kein Betreff)
@ 2005-03-23 14:18 manitu
0 siblings, 0 replies; 12+ messages in thread
From: manitu @ 2005-03-23 14:18 UTC (permalink / raw)
To: linux-kernel
unsubscribe
^ permalink raw reply [flat|nested] 12+ messages in thread
* (kein Betreff)
@ 2006-12-04 8:35 Christian Zehring
0 siblings, 0 replies; 12+ messages in thread
From: Christian Zehring @ 2006-12-04 8:35 UTC (permalink / raw)
To: linux-kernel
help
^ permalink raw reply [flat|nested] 12+ messages in thread
* (kein Betreff)
@ 2009-05-24 11:35 Stefan Below
0 siblings, 0 replies; 12+ messages in thread
From: Stefan Below @ 2009-05-24 11:35 UTC (permalink / raw)
To: linux-media
subscribe linux-media
^ permalink raw reply [flat|nested] 12+ messages in thread
* (kein Betreff)
2009-07-27 14:30 ` [PATCH 6/7] kvm/mmu: enable gbpages by increasing nr of pagesizes Joerg Roedel
@ 2009-07-27 14:35 ` Jens Regel
0 siblings, 0 replies; 12+ messages in thread
From: Jens Regel @ 2009-07-27 14:35 UTC (permalink / raw)
To: linux-kernel
unsubscribe linux-kernel
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: <kein Betreff>
2010-07-28 23:40 (unknown), Maxim Levitsky
@ 2010-07-29 7:23 ` Christoph Bartelmus
0 siblings, 0 replies; 12+ messages in thread
From: Christoph Bartelmus @ 2010-07-29 7:23 UTC (permalink / raw)
To: maximlevitsky; +Cc: jarod, linux-input, linux-media, lirc-list, mchehab
Hi Maxim,
on 29 Jul 10 at 02:40, Maxim Levitsky wrote:
[...]
> In addition to comments, I changed helper function that processes samples
> so it sends last space as soon as timeout is reached.
> This breaks somewhat lirc, because now it gets 2 spaces in row.
> However, if it uses timeout reports (which are now fully supported)
> it will get such report in middle.
>
> Note that I send timeout report with zero value.
> I don't think that this value is importaint.
This does not sound good. Of course the value is important to userspace
and 2 spaces in a row will break decoding.
Christoph
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: <kein Betreff>
@ 2010-07-29 7:23 ` Christoph Bartelmus
0 siblings, 0 replies; 12+ messages in thread
From: Christoph Bartelmus @ 2010-07-29 7:23 UTC (permalink / raw)
To: maximlevitsky; +Cc: jarod, linux-input, linux-media, lirc-list, mchehab
Hi Maxim,
on 29 Jul 10 at 02:40, Maxim Levitsky wrote:
[...]
> In addition to comments, I changed helper function that processes samples
> so it sends last space as soon as timeout is reached.
> This breaks somewhat lirc, because now it gets 2 spaces in row.
> However, if it uses timeout reports (which are now fully supported)
> it will get such report in middle.
>
> Note that I send timeout report with zero value.
> I don't think that this value is importaint.
This does not sound good. Of course the value is important to userspace
and 2 spaces in a row will break decoding.
Christoph
^ permalink raw reply [flat|nested] 12+ messages in thread
* [Kein Betreff]
@ 2017-07-25 6:50 Lars Reichardt
0 siblings, 0 replies; 12+ messages in thread
From: Lars Reichardt @ 2017-07-25 6:50 UTC (permalink / raw)
To: linux-next
unsubscribe linux-next
^ permalink raw reply [flat|nested] 12+ messages in thread
* [Kein Betreff]
@ 2017-07-26 5:59 Lars Reichardt
0 siblings, 0 replies; 12+ messages in thread
From: Lars Reichardt @ 2017-07-26 5:59 UTC (permalink / raw)
To: linux-next
unsubscribe linux-next
^ permalink raw reply [flat|nested] 12+ messages in thread
* (kein Betreff)
@ 2021-12-07 19:45 NFS Traumatized Linux User
0 siblings, 0 replies; 12+ messages in thread
From: NFS Traumatized Linux User @ 2021-12-07 19:45 UTC (permalink / raw)
To: linux-nfs
unsubscribe linux-nfs
^ permalink raw reply [flat|nested] 12+ messages in thread
end of thread, other threads:[~2021-12-07 19:51 UTC | newest]
Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-01-06 8:38 (kein Betreff) Harald Mehlem
-- strict thread matches above, loose matches on Subject: below --
2021-12-07 19:45 NFS Traumatized Linux User
2017-07-26 5:59 [Kein Betreff] Lars Reichardt
2017-07-25 6:50 Lars Reichardt
2010-07-28 23:40 (unknown), Maxim Levitsky
2010-07-29 7:23 ` <kein Betreff> Christoph Bartelmus
2010-07-29 7:23 ` Christoph Bartelmus
2009-07-27 14:30 [PATCH 0/7 v5] KVM: support for 1gb pages Joerg Roedel
2009-07-27 14:30 ` [PATCH 6/7] kvm/mmu: enable gbpages by increasing nr of pagesizes Joerg Roedel
2009-07-27 14:35 ` (kein Betreff) Jens Regel
2009-05-24 11:35 Stefan Below
2006-12-04 8:35 Christian Zehring
2005-03-23 14:18 manitu
2003-12-05 11:51 [Kein Betreff] listen
2003-09-08 12:10 mailing
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.