aboutsummaryrefslogtreecommitdiffstats
path: root/net/unix/sysctl_net_unix.c
blob: b3d515021b74314f6859867f0a3d749450b2cf5d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
/*
 * NET4:	Sysctl interface to net af_unix subsystem.
 *
 * Authors:	Mike Shaver.
 *
 *		This program is free software; you can redistribute it and/or
 *		modify it under the terms of the GNU General Public License
 *		as published by the Free Software Foundation; either version
 *		2 of the License, or (at your option) any later version.
 */

#include <linux/mm.h>
#include <linux/slab.h>
#include <linux/sysctl.h>

#include <net/af_unix.h>

static struct ctl_table unix_table[] = {
	{
		.procname	= "max_dgram_qlen",
		.data		= &init_net.unx.sysctl_max_dgram_qlen,
		.maxlen		= sizeof(int),
		.mode		= 0644,
		.proc_handler	= proc_dointvec
	},
	{ }
};

int __net_init unix_sysctl_register(struct net *net)
{
	struct ctl_table *table;

	table = kmemdup(unix_table, sizeof(unix_table), GFP_KERNEL);
	if (table == NULL)
		goto err_alloc;

	/* Don't export sysctls to unprivileged users */
	if (net->user_ns != &init_user_ns)
		table[0].procname = NULL;

	table[0].data = &net->unx.sysctl_max_dgram_qlen;
	net->unx.ctl = register_net_sysctl(net, "net/unix", table);
	if (net->unx.ctl == NULL)
		goto err_reg;

	return 0;

err_reg:
	kfree(table);
err_alloc:
	return -ENOMEM;
}

void unix_sysctl_unregister(struct net *net)
{
	struct ctl_table *table;

	table = net->unx.ctl->ctl_table_arg;
	unregister_net_sysctl_table(net->unx.ctl);
	kfree(table);
}
e>af27a69aaba
1da177e4c3f
af27a69aaba
1da177e4c3f


1d9f26262ae


c9a2a7c9619

71bb21b677e
eb8bff85c5b

1da177e4c3f








1d9f26262ae








968ac842c49

1da177e4c3f
1d9f26262ae
968ac842c49
1da177e4c3f


1d9f26262ae













1da177e4c3f




c9a2a7c9619












d322916c37c




c9a2a7c9619








































































1d9f26262ae









c91ed059a08




















1d9f26262ae

7d12e780e00
1da177e4c3f

71bb21b677e
1da177e4c3f
2e5b636bb5f

1da177e4c3f
c30b4c10d9c
1da177e4c3f
71bb21b677e
d2f4012f158

1da177e4c3f












71bb21b677e
3c00bb96497

c30b4c10d9c

71bb21b677e
c30b4c10d9c





1da177e4c3f


71bb21b677e
1da177e4c3f

d7ed5d883c0
1d9f26262ae
d7ed5d883c0
1da177e4c3f



1d9f26262ae
d7ed5d883c0
1da177e4c3f
71bb21b677e

1da177e4c3f














71bb21b677e



1da177e4c3f








71bb21b677e
e6c047b98bb
1da177e4c3f
71bb21b677e
c30b4c10d9c

1da177e4c3f

71bb21b677e






1da177e4c3f


1d9f26262ae































































































































7d12e780e00
1da177e4c3f

1d9f26262ae
1da177e4c3f


1d9f26262ae

1da177e4c3f




1d9f26262ae









1da177e4c3f
1d9f26262ae
1da177e4c3f


1d9f26262ae


1da177e4c3f
1d9f26262ae
1da177e4c3f

7d12e780e00
1da177e4c3f





e38de678f6b
1da177e4c3f

e38de678f6b
1da177e4c3f




01e12484838


1da177e4c3f













01e12484838

1da177e4c3f


















1e0c5b1275a




1da177e4c3f

1e0c5b1275a

1da177e4c3f









b7802c5c1ea
1da177e4c3f

1da177e4c3f








c611763d048
1da177e4c3f


































































f0d5c6f419d







b7802c5c1ea
f0d5c6f419d

b7802c5c1ea
f0d5c6f419d




b7802c5c1ea
f0d5c6f419d















71bb21b677e
1da177e4c3f

71bb21b677e
f3a5c73d5ec
c9a2a7c9619



71bb21b677e
b7802c5c1ea
1da177e4c3f
b7802c5c1ea
1da177e4c3f
b7802c5c1ea
1e0c5b1275a
1da177e4c3f
963f626d46d
1da177e4c3f

1e0c5b1275a
1da177e4c3f


71bb21b677e
b7802c5c1ea
1da177e4c3f
b7802c5c1ea
1da177e4c3f
1e0c5b1275a










71bb21b677e

1e0c5b1275a

71bb21b677e

1e0c5b1275a

71bb21b677e
1da177e4c3f




2e5b636bb5f
1da177e4c3f
1d9f26262ae
d6690911d68

1da177e4c3f


c9a2a7c9619














1da177e4c3f


71bb21b677e
2e5b636bb5f
1da177e4c3f

f42649e8483
2e5b636bb5f

1da177e4c3f
2e5b636bb5f

1d9f26262ae

1e0c5b1275a
1da177e4c3f
71bb21b677e






1da177e4c3f

c9a2a7c9619





7105d2ea73e










7b19ada2ed3


71bb21b677e

1da177e4c3f
7b19ada2ed3
2e5b636bb5f


1da177e4c3f
71bb21b677e
7b19ada2ed3

1da177e4c3f

71bb21b677e
7b19ada2ed3

1da177e4c3f

71bb21b677e








08ffce4560e
2e5b636bb5f
71bb21b677e
2e5b636bb5f



1db3a3453f6
1da177e4c3f
7b19ada2ed3
71bb21b677e


1da177e4c3f
f42649e8483

1da177e4c3f

f0d5c6f419d
1da177e4c3f



f0d5c6f419d


1da177e4c3f


f42649e8483
2e5b636bb5f
1da177e4c3f
1e0c5b1275a
1da177e4c3f


b7802c5c1ea
1da177e4c3f

e38de678f6b
1da177e4c3f
f42649e8483

1da177e4c3f



968ac842c49

1da177e4c3f




1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897



                                                        
                                                              

                                                      
                                                                 








                                                                              
                      
                       













                                                                            







                                                                            

                                                                              
 
                                                         
                                                                                                         
                                                                                         

                                                
                                                                                         

                                                


                                                                                                           
                                                

                                                                                                     
                                                
                                                                                            


                                                                                                  


                                                                    

                                                
                                                                                                

                                                                                                     








                                                                    








                                                         

                                                
                                                
                                                
                                                


                                                













                                                  




                                                       












                                                               




                                                                    








































































                                                                                                    









                                                                               




















                                                              

 
                                                        

                                                  
                                                      
                                                

                                             
                                                   
                                  
 
                                           

                                         












                                                                
                                          

                                        

         
                                          





                                               


                            
                                                          

                                                                          
 
                                                                             
 



                                 
                                                                     
 
                                                          

                        














                                                                                   



                                                    








                                                      
                                      
                                                                                                        
 
                                                           

                                                            

         






                                                               


                        































































































































                                                                               
                                                               

                                                  
                                                      


                                                                    

                                                                             




                                                   









                                                                          
                                        
         


                                                           


                                                                               
                                        
         

                                   
                                             





                                           
                                                                                          

                                                 
                                                                                 




                                 


                                                                          













                                                                          

                                                      


















                                                                          




                                                                               

                                                         

                                                                  









                                                                      
                                                                      

                                                 








                                                                           
                                  


































































                                                                        







                                                             
                         

                                       
                                                     




                                                                                  
                                                      















                                                                                    
                                                

                                                  
                                                      
 



                                                       
                                         
                                                   
                          
         
 
                                           
                                                                                   
                          
         

                                          
                                                                            


                          
                                         
                                                    
                          
         
 










                                                                          

                                            

                               

                                              

                          
                                     




                                                    
 
                               
                                     

                                                    


                    














                                                           


                                      
                                            
                                                     

                    
                                                             

                                       
                               

                          

                                                                             
                                
 






                                                  

                               





                                                                                                      










                                                                        


                                                                             

                                                         
 
                                                          


                                                               
 
                                        

                                                                         

         
                                                           

                                                                             

         








                                                                           
                                                                                           
                                
                                                                                        



                                        
                                                       
 
                                                             


                                                                                
 

                                              

                                                      
                                  



                                              


                                                                                  


                 
                               
                                
                    
                                


                  
                                                             

                    
                                            
 

                                                  



                                         

                                                                    




                                         
/*
 * ALPS touchpad PS/2 mouse driver
 *
 * Copyright (c) 2003 Neil Brown <neilb@cse.unsw.edu.au>
 * Copyright (c) 2003-2005 Peter Osterlund <petero2@telia.com>
 * Copyright (c) 2004 Dmitry Torokhov <dtor@mail.ru>
 * Copyright (c) 2005 Vojtech Pavlik <vojtech@suse.cz>
 * Copyright (c) 2009 Sebastian Kapfer <sebastian_kapfer@gmx.net>
 *
 * ALPS detection, tap switching and status querying info is taken from
 * tpconfig utility (by C. Scott Ananian and Bruce Kall).
 *
 * This program is free software; you can redistribute it and/or modify it
 * under the terms of the GNU General Public License version 2 as published by
 * the Free Software Foundation.
 */

#include <linux/dmi.h>
#include <linux/slab.h>
#include <linux/input.h>
#include <linux/serio.h>
#include <linux/libps2.h>

#include "psmouse.h"
#include "alps.h"

#undef DEBUG
#ifdef DEBUG
#define dbg(format, arg...) printk(KERN_INFO "alps.c: " format "\n", ## arg)
#else
#define dbg(format, arg...) do {} while (0)
#endif

#define ALPS_OLDPROTO		0x01	/* old style input */
#define ALPS_DUALPOINT		0x02	/* touchpad has trackstick */
#define ALPS_PASS		0x04	/* device has a pass-through port */

#define ALPS_WHEEL		0x08	/* hardware wheel present */
#define ALPS_FW_BK_1		0x10	/* front & back buttons present */
#define ALPS_FW_BK_2		0x20	/* front & back buttons present */
#define ALPS_FOUR_BUTTONS	0x40	/* 4 direction button present */
#define ALPS_PS2_INTERLEAVED	0x80	/* 3-byte PS/2 packet interleaved with
					   6-byte ALPS packet */

static const struct alps_model_info alps_model_data[] = {
	{ { 0x32, 0x02, 0x14 },	0xf8, 0xf8, ALPS_PASS | ALPS_DUALPOINT }, /* Toshiba Salellite Pro M10 */
	{ { 0x33, 0x02, 0x0a },	0x88, 0xf8, ALPS_OLDPROTO },		  /* UMAX-530T */
	{ { 0x53, 0x02, 0x0a },	0xf8, 0xf8, 0 },
	{ { 0x53, 0x02, 0x14 },	0xf8, 0xf8, 0 },
	{ { 0x60, 0x03, 0xc8 }, 0xf8, 0xf8, 0 },			  /* HP ze1115 */
	{ { 0x63, 0x02, 0x0a },	0xf8, 0xf8, 0 },
	{ { 0x63, 0x02, 0x14 },	0xf8, 0xf8, 0 },
	{ { 0x63, 0x02, 0x28 },	0xf8, 0xf8, ALPS_FW_BK_2 },		  /* Fujitsu Siemens S6010 */
	{ { 0x63, 0x02, 0x3c },	0x8f, 0x8f, ALPS_WHEEL },		  /* Toshiba Satellite S2400-103 */
	{ { 0x63, 0x02, 0x50 },	0xef, 0xef, ALPS_FW_BK_1 },		  /* NEC Versa L320 */
	{ { 0x63, 0x02, 0x64 },	0xf8, 0xf8, 0 },
	{ { 0x63, 0x03, 0xc8 }, 0xf8, 0xf8, ALPS_PASS | ALPS_DUALPOINT }, /* Dell Latitude D800 */
	{ { 0x73, 0x00, 0x0a },	0xf8, 0xf8, ALPS_DUALPOINT },		  /* ThinkPad R61 8918-5QG */
	{ { 0x73, 0x02, 0x0a },	0xf8, 0xf8, 0 },
	{ { 0x73, 0x02, 0x14 },	0xf8, 0xf8, ALPS_FW_BK_2 },		  /* Ahtec Laptop */
	{ { 0x20, 0x02, 0x0e },	0xf8, 0xf8, ALPS_PASS | ALPS_DUALPOINT }, /* XXX */
	{ { 0x22, 0x02, 0x0a },	0xf8, 0xf8, ALPS_PASS | ALPS_DUALPOINT },
	{ { 0x22, 0x02, 0x14 }, 0xff, 0xff, ALPS_PASS | ALPS_DUALPOINT }, /* Dell Latitude D600 */
	/* Dell Latitude E5500, E6400, E6500, Precision M4400 */
	{ { 0x62, 0x02, 0x14 }, 0xcf, 0xcf,
		ALPS_PASS | ALPS_DUALPOINT | ALPS_PS2_INTERLEAVED },
	/* Dell Precision 4500 */
	{ { 0x73, 0x02, 0x64 }, 0x80, 0x80, 0 },
	{ { 0x73, 0x02, 0x50 }, 0xcf, 0xcf, ALPS_FOUR_BUTTONS },	  /* Dell Vostro 1400 */
	{ { 0x52, 0x01, 0x14 }, 0xff, 0xff,
		ALPS_PASS | ALPS_DUALPOINT | ALPS_PS2_INTERLEAVED },	  /* Toshiba Tecra A11-11L */
};

/*
 * XXX - this entry is suspicious. First byte has zero lower nibble,
 * which is what a normal mouse would report. Also, the value 0x0e
 * isn't valid per PS/2 spec.
 */

/*
 * PS/2 packet format
 *
 * byte 0:  0    0 YSGN XSGN    1    M    R    L
 * byte 1: X7   X6   X5   X4   X3   X2   X1   X0
 * byte 2: Y7   Y6   Y5   Y4   Y3   Y2   Y1   Y0
 *
 * Note that the device never signals overflow condition.
 *
 * ALPS absolute Mode - new format
 *