Screenshot instructions:
Windows
Mac
Red Hat Linux
Ubuntu
Click URL instructions:
Right-click on ad, choose "Copy Link", then paste here →
(This may not be possible with some types of ads)
You can subscribe to this list here.
2001 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(1) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2002 |
Jan
|
Feb
(12) |
Mar
(43) |
Apr
(51) |
May
(9) |
Jun
(54) |
Jul
(89) |
Aug
(148) |
Sep
(84) |
Oct
(139) |
Nov
(88) |
Dec
(68) |
2003 |
Jan
(64) |
Feb
(55) |
Mar
(59) |
Apr
(66) |
May
(93) |
Jun
(103) |
Jul
(73) |
Aug
(174) |
Sep
(167) |
Oct
(96) |
Nov
(128) |
Dec
(61) |
2004 |
Jan
(162) |
Feb
(138) |
Mar
(112) |
Apr
(52) |
May
(83) |
Jun
(105) |
Jul
(112) |
Aug
(51) |
Sep
(75) |
Oct
(63) |
Nov
(31) |
Dec
(25) |
2005 |
Jan
(71) |
Feb
(42) |
Mar
(23) |
Apr
(32) |
May
(36) |
Jun
(22) |
Jul
(12) |
Aug
(14) |
Sep
(37) |
Oct
(8) |
Nov
(6) |
Dec
(7) |
2006 |
Jan
(22) |
Feb
(78) |
Mar
(17) |
Apr
(66) |
May
(56) |
Jun
(24) |
Jul
(18) |
Aug
(12) |
Sep
(118) |
Oct
(13) |
Nov
(21) |
Dec
(11) |
2007 |
Jan
(21) |
Feb
(30) |
Mar
(74) |
Apr
(38) |
May
(30) |
Jun
(11) |
Jul
(59) |
Aug
(26) |
Sep
(6) |
Oct
(18) |
Nov
(14) |
Dec
(19) |
2008 |
Jan
(17) |
Feb
|
Mar
(7) |
Apr
(8) |
May
(6) |
Jun
(7) |
Jul
(5) |
Aug
|
Sep
(1) |
Oct
(18) |
Nov
(13) |
Dec
(24) |
2009 |
Jan
(5) |
Feb
|
Mar
(21) |
Apr
(2) |
May
(2) |
Jun
(3) |
Jul
(2) |
Aug
(2) |
Sep
(16) |
Oct
(3) |
Nov
(1) |
Dec
(2) |
2010 |
Jan
(5) |
Feb
(1) |
Mar
(1) |
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
(1) |
Dec
|
2011 |
Jan
|
Feb
(1) |
Mar
(2) |
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
2012 |
Jan
|
Feb
|
Mar
|
Apr
(3) |
May
(9) |
Jun
|
Jul
|
Aug
(6) |
Sep
|
Oct
(6) |
Nov
|
Dec
|
2013 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2014 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
(1) |
2015 |
Jan
|
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2016 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
(8) |
Jun
|
Jul
(1) |
Aug
(2) |
Sep
|
Oct
|
Nov
|
Dec
|
S | M | T | W | T | F | S |
---|---|---|---|---|---|---|
|
|
|
|
1
(1) |
2
(3) |
3
|
4
(3) |
5
(2) |
6
(1) |
7
(1) |
8
(3) |
9
(8) |
10
(5) |
11
(1) |
12
(6) |
13
(11) |
14
(4) |
15
(11) |
16
(10) |
17
(3) |
18
(1) |
19
(1) |
20
(3) |
21
(9) |
22
(3) |
23
|
24
(1) |
25
|
26
(3) |
27
|
28
(4) |
29
(4) |
30
(8) |
31
(2) |
From: Martin Diehl <lists@md...> - 2004-07-05 21:22:54
|
[linux-usb-users dropped from cc] On Sun, 4 Jul 2004, Raj Mathur wrote: > Martin> Simply try editing the file > Martin> linux/drivers/net/irda/ma600-sir.c. In line 197 > Martin> (2.6.7-vanilla) change the "#if 1" to read "#if 0" and > Martin> rebuild your module. By chance this will help you out > Martin> because the speed chance was likely working, just the > Martin> verification failed. > > Made the change (#if 0), and now it's working fine at 115200bps. > Tried a file transfer from phone to computer, and a cu, both of which > worked. Thanks for the tip! Ok, thanks for the confirmation. Seems my hoping was justified, the speed change was in fact working, just the readback test failed for one of the indicated reasons. I've no idea whether it was ever working with the ma600 and neither do I have any of this hardware. So I think the best I could do would be to have the test not enabled by default. It's not really needed and if the speed change fails the stack will realize anyway ;-) > >> - - Unloading the PL2303 module (modprobe -r pl2303) results in > >> a kernel oops: > > Martin> What happens if you first unplug the ma620 before rmmod > Martin> pl2303? Anyway, this looks like an issue with usbserial > Martin> so Greg might be interested. > > Haven't tried that yet, will post once I have some results on that > front. Just don't bother - see Greg's response: known usbserial bug, will be fixed in 2.6.8 Martin |
From: Greg KH <greg@kr...> - 2004-07-05 00:27:06
|
On Sun, Jul 04, 2004 at 08:32:27AM +0530, Raj Mathur wrote: > - Unloading the PL2303 module (modprobe -r pl2303) results in a kernel > oops: Known bug, already fixed in Linus's tree, will show up in the next kernel release. thanks, greg k-h |