Skip to content

Commit

Permalink
Add F-05E Fujitsu ArrowsTab entry
Browse files Browse the repository at this point in the history
  • Loading branch information
NOKUBI Takatsugu committed Aug 28, 2015
1 parent 80b8467 commit cbf1db1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions db_init.sql
Original file line number Diff line number Diff line change
Expand Up @@ -1486,4 +1486,11 @@ INSERT INTO supported_devices(device_id, device, build_id, check_property_name,
INSERT INTO device_address(device_id, name, value) VALUES(201, 'commit_creds', '0xc00bcfe0');
INSERT INTO device_address(device_id, name, value) VALUES(201, 'ptmx_fops', '0xc0b0b130');

INSERT INTO supported_devices(device_id, device, build_id, check_property_name, check_property_value) VALUES(201, 'F-05E', 'V11R35A', NULL, NULL);
INSERT INTO device_address(device_id, name, value) VALUES(201, 'ptmx_fops', '0xc0b1e948');
INSERT INTO device_address(device_id, name, value) VALUES(201, 'prepare_kernel_cred', '0xc0090d78');
INSERT INTO device_address(device_id, name, value) VALUES(201, 'commit_creds', '0xc0090734');
INSERT INTO device_address(device_id, name, value) VALUES(201, 'remap_pfn_range', '0xc00e2064');


COMMIT;
1 change: 1 addition & 0 deletions device_database.h
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@ typedef enum {
DEVICE_LGL23_V10d,
DEVICE_GTI9195_MF5,
DEVICE_P03E_10_1010,
DEVICE_F05E_V11R35A,
} device_id_t;

#define DEVICE_SYMBOL(name) #name
Expand Down

0 comments on commit cbf1db1

Please sign in to comment.